need help
Here is the scenario.I have to select 1 row from source and then i have to pass that row to 5 dataflow ( each data flow destination has different structure ). So that, those 5 dataflow will right 5...
View Articlewhat version of dtsx is it?
I have some SSIS package dtsx in 2005 and in 2010 version. Is it possible for one to open the metadata inside dtsx file to tell which version of dtsx is? I don't think the content will say it's for...
View ArticleSend Mail Task Email Format SSIS 2012
I have a 2012 sql server stored procedure that concatenates rows of data into a single record. Each record is seperated by the litteral string, 'crlf'. When the data is return to my 2012 ssis package,...
View ArticleThe connection "" is not found. This error is thrown by Connections...
I've got a package which reads a text file into a table and updates another. I set up configurations so that I could import it into the SSIS store on both my dev and live servers. Now, I'm getting...
View ArticleWhat's the best way to get a MySQL database into SQL Server 2012 Reporting...
I'm trying to get a MySQL database into SQL Server 2012 reporting services as a shared data source, and getting absolutely nowhere after a day. I've tried a couple of options. First, my specs:...
View ArticleParallelism in SSIS Data Flow
I’m busy working on performance optimisation in my SSIS packages. I have done quite a few things which have proved very useful indeed. Now, I’m at a point where I load my fact table. I have a series of...
View ArticleSSIS Error: DTS Package already exists with different ID in this category
Hi I am trying to deploy DTS package on sql 2000. Getting this error "DTS Package 'PAckahe_name' already exists with different ID int this category 'any solution for this?ThanksPlease Mark As Answer...
View ArticleSSIS Script Task Error
Hii get this error when i execute my SSIS package. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig,...
View ArticleHow to Take Multiple Fields In the Same Record and Put Them in Multiple...
In Excel this would be a Transposition. I have Codes in up to 9 Fields of one record (MemberID1, Code1 [123], Code2 [456], Code3 [789]; MemberID2, Code1 [432]; MemberID3, Code1 [543], Code2 [798])....
View ArticleMOVE SSIS Package from one server to another automatically on regular Basis
Hi guys Can you suggest ways to move SSIS package automatically on regular basis from one Server to another?ThanksPlease Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah
View ArticleSql Job using attunity teradata connector failing..
I have a 2008 ssis package pulling data from teradate using attunity connector. The packages are developed in my laptop, and called thru a job from the sql 2008 box. ) Shared ICU Libraries For Teradata...
View ArticleCreating connection managers dynamically in SSIS 2012
Hi,Is it possible to create connection manager objects dynamically at runtime while executing SSIS packages? Please note that, I'm not talking about assigning connection string dynamically to...
View ArticleSSIS, SQL Server Agent, SQL Server Agent Service Account
SSIS2008Created a package in BIDS2008, deploy to SQL2008 MSDB. The package resides in DEV and function of package is go to PROD and refresh table from PROD. Works under my login (sysadmin priv in both...
View ArticleProgrammatically map large number of output columns for database insert?
I'm parsing XML from each of 8 web service requests. The responses to these 8 requests return a total of 450 columns.With a small number of columns, the logical way to insert columns into SQL Server...
View ArticleXML
Hi,Got an complex XML file and ask me to load data into multiple tables dynamically..used XML task and XSLT to generate a new XML file..and used XML source and manually generated XSD by clicking...
View ArticleSSIS Convert DateTime
HiI have col1(string),col2(datetime),col3(string).I want dervied new column using 3 columns.col1=1222222col2=2012-05-11 00:00:00.000col3=abcdI want output like below.1222222May 11 2012 12:00AMabcdhow...
View ArticleHow to truncate three tables before inserting the records into destination...
How to truncate three tables before inserting the records into destination tables in SSISI added Exceute SQL Task aNd hook to the Dataflow task. I double-clicked on Exceute SQL Task and wrote the...
View ArticleJust getting started and needing help
I've completed the SSIS tutorial on microsoft's web site and pretty much duplicated it inside my first project as it completely fits. I need to extract from a flat file source, lookup student;...
View ArticleScript help: SP_Addlinkedserver - SQL Server 2008r2 to Oracle DB Add a linked...
Added the Oracle driver to SQL Server (from the oracle web siteThe SP Failed: (note - server and login text are changed to protect security)USE [master] GO --Create the Oracle Linked Server: EXEC...
View ArticleSSIS package under SBS 2008 validation takes a long time
We have a very simple SSIS package that basically generates a Text file from a view. We are running this under SBS 2008 which is bundled with SQL Server 2005. When running either inside or outside of...
View Article