Need to send data to excel spreadsheet
Hi AllI'm new in SSIS and need your help in one scenario.I created 1 flat file connection manager that link to 1 CSV file. I also created 1 Flat file Source and use that flat file connection.After...
View ArticleSSIS - merge table and split transformation function
i would like to ask if i have to update the existing record or insert new record from SSIS.here is my step in data flow control:1. create a source table A and table B2. merge two tables by left join A...
View ArticleUpgrade to SQL Server 2012 SP1 Developer (windows 8.1 professional)SSDT NOW...
Hi all,Any leads would be gratefully appreciated. :)1) I am able to CREATE a new model ( 1 in 4 times) 3 of the 4 freeze / hang once the model.bim file is open. The other 25 % of the time I am able to...
View ArticleSSIS to get the particular file from multiple files and copy to different...
Friends,I need your help in writing an ssis package. I’ve folder and have so many different files in there. I need a a particular files which I want to copy to different folder and that file has a...
View Article.csv flat file source problems when moving to ole db destination question
Does anyone know of a utility or process in SSIS Data Tools using Visual Studio 2012 when working with .csv flat file data source where I can filter out rows based on columns that have invalid...
View ArticleInstruct DataFlow task to Redirect bad input rows to Log file?
Hi all,I am new to SSIS 2005 packages but have written many in DTS 2000.I am importing a CSV flat file into a SQL server table with SSIS 2005. How do I tell the Dataflow task to redirect rows that...
View ArticleExecute SQL Task Editor: The query failed to parse. Syntax error, permission...
Environment: SQL Server 2008 R2Code:CREATE TABLE dbo.PkgAudit ( PkgAuditID INT IDENTITY(1, 1), PackageName VARCHAR(100), LoadTime DATETIME , NumberofRecords VARCHAR(50), Status1 VARCHAR(50), Status2...
View ArticleIssue with SSIS calling script in C#
I have a SSIS package that runs locally on my machine just fine but when I move it to my integration server and try to run it through VS 2010 Shell on the Integration server I get the following error...
View ArticleError in importing multiple excel sheets to SQL Server
I have a package which imports multiple excel sheets to SQL server using a For each Container. However I am getting the following error message "Excel Source failed validation and returns validation...
View ArticleMultiple namespaces in an XML document
I have an XML document that I am trying to use within a data flow (XML Source)--the problem is that I keep getting an error message stating that the XML document has multiple namespaces and therefore,...
View ArticleMax limit on size of query in SSIS OLEBD Source component
Hello Everyone,I have a question as below.What is the Max limit on size of query in SSIS OLEBD Source component ?Thanks for your co-operation.ThanksFredyyy
View ArticleRetrieve ErrorColumn Name in Error Flow SSIS
Hi All,I am trying to retrieve the ErrorColumn name from the error raised in a dataflow. this is how i set up.in the list column names i have written the code from the...
View ArticleCan SSIS web services task write to a HTTPS site, not an http site, or is it...
I see a lot of information on using web services task to http, but it doesn't look like everyone is in agreement on using this task to write to a https site.I'm being tasked with a uploading a file...
View Articleimprove performance to insert data from SQL SERVER to AS400
how can i improve the performance to insert data from sql server to AS400.now i have added a OLE DB source as a source from sql serverand then added OLD Destination as destination to AS400.but i have...
View ArticleHow to capture full error message passed back from db engine?
If i have the following table in sql servercreate dbo.null_test (id int not null, Code varchar(10) not null)and I try to insert a nullINSERT INTO dbo.null_test values (1, null)I get the following...
View ArticleAttunity Connector double byte Character
Hi All,I am importing data to Sql server through Oracle attunity connector. It is pretty fast however I have some Chinese and Japanese characters in my source and all looks ? in my destination table. I...
View ArticleCreate a status bar inside SSIS C# Script?
I am moving rows from one table to another using a C# script. Please don't tell me to use SSIS components for that. I am looping the incoming dataset using a for loop and I want to see the current...
View ArticleHow to Investigate and Fix Dependency Chains
I have a package that is currently running but is displaying the following warning message:Warning: 0x80049305 at Data Flow Task, SSIS.Pipeline: The package contains data flow components with multiple...
View ArticleC# Application.LoadPackage with Project Level DataSource Connections
I'm trying to use the .NET C# framework to make changes to a number of SSIS 2012 packages.I am trying to use the LoadPackage method of the Application class to open the package, update a variable, and...
View Article2K8R2: Flat file manipulation suggestions (copy,unzip,load) ~3500 files
Hi all,I need to load some data from a large amount of flat files (identical schema). The files reside on a file share and are zipped. There's a file for every day since 2004 so there's about 3500...
View Article