SSIS package programmatically for excel source
I am creating SSIS package for Excel Source Programmatically. I am facing two issue in that1.RuntimeWrapper.DTSConnectionManagerExcel100 how to get columns from this. while in case of flat file...
View ArticleOracle Source
I have an Oracle table with about 100 columns as a result when reading it gets only 400 rows at a time Is there any way to read more rows ? Can I tweak default buffer max rows ? Thanks a lot
View ArticleDB2 Connection not storing Password
Have a connection to a DB2 database. Problem is the password doesn't store so can't schedule it to run successfully.I am only seeing old posts and no answers so wondered if anyone else had any...
View Articledtproj incompatible
Hi Im just trying to open a dtproj from TFS. I have downloaded and installed SQL Server Data Tools already again. I have copy pasted this info from my version:Microsoft Visual Studio Ultimate...
View ArticleSSIS Data Flow with 2 Excel Destinations (2 sheets in same workbook) - some...
I'm trying to create an SSIS package that executes a stored procedure that returns a detailed data set (i.e. all sales from this month). I want to put the data into an Excel worksheet with 2 tabs -...
View ArticleSSIS Error handling
I am new to SSIS. I would like to create a package that imports an excel file into a SQL Server table. Our plan is to create a web page where the user inputs the excel button into our server and then...
View Articlemerge join results vary from t sql join
I am doing an inner join with a an int field (OrderID) from whichSQL gives 1323147 records after joinwhile merge join in DFT gives only 1000 records..IS property is set to true and value of the join...
View ArticleSQL Task - trap error and re-execute task
I'd like to re-execute the task in case of a failure. Wondering how this can be implemented. Thanks, Nic
View ArticleWhat user credentials are used when package is executed
I am trying to copy files from one directory to another using foreach loop and file system task getting the following error when packaged executed..."Access to the path '\\fxx\root\shared\ICT\ICT...
View ArticleHow to create and map Excel destination dynamically in SSIS
Can some one post the example step by step to create and map Excel destination dynamically from the OLEDB Source in SSIS
View ArticleExecute SSIS from ASP.Net/C# - Run AS
Create a SSIS package that creates excel spreadsheet and put out on the "report server". Calling this package from an ASP.Net/C# applicaton and using LoadFromSqlServer. Package and stored procedures...
View ArticleHow to loop through yesterday's files
Hello Gurus,I want to loop through a folder that contains multiple files with different dates...
View Articletype of value assigned to variable differs from the current variable type
hi all,I have a Data Flow Task that has to be ran against a collection of files in a folder.I have put the Data Flow Task inside a ForeachLoop container with a Package level parameterUser::fileName as...
View ArticleUsing SSIS Variables in Email Body..
As a kind of alternative to my previous question, is it possible to use SSIS Variables in the BODY of an email?For the body I want some nice formatting, so I am using an HTML File. For the subject it...
View ArticleHow to change a cm property in the ScriptTask
I have a Script Task that creates a database if it does not already exist. Before opening the connection, I need to change InitialCatalog to "master" since the database specified by the parameter does...
View Articleerror when trying to use excel source editor in SSIS 2012
I am using SQL Server 2012. This error occurs when I try o select the name of excel sheet in excel source editor in SSIS 2012. I am on win 7 64 Bit machine. I have office 2010. Could not retrieve the...
View ArticleUnable to suppress config warnings with SuppressConfigurationWarnings = True
Hi,I am using SQL Server 2008 R2 to develop SSIS package. We are using single indirect XML configuration file for multiple packages. Not all configured values in the config file are used in all...
View ArticleBulk Insert Task Destination Has Column Defaults
The source text file for my SSIS 2012 Bulk Insert task has seven pipe delimited columns. The destination table has ten columns. The last three columns the table have defaults. Before I go any further,...
View ArticleScript Task - Email (C#)
Hi,Does anyone have any article/post/code reference where I can do the following with Script Task.Send Mail to multiple Mail To/CC/BCC (pulled from a table and these three types are stored in three...
View Articlecsv to txt
I have been given a csv file, this file contains financial data and since there are fields having money/currency it does not help to have it in csvMy task is to convert this file to .txt and load it...
View Article