Multiple Tables for CDC Incremental Load
Is there any way of configuring the CDC Source and CDC Splitter programmatically? I have coded the CDC Initial load to programatically go through a list of tables and bring across all of the data for...
View ArticleScript Task for Automatic Email
Greetings I use Script Tasks in SSIS to send emails for contacts to take a survey or to remind them about an event.I have a request to send program reminders when the program is two weeks off. I need...
View ArticleFailed to lock variable "User::ImportOnlyQM" for read access with error...
Dear All , I'm facing a really boring problem with SSIS : I have a data flow procedure that imports CSV File from ftp server , import them into staging table , it process the data and clean the ftp...
View ArticleError: ForEach Variable Mapping number 0 to variable "ᶈ珈" cannot be applied.
Hi, Please help me out with this one... SSIS 2012 I have a query with some start and end steps which I want to use for a Foreach Loop: I add that query to an Execute SQL Task: Next a Foreach Ado...
View ArticleExcel sheet Problem
Hi All, I have a following set of requirements which i need to create a package and make them wrk. 1> I have an Excel file (xls) which has all formulas and data calculated based on formulas and this...
View ArticleRestore backup databases on another sql server in sql server 2008 R2?
I have mantainence schedule for backup all 4 databases on one server i;e SERVERA. i want to restore backup automatically on production server i;e SERVERB automatically or using scheduller or any other...
View ArticleOledb Data Provider to connect to Sqlite file through SSIS
We are trying to import data from a Sqlite file using a SSIS package. To connect to the Sqlite file through SSIS we need an Oledb Provider for Sqlite. If anyone can help me provide the details of the...
View ArticleVariable to dynamically change tablename for Data flow task
Hi everybody, I have the following question. I would like to make an SSIS Package which Extracts data from different tables to my staging area. I made this in a static way but would like to do it...
View ArticleExcel error 64-bit version of SSIS
I have a 64bit system and installed ssis on my system.How do I changed the ssis project to 32 bit. I have this error: Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is...
View ArticleLogin error when executing package as job in sqlagent
SSIS 2008 R2 Windows server 2008 Hi, I imported this package from dev server where it worked fine as scheduled job. now I get this error... Date,Source,Severity,Step ID,Server,Job Name,Step...
View ArticleChecking to see if a record exists and if so update else insert
I've decided to post this as a sticky given the frequency this question is asked.For those of you wishing to build a package that determines if a source row exists in the destination and if so update...
View ArticleMDX in OLE DB Source - Empty Result causes error
Hi I'm extracting multiple datasets from SSAS through MDX in the OLE DB Source Component. It works fine while there's a result set. But if the result set is empty, it doesn't seem to have the correct...
View ArticleError importing Excel (nvarchar) column to SQL server float column
Hello, I import Excel data to SQL Server. In my sql server table column 10 should only receive float values. In the Excel sheet, column 10 is a calculation column which deals with values from other...
View ArticleDifference between Transactional replication and Log shipping?
What is the exact difference between Transactional replication and Log shipping? Which one is better among these? And when we need to use Transactional replication and when to use Log shipping?
View ArticleSSIS Data Converstion
Hi.. Trying to convert a column on my table to float from str datatype this is failing with the below error [Data Conversion [3558]] Error: Data conversion failed while converting column "Lokesh"...
View Articlehow to queue the task
Hello everyone, I have created Package in which i am processing Excel file and then transferring excel file from one folder to another. I hav created job for this which is scheduled for every 10 mins....
View ArticleProblems with the query, "ResultSet" property not set correctly
I am trying to catch the erros during package execution and i have followed the method as in the given link, http://www.sqlservercentral.com/articles/SQL+Server/66387/ Here i am not getting any problem...
View ArticleScript task on remote computer
I have package with script task. It executes bcp.exe to export some data from remote server to file(location of the file should be on the same remote server). If i execute it on my computer, it first...
View ArticleHow to Map Variables on to flat file destination ?
Team , I have a package with 2 DFT's which generate 2 flat files . How to create a third file which should show count of records from generated file1 an file2 ? My Package has two DFT's executing...
View ArticleQuick Simple one : select SSIS vairables statement ?
Team , Can some please help me with writing an expression select statement to retrieve vairables in SSIS like we do it in SQL ? SELECT 'Name' as Var_Name , 'Value' as Var_Value I want the whole...
View Article