SSIS :Load the recent file depending on date range specified in file name
Hi All,I have a requirement in which i have to pick up the latest file from the folder ie if i have 2or more files like FileName_20130509_20140516, FileName_20130509_20140516 and...
View ArticleSSIS package - Export maintenance plan to dstx and import again
Hi All, I have made an maintenance plan and would like to export to dtsx, and import again.however I find the schedule on each subplan is disappeared after import. Any things I can do to keep the...
View ArticleSSIS - BIDS vs SQL server management studio (SSMS)
In SSMS, we can connect to another SQL server by providing its IP and password (if needed). But, in BIDS it does not work that way. It is not so easy.WHY ??? How to understand how SSIS connects to...
View ArticleSSIS - dynamic DB connection fails !!!
This i the error i get. I can download rows from one server or one IP address. But, cannot download rows from the other IP.[OLE DB Source [1]] Error: SSIS Error Code...
View ArticleDelay Log Backups while Full Backup takes place
I have the following Maintenance setup accross about 50 servers.Subplan 1 : Full sunday backups Subplan2 : hourly log backups everyday hourly log shrinks everydayOn sunday these 2 jobs...
View ArticleHow do you set the "EncryptSensitiveWithPassword" in SSIS ?
How do you set - EncryptSensitiveWithPassword, as mentioned in this tutorial - http://programmingissues.blogspot.com/2010/09/ole-db-error-has-occurred-error-code.htmlI tried to do it using the...
View ArticleSSIS Dataflow - Working with Indexes
HI Guys, I am inserting 7 million records into table2 from table (Table2 has two non clustered indexes on it.).When I use an OLEDB Source(Table1) to an OLEDB Destination(Table2), the package takes...
View ArticleForeach Loop with Move Files - Not Iterating
Hello. I have a Foreach Loop which iterates through a designated folder of CSV files. Inside is a Data Flow Task that writes the file content to my database. This works fine; it iterates through and...
View ArticleSQL Agent hangs while it tries to run, SSIS package containing Execute...
While I am scheduling the package SQL Server Agent hangs. I tried to find the error, and after running other SSIS packages I have found that, SQL Server Agent hangs while it tries to run a package...
View ArticleSSIS 2012 Project Deployment syncronous execution with dtexec, can we get the...
It seems like all information outputted from dtexec.exe is if the package was succeeded or failed on project deployment model on sql 2012 (SSISDB)Is it possible to get the detailed information we used...
View ArticleThe 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
Hello,I am using oledb to access ExcelIf m_iFileTypeID = 1 Then 'for *.xls If m_bFileContainsColumnNames Then m_sExcelConn1 = "Provider=Microsoft.Jet.OLEDB.4.0;"...
View ArticleSSIS Data FLow from Flat File Source to Excel Destination
While I'm Importing the Data from Flat File Source to Excel Destination in SSIS, I got the following 5 Problems: Here I'm using Conditional Split & Data Conversion Transformations also.. {1}...
View ArticleImport /export or synchronize workitem data from tfspreview site into sql...
Hi All,I want to synchronize the workitem data from tfspreview site to sql server database.Is there any way to complete bidirectional synchronization process?Please let me know if you have any...
View Articlec sharp console application code to ssis script task
Hello,I am having below console appliaction which i put it into ssis script task but its gving me below error. I added dll from the link ( from the folder...
View ArticleHow to make SSIS run or not to run based on DB table value? - Case SQL Server...
I have SQL Server 2012. I have several SSIS packages to run every night.Before running SSIS packages, I would like to read status value of database table. Table have timestamp and status. Table is...
View ArticleErrorBuffer does not exist in current context
I am editing a C# script and received the message:"The name ErrorBuffer does not exist in current context"I believe this is part of ComponentWrapper.cs. The exact same code runs fine in another...
View ArticleSSIS - Passing Object Variable - Multiple parents to single Child Package -...
Hi,<o:p></o:p>I'm working on a small project and as part of the project, I need to create a framework for future enhancements.<o:p></o:p>This is what I'm doing:Objective:1. Get...
View ArticleSSIS ,Pass Database name SQL Query from Variable
Hi Experts ,I need to change my Database name in SSIS dynamically . I have seen so many article Online ,But did not get complete Reply step by step. I am working on SSIS 2012 . My Requirement : I need...
View Articleupdate table in oracle using oledb command
i have a table dbo.tablesql in sql server and i am only interested in one column, lets say the column name is meternamei have a table tableoracle in oracle and i would have to do an update on that...
View Articleget data flow task 's system::sourceid with c# code
I use c# code to do something about the package, when I dipose one event handler, we can use the sourceid system variable, but can we get this value when c# code, or we can see this in task property...
View Article