Pivot Transformation
I have a Pivot defined in a SQL query (against ORACLE data) that correectly extracts data. I'm attempting to replicate the process using an SSIS package (I need to merge the data with data from...
View ArticleDerived column transformation from varchar(8) YYYYMMDD to DATETIME column
It seems I have tried everything, but all I need to do is change a column from varchar(8) to DATETIME. Some lines are blank, zero length strings, and some have dates such as 20140829. All the rows go...
View ArticleCan FTP Task FTPS?
I need to FTP-SSL. Can I use FTP Task do FTPS? and How? Thank you.newbie
View ArticleIs the API for programatically executing packages redistributable?
For applications created by an ISV that depend on "Microsoft.SQLServer.ManagedDTS.dll" to programatically execute packages: can this DLL legally be packaged with the application, rather than requiring...
View Articlegui product for generating dtsx
is there a product out there that understands ssis etl patterns for creating/modifying/loading/reloading stars and snowflakes is pretty standard and assists in generating ssis dtsx (sub) packages for us?
View ArticleAccess denied issue when executing .bat file through SQL job
Hi I've a SQL agent job configured as Operating System (CmdExec) type, that executes a .bat file. The job has been set to run as "SQL Server Agent Service Account". The SQL service account is sysadmin...
View ArticleHow to read 835 files using ssis
Hello Everyone,It is possible read 835 files using ssis.Please share your suggestions on this.Regards,Vaishu
View ArticleXML Source to ADO Query Execution
Hi,I am very new to SSIS and struggling with a problem. I want to read from an xml file which has some sql queries and execute them to extract data and update the destination db. If I have to do it...
View ArticleIs there no option to run in environment_name? "/Env" of SSIS 2012 is not a...
I Created SSIS 2012 project and execute the package for dtexec.I uesd "/env" option.That option went well and I use the "reference_id" of "environment_references" table. work fine at Development...
View ArticleError trying to run SSIS Package via SQL Server Agent: DTExec: Could not set...
Situation:SSIS Package designed in SQL Server 2012 - SQL Server Data ToolsWindows 7 - 64 bit.The package (32 bit) extracts data from a SQL Server db to an Excel Output file, via an OLE DB connection.It...
View ArticleSQL 2012 SSIS log provider. The connection "" is not found. This error is...
SQL 2012 SSIS log provider. The connection "" is not found. This error is thrown by Connections collection when the specific connection element is not found. Create SSIS 2012 project. Create connection...
View ArticleMulticast Transformation Programmatically
Hi,I have created an SSIS package programmatically that transfer data from a Flatfile source to Oledb destination (single table), along with a derived column transformation. Now I want to Multicast the...
View ArticleMigrate From Progress DB to SQL Server 2008 R2 or Any Version
Hi All,I want to migrate database from progress database to sql server database.The problem I didn't found any free or evaluation product that can I use or even buy to migrate this database. Please...
View Articlegraphic problem with moving tasks inside a sequence container
Hi,Is there a problem with the graphical size of a sequence container ?I have a container with around 10 tasks in it and when I am trying to move the lowest task I am getting the error:"Cannot move...
View ArticleFailed to retrieve long data for column
Hi,I am using SSDT 2010 to load Excel 2010 spreadsheets to a 2012 SQL DB. In my package I have a foreach loop and loading a couple of thousand spreadsheets. Issue I'm facing, is that about 30 or so of...
View ArticleSSIS import flat file source problem
Hi ALLI am importing an .csv file. it's unicode saved. I use SSIS package to import that CSV to a sql table.however I found some rows are not going imported. and have some error code:actually, I use...
View ArticleHow to get Success(0) or Failure(1) from Executable in Execute Process Task
I have one SSIS Package where I need to execute one JS File by passing Arguments. I have succeeded to do that. Here, I need to know if it was executed successfully and need to return 0 esle 1 from...
View ArticleSSDT package errors when running from non SSIS server
I am trying to run a 2012 SSIS package on a server that doesn't have Integration services installed and I keep getting the following error:"To run a SSIS package outside of SQL Server Data Tools you...
View ArticleForeachloop container Does not Load full data
I have a scenario where I am loading 16 files into one single table with same num of fields in all the files.When I I run the package there are no issues, it shows like all the records are loaded...
View ArticleThe parameter 'CM.DW-Ole.ConnectionString' does not exist or you do not have...
Hi,I have an SSIS Package that I made. I continue to get an error that says The parameter 'CM.DW-Ole.ConnectionString' does not exist or you do not have sufficient permissionsBut the thing is that I...
View Article