ssis and postgres
Hi. We see older posts like the one at http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/c5561541-2193-440c-8d4f-1a731e0a4798 and we know one moderator would like us to join...
View ArticleThe option to Set Breakpoints does not show up when I right-click any step
Hi All,I am working with a SSIS package and trying to set breakpoints to view the contents of package scoped variables. I am running SQL Server 2008 R2 on Windows Server 2008 R2 and developing in...
View ArticleHow can I see what an SSIS package is doing at run time
Hi all,I have an SSIS package that connects to an SFTP site copies many XML files, then parses each file into SQL 2008 tables. I have it scheduled thru SQL Agent, sometimes the job takes 5 minutes to...
View ArticleFTP Password Issue
HelloI am using FTP task in my SSIS Package. And every time, I make changes in this package. I have to enter password for FTP connection each time. In case, if i forget to put password after my change,...
View ArticleImporting mutiple query tables data into single sheet CSV file
Hi ,I have a situation where we have to move data from multiple sources data into one CSV file likefor eg:- first table data ( select * from table1 ) oledb source goes to csv destination file1...
View ArticleSSIS package connect to a SharePoint secure link (https)
Hi, I need to access an excel file on a secured SharePoint library via SSIS package. I'd like to either read it directly via Excel datasource or copy it to local drive via File System Task. Either...
View ArticleCASE statement in SSIS
Hi FriendsI have my data in flat file, Now I'm loading it into table.Now I have a column in my flat file which has int values. If the value is '1' then I want it to put it in destination table as '1'...
View ArticleSSIS - Sybase Destination - FastLoad
I am trying to migrate data from Sql Server to Sybase, using SSIS (Sybase ASE OLEDB Provider).When I set AccessMode to "OpenRowset Using FastLoad", get eh following error:********************[OLE DB...
View ArticlePerformance Issue while Inserting data in to DB2 from SQL Server using SSIS...
Hi,I am hoping someone will have a solution for my problem. I am having a performance issue while inserting data from SQL Server to DB2 using SSIS package. To give an idea a table with only 3 columns...
View ArticleDifference between SSIS 2005 and SSIS 2008
Hi All,Can I get lists of all major difference between ssis 2005 and ssis 2008.Thanks in advance
View ArticleFailing the package
How can I fail the task and inturn the package(I am hoping the package will fail anyway if this task fails as this is the first task and all the remaining tasks are connected to this task by precedence...
View ArticleSame Package - Different Machines - Incompatible !!
Dear All,I have a package given to us by a third party as part of a software suite. Works great in our production environment.However, I want to run it in our dev environment, test it and see if we...
View ArticleMoving a file to a sharepoint folder using SSIS
I have been searching the forums trying to find a way of moving a file to a specific folder in Sharepoint.I worked out that using the file system task you can plug in the UNC address of the folder as a...
View ArticleMemory Buffer Problems SSIS 2008 64bit
Hello -First - this is configurationSQL Server 2008 10.0.4000 Integration Services 10.0.4000 Windows Server 2008 64bitHP DL 380 59 GB RAM 12 Cores Lots of diskSo, I'm getting memory errors of all...
View ArticleFuzzy Grouping Transformation - is it possible to specify the source/target...
I'm working on a project for a client that uses the Fuzzy Grouping Transformation component to identify potential duplicate records in the system. It appears that you can define a query to use as the...
View ArticleName 'dts' is not declared
I've inherited a SSIS 2005 task that I've moved into SSIS 2008. In the task besides the ScriptMain.vb there is a Reference.vb. The reference.vb was modified to the following: Me.Url =...
View ArticlePassing Filename Arguments in Execute Task Process
Hi All,Having an issue trying to pass a filename as an argument to a batch file from a Execute Task Process. The filename passes fine if the filename contains no spaces but as soon as a space is...
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 deal with comma values in CSV file into one column while exporting to...
Hi All,This is very urgent requirement.We have CSV file which contains the data as LIC Finance Limited,Inc.Here we facing the issue like Inc is moving to next column and that column value goes to next...
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