MSaccess connection failed
Hi Friends I'm using MSACCESS as Source and SqlServer as destination. connection is created successfully but during execution i got his error at source(MSAccess). [OLE DB Source [16]] Error: SSIS Error...
View ArticleTo insert date and varchar records in the same column
Hi, I have table "Trial1" One of the columns is DATERECEIVED VARCHAR(50) NULL Loading data from Excel to staging table using ssis 2005. While make a preview in OLEDB Source the data in the date column...
View ArticleHow do I set the value of a derived column conditionally?
I created a new column in a derived column transformation. The expression is below. @[User::mod] == "AA" || @[User::mod] == "SA" ? "01" which I think simply states if my variable is "AA" or "SA" set...
View ArticleJunk Characters returning to package from SQL Server Package Configuration
Hello All, I was very excited to see that the Package Configurations can help me maintain a clean DEV to PROD development and testing process but I haven't been able to get it to work. My current issue...
View ArticleLimitaciones con Execute sql task en SISS 2008 R2
Saludos amigos, He encontrado una limitación en el Execute sql task, que no observaba en el SQL 2000, al migrar DTS (SQL 2000) a SISS (SQL 2008 R2), noto que la codificación contenida en un paso de...
View ArticleSSIS unzip issue
Hi All, I am unzipping folder on share \\servername\LiveChat . This folder had mutiple files for each table that I am loading into database. MY execute process tasks is configured as Executable:...
View Article[Execute SQL Task] Error: Failed to acquire connection...
Hi All, I have posted a question earlier under the title "package created by another user cannot be deployed by me" Please let me explain it one more time. I have a user who developed a package on his...
View ArticleWeb Service Task not failing properly
In the package that i'm creating i'm using a web service task to call a service, passing an id and expecting an output xml files...should be pretty straight forward, what i'm trying to understand is...
View Articleremove duplicates when merging two data sets
What is the best way to remove duplicates when merging two data sets? If the record exists in set A, I need to remove it from set B when the two sets are merged.John Schroeder
View ArticleOLE DB command on etl(destination error)
When I run my package i got the following error and the OLE DB command will show the sign of failure and can't fix it,so pls can someone help wt it means? [OLE DB Command [894820]] Error: Cannot create...
View ArticleExcel Source Unable to read Data from Excel file
Hello everyone, I am using Excel Source to read excel file. In Excel source i am getting all Column name Properly but when i am executing it data is comming null for some column and foe some column it...
View ArticleError at destination task - "Violation of PRIMARY KEY constraint...
Hi Folks, Please help to provide the solution for the below error. I am getting this error at destination task. Thanks in advance. [OLE DB Destination [431]] Error: An OLE DB error has occurred. Error...
View Articledtutil and spaces in package names
I'm having trouble running a statement like this: dtutil /DTS MSDB/Budget/BUD_Production - dtsChart of Accounts Budget - Final /En FILE;BUD_Production - dtsChart of Accounts Budget - Final.dtsx;4...
View ArticleSSIS Doubt
Hi I am declaring variable in Master Package and giving value as 20 after that i calling child package in that child package i am changing value to that variable as 20 Then how to access that...
View ArticleSSIS Task
Hello all, I am working on a BI production environment where all the data sources (Access Database and Excel Workbook) is dropped in a specified shared folder on the server. I want to know if it is...
View ArticleWhat edition would be required to create,edit and execute SSIS Packages in...
I am working in a project creating SSIS packages for which I have been questioned what edition of SQL Server 2012 would be required. I need to create, edit and execute the SSIS packages. Is the...
View ArticleSSIS doubt Master to child Package
Hi I am declaring variable in Master Package and giving value as 20 after that i calling child package in that child package i am not declaring variable but in script task i am changing value to that...
View ArticleNo Editor Appears When Clicking "Design Script..." in an SSIS Script Task
Hi I am trying to creat script task in SSIS using BIDS., but No Editor Appears When Clicking "Design Script..." in an SSIS Script Task FYI I am using sqlserver 2005 SP4 Thanks & Regards Naren
View ArticleETL with Excel
Hi, I am working on an ETL project and my data source is Excel workboo. I have an excel workbook that contains data in different sheet. The problem is that the cells that contains the data i need does...
View ArticleSSIS 2008 - Cannot save SSIS package when it is too big
Hi, I have created a big SSIS package (19 MB). When I'm making changes, I have to make sure I save after every change, because after some changes the application suddenly cannot save the dtsx anymore,...
View Article