Max number of columns during data read in
Hi, A quick question for max column issue in SSIS: I am trying to read in csv file with 1,605 columns but failed, is it because SSIS have the same limitation of max columns as SQL Server , which is...
View ArticleAdd a new column to the destinations table using SSIS
my flat file having 3 columns ... they are EMPID,ENAME,PHONENUMBER. in the flat file having following data as shown below EMPID ENAME PHONENUMBER ------------------------------------------------- 1 AA...
View ArticleApplication popup: taskkill.exe - Application Error : The application was...
In our application with have an SQL Agent Job with an SSIS-Package (.dtsx). In this SSIS-Package, there are an process step (Execute Process Task) with Executable: "taskkill.exe" and Arguments: "/F...
View Articlessis excel error in job
We've created a job which loads data from excel source in to sql server. It's working fine both in bids and sql job in dev machine.But in test machine it's working only in bids and not in sql job.it's...
View Articlehelp me urgent
now what if i have foreign key with the table. exalple product product id identity(1,1) primary key, name varchar(50)) item itemid identity(1,1) primarykey, itemname varchar(5)) productitem (productid...
View ArticleRunning pkg from SSMS
Hi, kind of basic questions here but i think there could be some subtleties. (running sql server 2008 R2) Question 1: i am copying rows from a table on server A to a table on server B. i create the...
View ArticleHow can I embed commas with double quotes when exporting .csv file?
Hi, having a bit problem when I am trying to export data from .xlsx file to .csv file.The root cause is because some fields contains comma in the data, and i want to export that kind of cells with...
View ArticleParent-->Child-->Child-->OnError not working
Hi, I have an issue where I use an OnError event to trap problems in a package and send an email. The package executed on its own returns the email. When I then wrap this up in the overall solution...
View ArticleQuickly create output and output columns from table
After tables have been created in SQL Server, is there a quick method to copy that structure into the output of a script? I am trying to avoid creating the table structure twice... thanks. -r...
View ArticleLookup transformation from sample AdventWorks giving error
I am following the sample given in the msdn adventworks and I am on the step 9 of the testing package phase and I can't seem to fathom what the problem might be, I have mapped key to the correct...
View ArticleSSIS - sending data to a print queue
How can i send a file/data to a print queue using ip address/port/printer id within SSIS??
View ArticleSSIS - Derived Columns
Hi, I have one small question, I am new so please help me. In my project I have one text file which has zip4 and zip5 , I want to concatenate both the zip code but it has one problem, at some place...
View ArticleSSIS execution Error: FlatFile connection Problem - FileName specified in the...
Hi Champs, Scenario Configuration : VB.net 2005 Code, WebService for Executing SSIS on Server, SSIS deployed on the Database Server Problem Description : We are developing windows applicaiton in...
View ArticleSSIS - Flat File
Hi, In my package I have to use 5 flat file. 1) add 2) detail 3) dwr 4) npl 5) profession (text files). The DWR file will be used in the two different process in the same package. steps 1) outer join...
View ArticleSSIS package creates a new package ID when ever imported to new solution
how to avoid this ? SSIS package creates a new package ID when ever imported to new solution since this ID is configured in the database.
View ArticleSSIS - Client or site to site VPN
Hi All, I want to connect to a remote Oracle database hosted at a client location using SSIS package and transfer data to our local datawarehouse. Which VPN should I go for and why? Client VPNSite to...
View Article[Excel Destination [103]] Error: Opening a rowset for "Alle MD, Srinesh"...
Using SSIS 2005, have excel template with only sheet 1. In ScriptTask I create new tabs for each doctors name which works just fine. When I go to populate the tab with data the Excel Destination...
View Articlecreate a ssis pkg that executes a set of tsql statement from a directory
can anyone provide an example to create a ssis package that executes a set of tsql statements
View ArticleHow to monitor(view) SSIS threads and parallelism in ssis s008 r2 ?
Hi, is there any tool or utility that could shows the number of threads are utilizing during the ssis process. it would be great if any one please explain in details. thanks in advance, Zaim Raza.
View ArticleError code: 0x80004005. An OLE DB record is available. Source: "Netezza...
Hello My scheduled package which used to run fine has started to fail... Seems like each time its a different error code. We are using this package to move data from SQL Server to Netezza database....
View Article