How to configure an SSIS package which uses a parameterized stored procedure...
Hi,I have to build a package which uses a result set of a parameterized stored procedure(2 input parameters); and pushes the result set from SP into a SQL Server destination table. Can some one please...
View ArticleDTS Package running on SQL Server 2008 R2 64 bit - can't find runtime download
Current system is running SQL Server 2008 R2 on 64 bit machine. I am trying to edit a DTS package which has been upgraded previously to work on SQL2008 (not migrated to integration services, this DTS...
View ArticleStored procedure apparently not fully completing or committing before next...
I believe I'm seeing this both when running a T-SQL script directly in SQL Server Agent, or when executing SQL Tasks in an SSIS package.I have a stored procedure that does a lot of inserts in to Table...
View ArticleLinked Server joins mitigation
hi all,besides copying down a table from a remote server to a local server, to join it to another table (in the local server), is there a way in SSIS to take the results of a query (on a remote server)...
View ArticleCustom task Creation IN SSIS
Hi,Currently i build some 40 odd ssis packages to dump data from 40 different files. Now we got a requirement where we have to process another 40 files. But this time the requirement has changed like...
View ArticleSSIS can't export varchar() to nvarchar()
I'm writing a pretty simple SSIS package in SSMS for exporting SQL table data to a plain text file. My source table has the following definition for the column Telephone:[Telephone] [varchar](max)...
View ArticleSSIS 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 Articleconditional split with date
background: 15yrs informatica 2 weeks sqlserver 2008r - need to do for a POCI am using ((isnull(firstname)? "$0$" , first name ) != isnull(lkp_firstaname)?"$o$" , lkp_firstname ) working well...
View Articlecreate user account using API function in SSIS
hi AllI need to use one webservice function that is ADDUSER using SSIS.that create user account one of website.http://www.livedrive.com/ResellersService/ResellerAPI.asmx?op=AddUserI have one table in...
View ArticleFor each loop each on varibale
hi i'm getting below error in For each kindly suggest me some solution.Error: The type of the value being assigned to variable "User::Order_URL" differs from the current variable type. Variables may...
View ArticleExcel error 64-bit version of SSIS
I have a 64bit system and installed ssis on my system.How do I changed the ssis project to 32 bit. I have this error:Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is...
View ArticleSQL PASS MDS/DQS: 31 January - Understanding Data Quality Services: Knowledge...
PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST Register to Attend:...
View ArticlePASS Master Data Services/Data Quality Services Virtual Chapter Meeting...
PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST There was an issue with our previous registration system. Please accept my apologies....
View ArticleSSIS 2012 Error - Cannot run on the installed edition of Integration Services.
We’re migrating from SQL Server 2008Pro (64-bit) to SQL Server 2012BI (64-bit). The new installation is on a brand new Windows Server 2008R2 server.I have an SSIS package that I upgraded from 2008 to...
View ArticleScript Task for connecting and FTP'ing files to another server
Hi,Following the examples in this topic I have attempted to get the FTP to work in my SSIS package with no luck. If I use the FTP Task in SSIS and setup the connection, when I execute that it works...
View ArticleTransfer Data from SQL2008 to Oracle
Hi,I have application on SQL2008 R2.I have a form in that application where data has to be transferred to Oracle Database once the form is completed.How can I achieve this and can I use SSIS to...
View Articleconfig file, is this a bug?
I'm playing around with XML config file and noticed this behavior.When I have a config property name in my file that doesn't exist in my package I get this error. "Cannot resolve a package path to an...
View ArticleColumn Width When Importing Flat File with SSIS
I had an earlier problem with using BULK INSERT that involved all sorts of permissions issues that were just way too restrictive. I think I understand - vaguely - why those issues are there, but they...
View ArticlePassing a table into a script task
Hello:I am very new to SSIS and Visual basic as a whole. Does anyone know of a code snippet that I can use on a script task in a data flow where I can pass all columns through a replace function. I am...
View ArticleExporting PDF data using SSIS 2008
I am a newbie using SSISI need to export data from a pdf file 312 pages into sql server 2008 table, does anyone know how to accomplish this?
View Article