Change Data Capture using Acess as source database and SQL SERVER as...
i am trying to acheive some thing in sql server 2008 but not sure weather how to do this.i HAVE source: Access 2007 Destination: SQL Server 2008 is there a possibility to do this withoute using any...
View ArticleProblem with loading data using SAS OLEDB provider
I get the following error (see below) when trying to use SAS Local Data Provider 9.2 to configure OLE DB Source in SSIS 2008 SP1. This OLEDB provider works fine with SSIS 2005. The error occurs as soon...
View Articleftp task not getting all files
each day i run an ftp task (inside ssis package) to recieve remote .txt files and then run another ftp task to delete from the remote path. i notice my receive task is completing successfully but not...
View ArticleHow to Configure Fuzzy Grouping programmatically
Hello Guys,I am creating a package programmatically, for which I need to configure a Fuzzy Grouping through code.I am using vb.net but even a c# code will do, as long as it works.I am trying the...
View ArticleOLE DB creating a "ghost" row - Pt2
Hi All,An update to a previous post, the history is at the bottom. To summarise:1. Identical package running on two machines (DevServer and LiveServer) every day. 2. On DevServer machine it never...
View ArticleEnableDisable Attribute in a Custom Task UI
I have a functioning custom SSIS task (for SQL 2005) with a UI based on DTSBaseTaskUI, as per the samples from Kirk Haselden's book. One of the things I'd like to implement is enabling/disabling some...
View ArticleFlat File Connection Manager Migration From DTS
We are migrating a large set of DTS packages which load database tables from flat delimited files to SSIS. I am using the migration wizard and I have noticed that sometimes the migration defaults the...
View ArticleJob fails with an error 'A dynamic link library (DLL) initialization routine...
Hi,We have an SSIS package deployed onto production environment--- a 64 bit server A, which will grab some Tedadata data from Server B, and server A got Teradata OLE DB provider version 12.0...
View ArticleMissing elements in XML in SSIS
Hi guys,I am facing a problem and wondering whether any of you having such errors like mine. When i run the SSIS package which contain web service task at my local work machine (32bit) , it abled to...
View ArticleSSIS log file behavior, minor annoyance but wierd
I am playing with the various ways you can configure the file connection manager for SSIS logging and I'm trying to understand the following behavior in the way the file is created. I'm also making...
View Articlesqlserver 2005 importing data from Informix 9
Hello,I am a sql server newbie so please bear with me. I have sql server 2005 running on a 64-bit Windows 2003 R2 server. We also have Informix 9 running on an hpux system. I created a database on the...
View ArticleHow do i make a for loop container to execute till the resultset from a SQL...
Hi All,I am fairly new to SSIS tool and i am trying to implement a automation concept between one sequence container and the next one based on the output of a SQL Task.I have a set of package inside a...
View Articleusing sql task to make two counts and store in seperate variables
I have a table which contains the column "Function"- this columns value is either "D" or "A"I want to use one sql task, if this is possible, to run the code"select count(*) from table where...
View Articletable schema changed after the cursor was declared
Hello, I have a sql server agent job that runs nightly. On random interval (aka: no pattern) the job will fail with the following error:LogJob History (TrackingSystem_Summaries) Step ID1 ServerDB01 Job...
View ArticleRename Excel Sheet using SSIS
Hello All,I have an excel sheet which is stored in .xls format i.e 97-2003 document. Every month i get this excel workbook with some different sheet name which is difficult for me to run if i want to...
View ArticleMultiple integer variable for IN statement
I'm attempting to create a query for a Data Source using an IN statement with multiple integers in a variable. Unfortunately I'm getting a conversion error. I believe the error has to do with the fact...
View Articletransfer data between domain
I would like to transfer my data from a text file on file server to my SQL server on different domain.I would like to know does SSIS support this data transfer?For example, I use my application to...
View ArticleMigration Of Tally data into Sqlserver
Hi , I tried to load tally data using ADO.Net as source to Sqlserver destination. iam able to load single table at once but unable to load all the tables at once.I need solutionTransfer the...
View Articledtutil deploy package gives 0x80040E2F "Violation of PRIMARY KEY contraint...
Re: dtutil deploy package gives 0x80040E2F "Violation of PRIMARY KEY contraint 'pk_sysdtspakages90' or 'bk_syssispackages'"Using dtutil to deploy the same package multiple times the same server that...
View ArticleMigrating Data from Tally ERP9 to SQLserver
Hi all, Iam trying to load data from Tally to Sqlserver DB using Sqlserver import and export wizard while loading Iam getting the error. Please Provide the solution
View Article