to check flat file for correct number of columns
I am using SSIS 2008 R2. I would like to know if there exists any feature in this product for comparing the count of columns in Flat file with that of a SQL table record wise. Thanks...
View ArticleNeed Advance SSIS Package
Hi All, can some body send me the link, where i can download sample latest SSIS Package. I need this for Testing purpose.
View ArticleIssue while loading the fixed width flat file in database table
Hi, I have fixed width file which has data as follows. My data is not getting correctly loaded as few columns have blank strings (blank data). 0000 ABC 1 2 0000 PQR...
View ArticleQuick Simple one : select SSIS vairables statement ?
Team , Can some please help me with writing an expression select statement to retrieve vairables in SSIS like we do it in SQL ? SELECT 'Name' as Var_Name , 'Value' as Var_Value I want the whole...
View ArticleRead the excel files dynaminaclly
Hi, i having SQL table name File.It having a column " FilePath".It store the Excel Files path like as shown below File Table ------------- FilePath(column) --------------------- c:/abs/12.xls...
View Articleloop through excel rows in SSIS
hi friends , i want to loop through excel rows in SSIS dirctly from excel sheet ( not to put data into any tmp table etc) that i want to do for placing a sequence number to every row and then load it...
View ArticleHow to copy mails from mail server and Paste the mails in another folder
my problem is i am creating Project in which i will read mail from mail server and copy all the mails in folder. can yo suggest me how can i do this in SSIS 2005.Kindly provide some...
View ArticleHow to count the number of files in a foder in SSIS?
Hi, I am trying to count the number of files in folder, that folder contains two different folder and some 18 .txt files, so i need to count the txt* files and if that txt* files should be there only...
View ArticleHow to make sure that the data in the excel is fully loaded before the SSIS...
Hi, I am trying to load data from excel into SQL server using SSIS. This excel file is placed in a active directory by a oracle job every morning. My SQL Server job looks for the excel to load the data...
View ArticleInsert, Update and delete
How do we delete the existing records in destination table, when we find they are no more exist in the source (Sharepoint list). I was using the lookup transformation for comparison of records in...
View ArticleConditional split error for a field
I have a field with values Column -------------------- 4.3.3 OEM DocAve HF #1 Corp STS Cert Update Corp STS Cert Update 2.0.0.1 1.0.0.1 (ISNULL([Column]) ? (DT_WSTR,50)(" ") : (DT_WSTR,50)([Column]))...
View ArticleGetting Error while using SQL Server OLEDB as Source and SQL server as...
SSIS ERROR CODE DTS_E_PROCESSINPUTFAILED. THE PROCESSINPUT METHOD ON COMPONENT "SQL SERVER DESTINATION" (16) FAILED WITH ERROR CODE 0XC02092B5 WHILE PROCESSING INPUT "SQL SERVER DESTINATION INPUT"...
View Articlenot able to see Proxies option under the sql server agent pane
Hi, i am trying to make job for running SSIS packages,jobs needs proxy to run that package. i have installed sql server on my server now i am trying to create proxy for the the ssis execution. but at...
View ArticleSQL to XML to ZIP via SSIS
Hi there - I am looking at a way to automate a labour intensive manual process (which I run 2 -3 times a day!). In summary here it is: 1. I run an SQL script which carries out a number of select,...
View ArticleIs disabling and enabling indexes effective as deleting and recreating indexes?
Hi All, I need to disable the index before loading the data and enable the index after loading the data using SSIS . Will it be as effective as dropping and recreating index ? Please share your opinion...
View ArticleSSIS package runs in BIDS but failed from SQL Server Agent job
Hi, I have one ssis package which has lots of control in it like Execute SQL task, File Script, send mail,DFT etc... when i execute the package from ssis designer, it executed successfully, but when i...
View ArticleCan we lock the worksheet and load using SSIS
Dear all, I am facing a problem for last 1 month , I have around 70 excel file which i am loading on daily basis , the problem is that daily they are doing column name change or order of column change...
View ArticleHelp SSIS Variable Loop Foreach
hi, I developed a ssis script. I set up a foreach loop, I run the processing for each file in a directory. After processing a file I move it to another directory with a file task. I have a variable...
View ArticleSSIS under SQL Server 2008 R2
I had SSIS package in SQL Server 2005 which was running thru a JOB successfully. Now I upgraded to SQL Server 2008 R2. The same SSIS package is still running thru BIDS but is showing Job Failed while...
View ArticleInformix error in SSIS
Hi I am running an SSIS package to extract the data from Informix into MS SQL server. It was working fine before but now it is giving me error for two tables after adding some more columns to two...
View Article