Populating OLEDB connectionstring with variable value
I've been having trouble with this for the last couple of days, i'm using a script task to read the registry values from the local machine so that when the ssis package goes from machine to machine or...
View ArticleExecute package task fail
Hi all I created a job for execute SSIS package using Execute package task (in file system). But after I run the job using BIDS I got error below. Error 1 = Error: Error 0x80070020. Unable to access...
View ArticleConvert .CSV file to Excel File
This may be simplistic but I can't seem to find a solution. I have a package that currenltly exports to a .csv I would like to change it to export to an excel file instead of the .CSV but I have not...
View Articlemy sql server 2008 not starting
Every time when i install sql server after some time it show a error message automatically TITLE: Connect to Server ------------------------------ Cannot connect to ASHISH-PC....
View ArticleXMLA Queries in Execute SQL Task
I have a very simple SSIS package with one connection and one Execute SQL Task. The connection is a Native OLE DB\ for Analysis Services 9.0 The execute SQL task fires off this XMLA query created...
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection...
I am getting the following error. I have read the past similar posts but they all seem old. Is there a quick fix for this? Please help! I have worked on this for hours. Thanks! Mike Error: 0xC020801C...
View ArticleModify SSIS package saved on server
I have saved an SSIS pacakage on my sql server. I am able to see and run the package through Integrations services. My question is, is there a way to edit the package through Management studio?...
View ArticleUse Package Config DB Connection string in Script Task
I tried way 1 below but connection returned was null.So I got the ConnectionString as Way 2 below and tried to create new connectionWay 1:connection = new SqlConnection(); connection =...
View Article.sln file and editing a package
Hi, I have a wierd problem with my work terminal. It gets restarted abruptly. I keep the saving my work in BIDS. However when the terminal restarts and I open the BIDS for the solution that I am...
View ArticleSend an email when ForEachLoop Fails
Hi Gurus, At Present Im looping through Excels and loading into db. But I have a requirement that, lets say in future if a file comes with different excel format my pkg fails. Lets say today I have 10...
View ArticleHow to run XMLA in SSIS that has a return result
Hi all i have a XMLA that has a XML return result what i want to ddo is to run the XMLA , get the results and clean up the unwanted data, and save it into a sql table, i will have to do this in SSIS,...
View Articlecomparing date information minus 2 days
I am trying to take discharge date and comparing it to encounter date -2. I have tried a few ways, but none work. Here is my latest attempt and (v.EncounterDateTime >=I.dischargedatetime...
View ArticleCant execute container
Hi all I have a package under MSDB on the PROD server and i exported it onto a location. The package has many containers and i right clicked on one container but was not able to find the "Execute...
View ArticleHow can we fetch data from MS access web database published through access...
we have published an MS access database on Sharepoint , how can we access the database tables through SSIS ?Guneet Kalra
View Articlessis runtime error...
I have an SSIS package that loads data from an xml file to sql server database. A new xml file is downloaded each time the package runs. I am using XMLSource to get my xml data. When I run the package...
View ArticleSSIS Data Flow Task Problem
Hi, there, I am having some problems with the loading of tab delimited text file (source) to a SQL Server table (destination) using the SSIS data flow task. Package has been executed successfully with...
View Article2012 Flat File Source: After 57K rows it keep on running and does nothing
Hi, I have a weird problem with the Flat File Source on SQL Server 2012: I first created a package under SQL Server 2008 that loads data from a csv-File directly (no other transforms) into a table....
View Articleworking with dates
Hello, I need to rename the file depending on the below given scenario. If the today's date falls between last months 22nd to current month 21st, I need to rename it with current month. for example-...
View ArticleSSIS package failure
Hi All, I have problem from last three days job is falling Below is the description for job failure. sql server 2005,sp2,standard edition Microsoft (R) SQL Server Execute Package Utility Version...
View ArticleSSIS package performance issue
Hello, I have a SSIS package performance issue. Since we migrated from a less powerful server with SQL Server 2005 to a more powerful machine with SQL Server 2008 R2 the loading time of our ssis...
View Article