"Drop and recreate destination table" option disabled
Hello,I am using the tool 'SQL Server Import and Export Wizard' to import data from 1 database to another one in the same server daily. Both database have same tables.However, when selecting tables...
View ArticleCan I have multiple instances of SSIS on a server?
We have a server that we deploy our SSIS packages to and run them on. We currently have MS SQL Server 2005 on it but would like to ugrade to at least 2008. However, I don't want to cause problems...
View Articleexcel connection error
hi,i am getting followinf error:Error: 0xC020901C at Data Flow Task, Excel Source 1 [38]: There was an error with Excel Source 1.Outputs[Excel Source Output].Columns[SUBSTANCENAME] on Excel Source...
View Articleproblem listing role members for db_ssisltduser and db_ssisoperator roles...
I was trying to find out the role members for db_ssisltduser and db_ssisoperator roles. But the results from the GUI and from sp_helprolemember are different.From the GUI (msdb -> Security ->...
View ArticleHow to send email notification when row is redirect
Hello,I am new to SSIS. I have a text file to transfer to a table in sql server. I redirect all error rows into another text file. It did this successfully.However, I want an email notification when...
View ArticleProgramatic way of determining Data Flow Task Name
Hi,I am planning to implement Lookup Errors in my Datawarehouse in such a way that the Lookup Error is redirected to an Error table. The table will have the structure of the source table + error column...
View ArticleSSIS Package Randomly Crashing - Access Violation
I have a SSIS package that crashes randomly. It has data flow tasks using OLE-DB Source, OLEDB Destination, Sort Transform, Merge and Merge Join etc. to load csv files into a SQL Server database.Most...
View Articletakinh excel file path and name dynamically
hi,i am getting two excel file ,so two excel source.nwo my file path can be anywhere and file name can be anything.hwo to make it dynamically so it pick up it automatically
View ArticleDerived Column to process negatve sign with or without decimal point
HI,I have had expert advise from the knowledgeable folks on this forum which solved my issues to date. I am trying to come up with one expression that will solve both issues I have.I have flat file...
View ArticleMultiple aggregates from OLEDBSource into OLE DB Destination
Please advice if the following is possible using SSIS Please run the following code in SSMSDrop table #test Create table #test (CustomerNumber varchar(10),CustomerType varchar(10),Source Varchar(10))...
View ArticleRetrieving the COM class factory for component with CLSID {...} failed due to...
Hi All, This error has had me stumped for a week. I have read numerous forum posts from all sources and tried most of the suggestions to no avail. Please note that I can run the DTSX package on the...
View Articleremove duplicate values
hiin my oledb destination i am getting some duplicate rows,i want to remove it before data loads into table
View Articlederived column
i need to convert from string to numeric(2,0)getting error : (DT_NUMERIC,2,0)PAT20 if use this.Error: 0xC0049064 at Data Flow Task, Derived Column [26]: An error occurred while attempting to perform a...
View ArticleUsing with (NOLOCK) and rows per batch?
I have a package that has something like this in an OLE DB Source task:select HEIGHT from dbo.PEOPLE [P] left join dbo.CURRENTHEIGHT [C] on [P].[ID] = [C].[ID] where [C].[HEIGHT] <>...
View ArticleAggregation into one oledbdestination
Is it possible to aggregate multiple fields from one oledbsource and then put the results into oledb destination?If I use Aggregate transform to aggregate two columns, how can I put the values of the...
View ArticleLoading a varchar/datetime value from a pipe delimited file to SQL table
Hey all,I have a pipe delimited file that I get, and I am trying to load it in to a SQL table. The file looks like this:19,23,A,20130615062429I have created my SQL table with 4 columns with...
View Articleexcel when the new file comes in
i am getting this error when new excel file comesTITLE: Package Validation Error ------------------------------Package Validation Error------------------------------ ADDITIONAL INFORMATION:Error at...
View ArticleSSIS, FTP, and a Proxy server
Hello, I'm hoping someone can help or at least say that what I'm being told is "inaccurate"Our team has had to keep a SQL Server 2000 box (no snickering please) around b/c it has an old scripted FTP...
View ArticleRow Count Transformation and Send Email task
I am getting the vcount of rows in variable from row count transformation and I want to send the row count in a mail as message. I am trying to use expressions in send mail task for message and when I...
View ArticleLookup on multiple columns with multiple look tables
Hi, I have a oledb source which generates a dataset with columns x,y,z... I need to lookup on these columns on tables xlookup, ylookup, zlookup.So my resultant output dataset after 3 lookups...
View Article