How to get Column count from flat file
Hi,Package wants to read the data from flat file and load into SQL tables. the column count needs to be checked from the flat file and load into another table. Is there a way to calculate column count...
View ArticleSSIS Package for data migration issue_urgent help..
Hi...I am migrating data from flat file source to database using ssisThe flat file is like:Column...
View ArticleError:ADO.NET source connection issue
Hi,I am using ADO.net source in ssis package to pull the tablesto destination.But I am getting the error as attached document.Can anyone help me on this.This si svery urgent requirement;sudha
View Articleparameter setting error.
Hello Friendsduring execution of pakage i got this error.[Execute SQL Task] Error: Executing the query "INSERT into test_tblUsedDumpRecord2(CreationDate,..." failed with the following error: "Parameter...
View ArticleProblems with retrieving numbers from Excel
Hello,I'm using SSIS, SQL Server 2012 and Visual Studio 2010.I'm trying to retrieve data from Excel source - it can contain both numbers and strings (like 'x' for an unknown number). I'd like to read...
View ArticleSSIS 2012 Package not reading entire table
I am working on SSIS 2012 and ran into a issue that happened as follows:Things seemed to be going well until a couple of databases that were a part of SSIS connections managers were set into single...
View ArticleMaster/Child Package works fine on SQL, Epic fail when deployed to File System
Here's the rub:I have been deploying the package to the msdb database and running it from there with no problemsComing to deploy it to Production the DBA wants to deploy it via the file systemNo big...
View Article[File System Task] Error: An error occurred with the following error message:...
Hi All i have an SSIS package . The package has Foreach loop container and in that i have a File System Task and when i'm executing the package i'm getting the following error and warning.Error:[File...
View Articlehow to create multiple folder dynamically using ssis 2008
Hi,how to create multipl folder dynamically..i want this type of folder, that is folder comes records in paricular column names in tablefor example - c:\abdul\emailid1\details1...
View ArticleHow to run Package via c# using...
Hi <o:p></o:p>I would like to execute SSIS package that stored on new SSIS Catalog DB (SQL 2012) using the c#.<o:p></o:p>Requirements:<o:p></o:p>Pass Project...
View ArticleCannot change SQL command text in Data Flow Task
I have an SSIS package that extracts data from Teradata into a SQL Server DB.I'm using SQL Server 2008 R2 EE x64, and Visual Studio 2008 PE (BIDS) supplied with it, accessing Teradata v13.In the...
View ArticlePackage schedlingError.
hello FriendsI got this Error during scheduling.Message: Executed as user: GGN_DBCRM\SYSTEM. ...n 9.00.4035.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started:...
View Articlerefrence table
hi,in my master table i have 1 column which has values 1,2example :type 12,now i have referenct tabletype code1 employee2 departmenti am loading my data into master...
View Articleflat file
hii have 1 csv file which has all the values like "1",when i upload the file ,i am getting "1" in the database.i want to remove "" ,if i place "" in text qualifier, it shows me error like please help me
View ArticleHow do I deploy SSIS packages when I have SQL Server 2008 and SQL Server 2010...
I have a project in SQL Server 2010. It is the same project I had in SQL Server 2008. This project contains about 180 SSIS packages. Each package uploads a single SQL table with data. These...
View ArticleVisual Studio 2010 (Data Tools) Gets stuck when opening SSIS-solution (Sql...
HelloSince I installed Sql Server 2012 (ever since beta up to release) I've had problems with SSIS. Whenever I forget to close the package before I close the solution it gets stuck on the "Preparing...
View ArticleNeed to have the name
Hi,Within a DB stored proc, how can I capture ReceivedFileName of the current input Flat file of the Biztalk 2009 project and then insert it to a table column inside one SP? How can I capture this...
View ArticleHow to use Variable in SSIS
hi,I have one variable at package level in ssis.I want to use this in sql statement of execute sql task.but i m not able to find how to do this.my sql statement isselect * from Var where Var is...
View Articlenot seeing anything on sysssislog
hi,i am having log provider in sql server table.when i run the package ,it run successful,but cant see any log in sysssislogwhat should i do
View Article