Event Handler Data Flow fails when running package but executes successfully...
Hi Experts,I have created an event that contains a Data flow tasks with OLE DB source & Excel Destination.This event is executed/triggered based on an execute SQL task failure in the control flow...
View ArticleZIP 5 files present in a folder using SSIS
Hi , I am using Execute Process Task to zip the folder. Under Process tab, in Executable mentioned 'C:\Program Files\7-Zip\7z.exe'. Not sure what do I need to mention in Arguments and workingDirectory...
View ArticleHow can I execute Stored Procedures in PARALLEL and DYNAMICALLY ?
Hi I have a stored procedure. It can be executed like thisexec test @p = 1;exec test @p = 2exec test @p = n;n can be hundred.I want the sp being executed in parallel, not sequence. It means the 3...
View ArticleLoading FlatFiles to SQL Server
Hi,I have some duplicate records in my flat file. But i don't want to load those duplicate rows into my destination.Can you please guide in resolving this issue. Also suggest me good articles/books on...
View ArticleCan not open ODBC connection error in SQL Agent.
Hello ,I have developed a project deployment solution. Deployed to Integration services Catalog.Source : MySQL(connection type: ODBC)Destination: MSSqlServer(Connection type: OLEDB)when I scheduled it...
View ArticleImporting Excel file into SQL table
Hi I'm getting the following error when trying to import an Excel file into SQLI'm using SQL Server 2014 Express- Validating (Error) Messages Error 0xc00470b6: Data Flow Task 1: The LocaleID 0 is not...
View ArticleData Conversion
I am new to SSIS. I want to convert one table from one database to another database. i dont know why i getting this error, which i have no idea. Can someone please help me...Information: 0x40016041 at...
View ArticleCopying Template headers from one Excel sheet to mutiple Excel Worskeets
Hi,I am struggling to export the data from SQL server to multiple Excel Sheets dynamically with Formatted Header. I need to use the same Header for each and every excel sheets. I have go through the...
View ArticleExport wizard trouble exporting columns names to ragged file.
I’m using the Import\Export wizard to export the top 5 lines from a MS Sql table into a fixed format (“ragged”) file. But I want the first record to contain the column names of the exported fields so...
View ArticleWhy are leading 0s being truncated?
My source data indeed has leading 0s and I am reading my data into a #Temp Table with the data type of VARCHAR(10)...and its value is "0002565387". I am pumping this data into a SQL Server Table...
View ArticleViolation of PRIMARY KEY constraint 'primkey_x'. Cannot insert duplicate key...
Hi ,I am getting Violation of PRIMARY KEY constraint 'log_primkey_x'. Cannot insert duplicate key in object 'table name'.sp_primarykeys @table_server = 'server' , @table_name = 'prime_column'...
View Articleusing ssis to populate excel
Hi. We'll be using 2014 enterprise to populate some excel spreadsheets. We may not have the option of using ssrs so here is the question.The excel spreadsheets have some pretty fancy heading...
View Articlewinscp to sftp download files ssdtbi visual studio 2013
Hi, I am using winscp to download files using ssdt-bi visual studio 2013. In the Execute Process Task argument I pass sftp://mysite.com/ /privatekey=C:\secure.ppk get /Home/SecureTransfer/*.data...
View Article"OutputColumnWidth" size in a delimited text file
I received a pipe-delimited file that I need to import. (It has the equivalent of 650+ fields on a single row). While I had no issue importing it (SSIS 2008) I noticed that the input connector,...
View ArticleLoad data from flat files having variable number of columns.
Hi, I want to load flat files into a single table. But the flat files can have variable number of columns upto a maximum of 10 columns. The table in my database has 10 columns in it. So in case if I...
View Articleloading data into SQL 2005 table from a csv files having variable no. of columns
Hello,I am using SQL Server Integration Services 2005.Can I load data into a SQL Server table from a csv source file, without creating a destination table beforehand? I mean, the table should get...
View ArticleSSIS - manaing data integrity when importing Sharepoint data
HelloI setup this package to import data from a Sharepoint list to a SQL Server data table. The primary key of my SQL table is mapped to the Title column of my Sharepoint list. There is a possibility...
View ArticleWrite SQL query output to CSV file
Hi All,I want to write the SQL query outout to CSV file which would have pipe delimited columns and row values as CR LF.can you please help me with sample C# or VB scipt as i am new to scripting world....
View ArticleGetting NTLM Authentication Issue when connecting SP List through SSIS 2008
Hi All ! I am using SSIS 2008 and using codeplex SP List Adapter (64-bit) to connect to Share Point List 2013 (Foundation Edition), i am getting following error both SQL (SSIS) & Share Point are...
View Articlehow to verify all columns loaded from flat file
Hi,I am loading data from a flat file into SQL table through SSIS 2005. My flat file has more than 300 columns (i do not know exact number). Is there a way to make sure that I have loaded all columns...
View Article