SSIS flat file connection manager with file encoded in UTF-8 and fixed width
Hi,I have flat file connection manager with file encoded in UTF-8. I've set fixed width on it and I've put all information regarding columns widths. The file has data which are from multilingual sites...
View Article2012 SP1 no longer recognizes common data types
Since installing SP1 for SQL 2012 on my workstation, the import/export tasks from SSMS no longer recognize the varchar and nvarchar fields:CREATE TABLE [dbo].[TestTable]( [ID] [int] IDENTITY(1,1) NOT...
View Articlesysdts90 table is note created
Hi guys this is my problem,I was developing a SSIS package and I was able to set it to log into sysdts90 table, this was working fine, the table was created and filled succesfully in A database every...
View ArticleSSIS Read Excel rows and create new output
Hi, I have an excel file with following data: Agent State Exposure Insured Name Rogers Inc MA 100,000 John Smith SAN Group RI 200,000 Jim Morrison SAN Group...
View ArticleHow to add a file name as a column?
I am developing an SSIS package and I have some CSV files in a folder that I am inserting into a Table in SQL Server. I want to validate this file name against previously processed Files in a table...
View ArticleCapturing Bad Data
Hi,I have a package that loads data from one sql server db to another. It is scheduled to run every night and for the past few days it has been failing once or twice every 15 days. The reason is bad...
View ArticleScript Task to Refresh Excel Workbook fails when scheduled as a Job.
Hi ,I wrote below code in a Script task to refresh an Excel work book .The code and the task works fine when I run it manually from BIDS in Windows server 2008 R2.But, It is getting failed when I...
View Articleinserting Data into Netezza Fastest way
Hi All,Thought of sharing this information to all SSIS developers who are trying to insert data in to netezza, The fastest way is to use NZload which inserts data in to netezza,External tables are much...
View ArticleGet specific files From folder using Foreach Loop.
Hi AllSSIS 2008 R2 :I have one Folder over server path which contains more then 50 .txt filesBut I need only 8 Files from that folder using for each loop only because I have to process each file.All...
View ArticleSQL Task not getting input properly, or not comparing value properly
I have a package, that for testing purposes I've isolated out the piece that is failing. It's a foreach loop, that reads in the table name. Inside the loop, I have a SQL task that counts the rows in...
View ArticleWarning mssage ca not retrive column code
Hi AllI'm getting this warning What is it ?How can i solve it?Please help ?
View ArticleSSIS - Excel to SQL, updating records...
Wonder if you guys can help. I have an SSIS package which populates a SQL Server Table with data from an Excel Spreadsheet. The Package Sorts the Excel Spreadsheet to remove Duplicates and also does a...
View ArticleStaging question
Hi Everyone,I am in the process of building a Data Warehouse(DW) and I have a question about loading data; I would appreciate if you guys provide your thoughts on this.I am planning to load all the...
View ArticleDynamic splitting of columns while loading the data to flat file in ssis
There are 10 to 30 columns in a table(Used dynamic pivoting to load to that table).So based on number of columns generated in to that table,load the first 10 rows to the flat file and next 10 rows as...
View ArticleValue was too large to fit in the output column
Hi I'm getting Error[ADO NET Source [1]] Error: The value was too large to fit in the output column "wait_sec" (168). [ADO NET Source [1]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR....
View Articledatatype conversion for float datatype problem
Hi ALL,I have requirement like ,I have to perform incremental load,there in the comparision,I have an issue with datatype columns,Actually in source the column is having float data type where as the...
View ArticleScheduling the SSIS
Hi,Scenario 1 :- could you please suggest me that what kind of the rights to be provided for scheduling the ssis using the proxy/client.Scenario 2 :- I have SSIS integration server in my system, also I...
View Articlewhat is the main significant to usse slowly changing dimendion in ssis??
what is the main significant to usse slowly changing dimendion in ssis??
View ArticleConverting a string to a date
Hi, This may be a very easy one, apologies if it is but I cant get it workingI have a text file that is comma delimted and the after the last comma there is a date in the following format YYYYMMDD so...
View ArticleStoring result of execute sql task to flat file in control flow
Hello Need help with below scenario, below listed steps are in control flow1]I have DFT -->loads destination table [table1]2]After above DFT i have Execute sql task which checks for...
View Article