Microsoft SQL Server Integration Services (SSIS) is a platform for building enterprise-level data integration and data transformations solutions.
0
votes
0answers
5 views
SSIS - change Unicode text stream [DT_NTEXT]
i have SSIS package and the column in the flat file destination being converted to Unicode text stream [DT_NTEXT] which causing not outputting the value. every time i change to Unicode string ...
0
votes
0answers
5 views
SSIS XML edit column
My data source has an XML column called : DataXml
Also i have 2 other xml columns from other sources : XMLOne, XMLTwo
I want place XMLOne & XMLTwo under one of the XML nodes of DataXML
Ex:
...
0
votes
2answers
25 views
SSIS Execute SQL Task - Statement from Variable - Variable value from a table
Folks,
I am creating SSIS package, which contains Execute SQL task. The "SQL Source Type" property is set to be Variable and it uses one of my package variables. So far so good. Now all of this is ...
0
votes
0answers
16 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 ...
1
vote
1answer
9 views
SSIS, EzAPI, Template
I am using the EzAPI to create SSIS packages via .NET, but when I load an existing package as a template that has existing components (sequence containers and execute SQL tasks etc) the EzExec ...
0
votes
0answers
8 views
How to read sql ce(.sdf file) database/table from SSIS package?
I want to read .SDF file(3.5) from SQL Server Integration Service 2008.
How can I do this?
Please provide me any link/tutorials for this.
0
votes
1answer
33 views
My job is running but no data is comming
I have got a ssis package which runs when I manually run from Integration Services. But when I try to run it from a job. Then it runs but no data is seen in the data. There seems to be some permission ...
2
votes
1answer
29 views
Inserting rows to other tables while importing in SSIS
I have a transactions table in a flat file like
ItemID ,ItemName ,CustomerID ,CustomerName ,Qty ,Price ,TotalValue
and target transaction table will have
ItemID,CustomerID,Qty,Price,TotalValue
...
0
votes
0answers
16 views
SSIS 2008 shared data source for attunity
I am using Attunity (V 1.2) connection for Oracle in my SSIS 2008. Our Oracle DBAs are often changing the passwords and I have to change all my SSIS connections one by one accordingly. Is there a way ...
0
votes
1answer
28 views
SSIS error 'object not exist'while executing the package
I have created some packages which is take the data from the sql server and load the data into the excel files.i have mapped the excel sheets dynamically.sometimes my packages work fine without any ...
0
votes
2answers
33 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
25 views
SSIS prefilter records before extraction
I have to migrate records from a table in Oracle to SQL Server 2008 R2. I already designed the solution that allows me to move the data and save a copy of the migrated IDs into a stage table.
Thanks ...
1
vote
1answer
57 views
SSIS Flat File Connector Not Working
I'm getting the following error on every flat file connector I set up. The flat file connectors are set up from ADO.NET in a Data Flow Task
Error at Data Flow Task [Flat File Destination 11 ...
0
votes
0answers
13 views
External Table is not in the expected format when trying to create an Excel Source in SSIS 2008
I'm not sure how to fix this issue. I tried connecting an Excel source to an OLE DB Destination in SSIS 2008 R1. When I create the Excel Connection Manager and select the file (I have chosen Excel ...
1
vote
1answer
40 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 ...
1
vote
1answer
20 views
Close Connection on completion in SSIS
anybody aware of "Close Connection on completion" option in DTS.
I am searching for the equivalent option for OLEDBDestinationTask in SSIS.
1
vote
1answer
32 views
How can I extract values from a custom flat file header into variables?
I have been stuck for a while with this problem and I have no clue. I am trying to upload multiple CSV files which has dates but I wanted the dates stored as date variables so I use the date variables ...
0
votes
1answer
20 views
Need to create an SSIS Package for users to directly modify a table
I need to allow a couple of users to modify a table in my database, preferably as part of an integrated package that then submits the changes into our live database.
Please allow me to explain ...
1
vote
0answers
16 views
Using different environment in development and production with SSIS
My SSIS (2005) package uses variables and expressions to set some values at run-time (e.g. connection string, database name)
I have found out that the package validation does not use the expressions ...
1
vote
0answers
24 views
SSIS Expression use with SQL Query
I've got an ongoing issue that I'm trying to get around. I'm trying to get a file count into a flat file name (that's file count not row count). My plan is to use a lookup table that tells SSIS what ...
0
votes
0answers
36 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 ...
0
votes
0answers
21 views
SSIS - using conditional split without losing row-order
I'm processing a flat file in SSIS with the following possible record structure:
ACTION_TYPE PERSON_ID TIME_STAMP
----------- --------- ---------------
1 / 2 (9 digits) (up to ...
0
votes
1answer
16 views
Getting duplicate data in ssis package
I am creating a ssis package. Here is the scenario, I have got two servers Server A and Server B. I have created a package that transfers the data from one Server A to Server B. The Server A gets ...
0
votes
1answer
17 views
SSIS Add a new column with a value
I want to add a column (with just a value) to my main table using SSIS (see example below).
How do you do?
Merge join? Merge? Union all? Derived column? I tried all ways but I couldn't do it.
0
votes
1answer
16 views
SSIS and sending out Email List from variable with expressions
I created and SSIS package that is emailing out a report. I would like to populate the TO field in the Send Mail Task Editor with a list of emails. I have a single row of emails separated by ...
0
votes
0answers
33 views
Using Informix dbaccess in SSIS to export data to be imported into SQL Server
I currently have a SSIS package similar to the one detailed here which loops over a list of tables that are in a IBM DB2 database, exports the table contents into text files using the "Data Transfer ...
0
votes
0answers
22 views
SSIS to create flat files from data in two tables
i need to create a flat file from data in 2 separate tables which looks like below
table 1:-
MessageID|StoreID
1 1234
2 5678
table 2:-
MessageID|ProductID|Quantity|PickMethod
...
1
vote
1answer
38 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 ...
0
votes
0answers
31 views
How can I wait for an SSIS package to complete
I have a SQL agent job. The first step in the job is to run an SSIS package that loads data from a .txt file into a SQL table. The next steps in the job manipulate the data that was just loaded into ...
0
votes
0answers
20 views
SSIS Calculation with different total
I'm trying to show the amount of days a company travel has taken. The sales employee doesn't enter the exact amount so it is calculated in SQL and in the data load to DWH it is added to the TravelID. ...
0
votes
0answers
32 views
DTS_E_PRIMEOUTPUTFAILED with error code 0xC0202091 when loading flat file
I get an error message when I try run my SSIS Package the error is:
[Flat File Source [1]] Error: The column delimiter for column "Column 8" was not found.
[Flat File Source [1]] Error: An error ...
2
votes
1answer
16 views
Running an SSIS Package as a SQL Server Agent Job doesn't copy files?
I have an SSIS package I can import into Integration Services on my server and run with no problems. All it does is copy files from a directory on the network to the server it is running on.
When I ...
2
votes
1answer
29 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
25 views
the '.' character hexadecimal value 0x00 cannot be included in a name
While running an SSIS package with XML source and SQL Server destination, i am getting an error.Please find the attached error screen and kindly help me....
Many Thanks,
Sreekanth
0
votes
0answers
29 views
Distributed Transaction in SSIS for cross domain
I want to use distributed transaction in ssis for servers that present in different domain. I just want to load data from one sql server db to other sql server db which is present in different domain. ...
0
votes
1answer
30 views
SSIS Job did not run properly
I have built a SSIS package to EXEC a SP in SQL 2008. When Run the package from BIDS, it generates all the results which insert into a table (took about 1 min). But when I scheduled to run as an Agent ...
0
votes
1answer
26 views
SSIS script component. Value comparison then transformation
I'm trying to learn how to use script component. I'm trying to take a value, 'Gender', and then check to see whether it is "M" or "F". If it is M then change value to G and if F then change value to ...
0
votes
0answers
14 views
SQL Task - send email error
Built a DSTX package (x64) to execute and worked fine when i had it referring to localhost but since i set it up to explicit address the server to query, it now errors out on the SQL Task that sends ...
0
votes
1answer
8 views
DTS_E_InducedTransformFailureOnError when running SSIS package in another environment
I have an SSIS package which runs fine in the development environment, but after deploying to and running in the QA environment, it's returning a "Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The ...
0
votes
1answer
15 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, ...
0
votes
1answer
15 views
SSIS performance monitoring using SSRS
I want to know the top slowest packages using SSRS. I don't know in which table I can find the duration of every package. Actually sysssislog stores the start/end time of package components but I ...
0
votes
1answer
27 views
SSIS Documentation tool
I have done a project for data migration and transformation on a clients database and I need to show them what exactly I have done and what the columns map to etc.
I cant find a tool to do the ...
1
vote
2answers
32 views
SSIS filename - file count
I'm currently creating a flat file export for one of our clients, i've managed to get the file in the format they want, i'm trying to get the easiest way of creating a dynamic file name. I've got the ...
-6
votes
0answers
40 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
41 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
42 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
48 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 ...
10
votes
1answer
10k views
Text was truncated or one or more characters had no match in the target code page When importing from Excel file
I have an excel file with four text columns:
one of them is called ShortDescription which has the longest value.
I created a table in SQL Server 2008 database, with four columns and the ...
6
votes
2answers
2k views
How two different task can goto one task in SSIS
please see the figure to get idea of the scenario.
Now when my Package will run after executing the s! task, either A or B path will be followed. So If A is followed then Task S2 and F2 is ...
0
votes
3answers
4k views
how to insert into oledb destination from oledb command
I'm trying to insert in a ole db destination the result of a sp for each record in an ole db source,
the sp returns a record set
I have found this how to call a stored procedure in SSIS
but i ...




