SMO script to save all legacy dts packages in sql server 2008 to visual basic...
Is there any method exists in SMO to export all the DTS packages stored in sql server 2008 (legacy ) to visual basic files (bas). I can do it manually through open the package in dts designer -->...
View ArticleTransaction in SSIS
Hi Friends,I am trying to implement transaction in SSIS for the first time. We are going to migrate few records from source to destination tables using DFT. We are planning to have multiple threads...
View Article[OLE DB Destination [1300]] Error: SSIS Error Code DTS_E_OLEDBERROR.
I have Flat File Source which is CSV file that comes from outside source. Sometimes there are bad data and what I am trying to do is pass the good data to OLE DB Destination and redirect the errors to...
View Articlesystem.net.exception occurs while calling a report from ssis
i am running a ssis package, package has foreachloop... within the loop it has a scriptcomponent which will call ssrs report.. every time it loops it will pass different parameters and a report is...
View ArticleIntegration Services Hangs During Execution
I am running into an intermitent problem where SSIS hangs on the exact same data flow, only on occassion. The connector I'm using is Native OLE DB\SQL Server Native Client 10.0.The process first...
View ArticleDownload files from Sharepoint using SSIS
I have a scenario like this.There will be files in Sharepoint. SSIS package has to pick the files from the sharepoint and load into table. I just want to know how can I download files from sharepoint...
View ArticleSSIS Configuration and Package run
Hi,I am New to SSIS. I have created one package with its config file. My Project placed into my account folder at server. but I created the config file which I placed at shared drive folder and also...
View ArticleProperly printing currency values
I have some values that I convert to money in TSQL. Any values that are .00 don't get printed to the output file. So it looks like this.In the query results in SSMS: 125.00On the flat file destination:...
View ArticleIssue with ADO.net in for eachloop SSIS
Hi all,I have a package using ADO.net in for each loop to process 10 days of files(generating file names in SQL and assigning to OBJECT variable ) each time from shared drive. But package fails when...
View ArticleHelp getting started with script component transform
I have a text file which has 2 columns, 1 is a record type and the other is a data string which I need to parse. I am hoping to do this in a script component, but don't have much experience doing so....
View Articleunicode and non-unicode string data types Issue with 2008 SSIS Package
Hi All,I am converting a 2005 SSIS Package to 2008. I have a task which has SQL Server as the source and Oracle as the destination. I copy the data from a SQL server view with a field nvarchar(10) to a...
View ArticleSSIS Package Job fails when SQL Agent service account changed to use virtual...
I have a requirement in my SSIS packages to read and write files on network file servers. In development, I was able to get this working cleanly by using my AD account as the SQL Agent service account....
View ArticleHow many ways can execute the SSIS package
Hi All,Could anyone tell me the possible ways to execute a SSIS package.Currently I know running the package on SQL Server Business Intelligence Development Studio.Thanks in advance.
View ArticleTruncate Table only once if one or any of 3 files exist in folder
Hi,Need helpI have 3 flat files in a Folder which are to be Loaded in Table Using SSIS.before loading I have To Truncate Table only once if one or any of 3 files exist in folder. if no file then dont...
View ArticleForeach loop with iseries and sql server for dynamic connection and dynamic...
I am making one dynamic package where i have to use one oledb source for 6 diffrent server (from iseries DB2) so how to set up a connection manager and how to create config file for each diffrent...
View ArticleManaging connections and passwords in SSIS
How to manage the SSIS connections used in packages?Is it possible managing the connections between the environments like DEV to UAT and PROD.Thanks in advance.
View ArticleScheduling SSIS package to run on first day of every month
Hi All,How to schedule SSIS package to run on first day of every month.Thanks in advance.
View ArticleHow to work the send mail task and how to access the gmail smtp server
Hi All, i have created the send mail using ssis 2008 but that is not working fine because my office didnt have own website only using gmail accounts. that means, creating group mail using gmail mail...
View Article[SharePoint List Source [1]] Error: System.ServiceModel.ProtocolException:
I am using SSIS sharepoint list adapter to get the data. I am getting the below error...Please help me out...[SharePoint List Source [1]] Error: System.ServiceModel.ProtocolException: The content type...
View Articlehow to used dynamic excel file in SSIS 2005
Hello everyone,I have excel file whose column will change everytime.i want to copy the data of excel file into SQL table.i am not getting how to create package for this scenario.If i am using sql...
View Article