0
votes
0answers
36 views

Validate Complete Flat file before import in SSIS

Have one flat source file of around 1 GB and needs to be imported to table. But before importing need to validate the complete source file (all records) before transformed into the destination table. ...
1
vote
1answer
19 views

Netezza Incremental load from Sql server using SSIS

I am trying to do a incremental load from Sql server 2008 to Netezza (Nps6) using SSIS. Netezza 5.x version OLEDB driver used. Here I am trying to insert few thousands of records to a Netezza ...
1
vote
3answers
37 views

generated excel from SSIS but getting quote in every column?

I have generated and excel from SSIS package successfully. But every column is having extra ' (quote) mark why is it so? My source sql table is like below Name price address ashu 123 ...
-4
votes
2answers
63 views

Data Scrubbing in SQL Server [closed]

The requirement is to scrub the data. I have loaded data from a flat file into a SQL Server table in some columns there are some values like -111, -11, -11 i.e starting with negative values and there ...
0
votes
1answer
24 views

compare two excel files in a ssis “Foreach Loop Container”

Introduction : I have Multiple Excel files which loop through a Foreach Loop Container in SSIS Package. The first Excel file Excel1.xlsx contains the old data (for example :I have a column named ...
0
votes
0answers
21 views

SSIS Package Fails with Error “must install lookup of integration services or higher”

I am trying to run an SSIS package from Sql Server Management Studio (SSMS) and get the following error upon execution. "To run SSIS package outside of SQL Server Data Tools you must install Lookup of ...
0
votes
1answer
21 views

SSIS OLE DB datasource Check row count

I have an SSIS package with a OLE DB source reading two columns from a table. I need to check if the source table has some records and perform different actions based on whether the row count from ...
1
vote
0answers
28 views

How to split resulted records when inserting them into source destination SSIS package?

I have an SSIS package, between to servers (a MS SQL Server 2008 R2 and a Teradata server) which takes some data from one table from one server and sends it to the destination server via an ADO.Net ...
0
votes
1answer
32 views

Using a scalar as a condition in an OLE DB data flow

I am having a problem with a data flow task in an ssis package i am trying to build. The objective of the package is to update tables situated in our local server using a connection to a distant ...
0
votes
0answers
17 views

How to insert XML attribute matching values in SQL table using SSIS.

I have XML where I wanted data of some matched attribute which I wanted to dump into my SQL backup table E.g. : S Node where N="AccountName"; //So value should be "abc" and N="Fcode";// value should ...
0
votes
0answers
27 views

Dynamically change the ServerDB name in SSIS connection manager

We have a few 100's of SSIS packages in our environment. Last night we moved our database from one server to another and renamed it. We now need to go into all of packages and change the connection ...
0
votes
2answers
36 views

Update Table With Join Condition

I have following scenario. Table A // Dev ID NAME Address Table A // Prod ID NAME Address While Deleting from Dev i need to check if it exists in prod and if it does then i need to ...
1
vote
1answer
49 views

Stored Procedure returns schema version change error when run from SSIS, but not when run directly

I have a SQL Server stored procedure that executes correctly every time when run manually with EXEC, but when it runs as part of an SSIS package, it fails with an error like this: Executing the query ...
0
votes
0answers
42 views

String variable is truncated when inserted into an nvarchar(max) column

I take XML from a webservice and it's very long (> 1 million characters). I put the XML in an SSIS variable. I want to put the raw XML from the variable into a SQL Server 2012 table. Table column is ...
1
vote
1answer
41 views

How can I split a comma-delimited value into multiple rows?

I have table1 query string that pulls the following from a remote table whereby myKeys is actually a comma-delimited list: table1: myKeys varchar, myCount int, myComment varchar I need to update a ...
2
votes
1answer
31 views

table deletion and re-create in SSIS Package

I have a SSIS which in order to work has to have some specific tables. Therefore I have made an "Execute Sql Task" package which first verifies if table exists and has the specific number of columns, ...
0
votes
1answer
18 views

Setting up a test environment for SSIS 2008

I am looking to learn SQL Server Integration Services 2008 using SQL Server 2008 by getting hands on and messing around with it. I'd rather do this at home on a local install rather than a network, ...
-7
votes
0answers
45 views

How do I created a flow diagram of my system? [closed]

I'm working on Hedge fund domain project. we have created SSIS packages which daily fetches files from various sources like Wall street office etc and dump data into Raw database table (SQL TABLES) ...
0
votes
2answers
51 views

SSIS - how to make a connection string for your database server?

How do i make a connection string for my database server ? I want to know this so that i can save connection strings in a table and then use them later. Note - All my database servers don't need ...
0
votes
2answers
48 views

For each loop in SSIS - Need to understand ServerName and ConnectionString

I am trying to use a for loop to connect to different servers and then do some job for each server. In the "expressions" of the connection manager for my loop, i see ServerName and ConnectionString. ...
1
vote
2answers
57 views

SSIS ForEach loop - change connection inside a for loop

Task - There are 7 SQL servers, each of which have the same database. Consider a table Table_1 of the database. I want to take data from Table_1 of all the 7 servers and put it into Table_1 of Main ...
0
votes
2answers
51 views

Selecting Huge number of records using SSIS

I am trying to load a fact table. I am joining 7 different tables. When I select the count(1) from that join, it took 25 minutes to execute and returned 988368728 records. On top of that I am using ...
0
votes
1answer
31 views

How to easily give customers graphical access to SSIS?

Our website runs for many customers as a software as a service. They have asked to be able to import their data in our database. Since the database has many customers, each one will have different ...
-1
votes
0answers
20 views

Where is the ideal place to install SSIS? [closed]

We're currently working on building out a new data warehouse and I'm looking for resources or best practices on where SSIS is should ideally be installed. My thoughts are as follows, but I'm really ...
0
votes
1answer
32 views

Cleanup CDC table once changes (insert/update) effected destination table

CDC: I have enabled CDC on a table called ABC. Whatever insertion/ update occur in that ABC table , cdc_ABC table is holding. SSIS Package: Now thing is that in SSIS Package I gave ‘cdc_ABC ‘ table ...
0
votes
0answers
20 views

How do I process an initial load of a CDC table?

I'm having a little trouble following the article on how to use the CDC Control Task. Specifically, I seem to be unable to process the initial load in such a way that the subsequent incremental load ...
0
votes
0answers
17 views

System.OverflowException when running dtsserver.getrunningpackages()

I'm having a sudden error in a SQL-Server agent job that runs an SSIS package: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> ...
2
votes
1answer
38 views

Do the SQL Server Integration Services (SSIS) have this kind of interaction with C#?

I want to get some pictures from a folder and convert them to byte arrays with C# code, then insert the byte arrays into my table in the SQL Server database Does this capability exist in SSIS? If ...
0
votes
3answers
82 views

SSIS - ETL - Transfer tables/databases from many servers?

I have 6-7 identical databases (almost). I want to copy the data from some of the tables of EACH of these servers into the corresponding table of ONE server. That is, multiple sources and one ...
1
vote
0answers
72 views

Extracting SQL statements from a SSIS/DTSX package

I am looking for something to extract all the SQL queries present in my SSIS/DTSX package. But nothing is helping me till now. I already had a look at Microsoft.SqlServer.DTS API's from Microsoft. ...
0
votes
0answers
66 views

Performance in an SSIS package with asynchronous component

Hi everyone as I already posted here : I face some problems excuting my SSIS packages, actually they take huge time. Due to a lot of constraints I'm trying to resolve one to one ! I start with the ...
0
votes
1answer
36 views

Geometry in Derived Column SSIS

I have a Spatial file (*.shp) with 30 million records which I am reading using SSIS and has a column POINT(Lat,long). While reading the file I want to convert this column(POINT) into Geometry using ...
0
votes
1answer
77 views

SSIS package can be run using “Execute Package Utility” but not in an agent job?

I imported a SSIS package, which pump a local Sql server table to a remote Sql server, into MSDB SSIS storage and I can execute the package by right clicking and executing. However, it raises ...
1
vote
1answer
47 views

Script To Export All DTS Packages ON IS To File System

Is there a script that will export all DTS packages on an Integration Services Server to one file system path (ie: C:\DTSPackages)? Currently, the task of right clicking, selecting export, choosing ...
-4
votes
0answers
48 views

How can I read an EBCDIC Cobol file into SQL Server? [closed]

I have a large EBCDIC Cobol file with many fields (500+). Is there a way to script the file load to SQL Server? I don't want to use SSIS because using wizards will be extremely time consuming!
1
vote
0answers
34 views

SSIS Buffer not changing

I have a few data flows inside a SSIS package and I'm trying to maximize the buffer. The machine this runs on has 16GB of RAM and does nothing else (in other words memory is not an issue). So ...
0
votes
1answer
36 views

How can I use a variable in a data source?

I am transferring a very large table that has a column called EndOfSessionTime and I would like to get a var LastSess=MAX(EndOfSessionTime) from the destination and transfer only rows WHERE ...
1
vote
3answers
95 views

Concat multiple rows in SSIS in one column

I have two tables: Table 1 (Name, (...), ProductID) Table 2 (Customer Name, ProductID) Sample Table 1 Test1 | 1 Sample Table 2: Customer1 | 1 Customer2 | 1 The table schema is fixed and I ...
4
votes
1answer
116 views

Load SSIS package using Application.LoadFromSqlServer() with an encrypted connection string

I'm using var app = new Application(); var pkg = app.LoadFromSqlServer(ConfigurationManager.AppSettings["SSISPackagePath"], ...
1
vote
1answer
45 views

Rollback SSIS Data Flow Tasks if one fails

In my SSIS package I have several data flow tasks. Is there a way in SSIS which says if the F0101Z2 task completes but the F03012Z1 fails rollback what was passed in the F0101Z2 step? Any guidance ...
0
votes
0answers
37 views

SSIS 2008 to 2012 exception referencing 3rd party DLL in script task

I am converting an SSIS package from 2008 to 2012. After converting to 2012 this works fine running locally in vs2012 however when deployed to sql server 2012 and ran from the server the package is ...
1
vote
1answer
82 views

Best Strategy to Copy delta from one database to another [closed]

I have a Transaction Database TD with Table A. I have another Reporting Database RD with Table B. Table B is exactly similar to table A in terms of Columns & Datatypes. I need to copy Table ...
1
vote
1answer
101 views

Transfer several joined tables from one database to another using SSIS?

I have several tables in my database A which are interconnected via foreign keys and contain values. These values need to be transfered to another database B, all dependencies must be preserved, but ...
0
votes
3answers
140 views

Import data into sql server from files with different format

I have a program, which watches a folder on the server. when new files (flat file) come in, the program (C#) read data, bulk insert into the table. it works fine. Now, we extend the system. It means ...
1
vote
1answer
37 views

SSIS package performance enhancement

I have a log table that I am planning to import from my Transaction Database to my reporting Database. The columns of the table are as follows: Id,Varchar1 , Varchar2, Time1, Time2 XML structures ...
1
vote
0answers
96 views

SSIS Bulk Insert doesn´t work

I'm trying to execute a Bulk Insert task in a SSIS package in SQL Server, but it shows error trying to open the file or trying to find the file. Searching in the web the errors can be: The path is ...
0
votes
0answers
17 views

SSIS Data Flow Task Slows Down [migrated]

I am trying to transfer data from one table to another in the same database using SSIS. It seems to go fine (I can see the record count going up) until it gets to about 30 million records, then it ...
1
vote
1answer
86 views

XML from webservice to SQL Server using SSIS

I have a web service task that saves the XML output to a variable. The question now is what would the variable type be? Also how can I then transfer the XML variable to the SQL Server database? I ...
1
vote
2answers
98 views

Data Warehouse design - Handling NULL and empty values in the OLTP

I am creating a DW for an OLTP that is creaking somewhat. A problem I'm faced with is that there isn't much data integrity in the OLTP database. An example would be a Suburb field. This suburb ...
0
votes
0answers
55 views

SSIS Package and Raising Error

I apologize is this is a repeat. I couldn't find a question that was answered that fit what I was asking. (this is similar How can i create out parameters with RAISERROR in stored procedure?) I have ...

1 2 3 4 5 24