Upgrading 2005 .DTSX to SQL 2008
Hi All, Not sure if this is right section or not, but here's my question. I have created lots of SSIS .dtsx ETL packages for SQL 2005 using Visual Studio 2005 on a 2003 R2 server . Now I need to export...
View ArticleError when copying large amount of data from Access Database To SqlServer
I am importing Data from a table in Access Database to Sql Server in SSIS. The Access database table has about 950 rows of data. When I run the SSIS package it shows the error, "The execution method...
View ArticleExport data to MS excel dynamically, randomly fail
Hello, there,I developed a package to export data from SQL 2005 to xlsx file.In the package, I have a foreach loop to loop through a recordset, ie. Group_Name, Group_IDInside the foreach loop, I create...
View ArticleEncrypting and Decrypting column in SSIS
I have source data that contains password data, I need to encrypt the password data and load it decrypted.how can this be achieved in SSIS ?
View ArticleEncrypting Column SSIS
I am writing a SSIS package where on of the source column has to be Encrypted after reading from the source,I have taken this approach. 1. Read from the Source, using a DFT.2. Inside the DFT create a...
View ArticleDepersonalising Data Before loading into DB
Hi Guys,I need some help on de-Personalizing customer data before loading it into the database using SSIS.So one all the transformation done and finally want to load the data into respective tables ,...
View ArticleLookup Component Returning 1 Record only. I was expecting Multiple
Pretty straightforward. I am dealing with a tree and so the developers want the data put into a specific format.I need to take table1.Fullmenu and return it's submenus. This should be easy because I...
View ArticleSSIS MDS project example and souce code
Could you please share few good links to learn about "MDS" in SQL Sever.As per project requirement, I need to create few database tables and view, which are mapped to some excel files, after changes in...
View ArticleError 0xC0202025 SSIS SQL Server 2005 Import package
I need to import the contents of a SQL Server 2008 R2 view to a SQL Server 2005 Table. I am using the Import\Export utility in SQL Server 2005 to create a SSIS Import package. There are two columns in...
View ArticleHow to obtain multiple matches from Lookup
I create a lookup transformation to filter the reference data set. Seems Lookup only returns the first match. How can I obtain multiple matches?
View ArticleSSIS Development SQL 2014
I've searched and read that SQL Data Tools is gone in SQL 2014. It seems as though it's been replaced, and is currently pulled, by a plugin for VS2013.My question is this; is SQL Server 2014 not a...
View ArticleCan we debug code in SSIS?
In the Script Editor you can see C# code and VB code (depending what language you use). I can easily add a Breakpoint, but I can't seem to step through the code. I can't hit F11 or F8; I can't click...
View ArticleQuestions About Script Task
I'm following the example here.http://www.singhvikash.in/2013/05/ssis-how-to-loop-through-multiple-files.htmlI think I have everything setup right, but something is not working here. I followed all...
View ArticleLoop through .xls, .doc, & .txt in one folder. Copy to 3 different folders.
Here's my setup.I've got the script like this: public void Main() { // TODO: Add your code here if (System.IO.Path.GetExtension(Dts.Variables["strSourceFile"].Value.ToString()) == ".xls") {...
View ArticleHow to deploy only latest modified SSIS package
Hi,i have 20-30 packages in my Project. we have a option to deploy all packages in single shot, but i wann to deploy only selected packages . For example in 30 packages , today i have modified only 5...
View Articlepackage params not passing correctly
Hi we run 2012 enterprise. I am running my parent and child pkgs from the file system and using external file refs in the master to the child pkgs.I was hoping pkg params (via param binding) could...
View Articlessis package work fine in bids but does not work in sql agent
I am downloading a file from a network drive, unzip it and then load them. This work fine in Bids, but does not work in sql agent.any helpExecuted as user: domani\user. Microsoft (R) SQL Server Execute...
View ArticleApril's SSIS Gurus Announced!!
The results for April's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/05/17/the-microsoft-technet-guru-awards-april-2014.aspxCongratulations to all our...
View ArticleSSISDB create_execution error: The current security context cannot be...
I'm trying to execute SSIS package from service broker activation procedure.When SP is located in my database, I get following error:"The current security context cannot be reverted. Please switch to...
View ArticleExecute oracle stored procedure as OLEDB/Attunity Datasource in SSIS
Hello All,In SSIS, I need to execute an Oracle stored procedure which returns a ref cursor. I need to this, as a OLEDB Source or Attunity source in dataflow task. My stored procedure is very simple, no...
View Article