Microsoft SQL Server Integration Services (SSIS) Data Flow Transformations are a part of the SSIS ETL tool that enable programmers to perform data operations at row level with high performance, as the data is transformed as it passes through memory buffers.
0
votes
0answers
4 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
0answers
9 views
Need assistance in creating a SSIS expression
Ok, I have a issue that I can not figure out for the life of me. I am trying to create a expression with Derived transformation that essentially searches for some distinct words, say for example ...
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
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
14 views
DATEDIFF and Date Conversion throwing errors
I have two dates (startdate,enddate) and i need the difference between the two dates and that's simple using the datediff function (I'm using this in a package in SSIS). But the start and end dates ...
0
votes
1answer
30 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 ...
0
votes
0answers
17 views
DBSTATUS_UNAVAILABLE error copying memo column to nvarchar column
Hi i have an access source in which i have a MEMO Column. The Destination is Sql Server 2008 R2 with datatype NVARCHAR(MAX).
Source Field : AL$Summary| Memo (Access)
Destination Field : Summary | ...
0
votes
1answer
19 views
Issue exporting Numeric data to Flat file , SSIS
I have numeric data with have value 0.546, 0.456 in the database. When I try to export these values to flat file using flat file manager the zero value is truncated and only .546,.456 is shown in the ...
0
votes
1answer
27 views
Using SSIS to query ADO .NET source query passing in parameters from SQL Server
I would like to pass parameters to a MySQL query using ado.net as the source of the query.
SELECT *
FROM userinfo
WHERE load_date > '2012-01-07'
AND load_date < '2012-01-14'
I have a ...
0
votes
5answers
85 views
Prevent Duplicate headers in flat file destination - SSIS
I need some help.
I am importing some data in .csv file from an oledb source. I don't want the headers to appear twice in the destination. If i Uncheck the "Column names in first data row" property ...
0
votes
1answer
48 views
SSIS - Script Issue creating a DateTime
I'm using SSIS to upload data from a CSV file to a table from my database. I try to get 2 strings (one is for the date, the other is for the time) and concat them like this :
string datsDateTime = ...
0
votes
1answer
31 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
27 views
Updating column name with source system where data comes from
Am new to SSIS and started learning sample projects.
Am trying to do the below task and am not sure how to start and i didn't get much in Google as well.
Example Scenario:
I have created "Student" ...
0
votes
0answers
25 views
SSIS and Custom Pipeline Transformation Component and Multiple outputs
I am creating a custom transform pipeline component for SSIS 2008 in visual studio 2008. I have read up on the basics of creating a custom pipeline component but not the advanced topics yet.
Here is ...
0
votes
1answer
29 views
SSIS - Imported string fields from Oracle are converted into wrong/bad charaters
Using SQL Server Integration Services (SSIS) I am migration a table from Oracle (11g) to SQL Server 2008 R2. The table's fields are int, string (data type Unicode strings [DT_WSTR]) and blob type ...
0
votes
0answers
47 views
SSIS Data Source Name Change
I have about 30 SSIS jobs in a solution, and they all use a common data source which is named ProjectDBDev, but I want to change this to be ProjectDB, dropping the DEV part. I didn't want to blindly ...
0
votes
2answers
35 views
create new table in destination
I have to create a package that creates several new tables daily. this is what i have:
source comes from SQL server and the data is copied as is in new server, but every day when the package runs it ...
0
votes
1answer
20 views
SSIS execution error :Executed as user: cam\Package.Runner. The step did not generate any output.
I'm executing one SSIS job daily which i have schedule in sql server agent.
The package executes succesfully daily but I'm getting step failure message below :
please elaborate more why is it so
...
1
vote
1answer
79 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 ...
0
votes
1answer
52 views
Validating a date column with Derived Column Transformation Editor
I've got a column coming from text file which supposed to be a date, but can be anything else.
Sometimes it comes as "NULL" and sometimes as Date.
I'd like to write an expression in Derived Column ...
0
votes
1answer
37 views
Split columns in SSIS into a numeric part and the remainder of the column value
I'm trying to figure out how to convert my existing DTS files to DTSX hosted on a SQL 2005 server.
In my first try (first DTS) I'm already stuck.
I don't wanna look how things are done using DTS ...
0
votes
1answer
34 views
SSIS Expression to look for character
I am using SSIS 2008.
I want an Expression for a Column where it must look to see if the Value coming in contains a period.
If it does not contain a period it must add a .00 at the end of the value.
...
1
vote
1answer
35 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 ...
2
votes
1answer
70 views
Update a table in ssis without using Data Conversion
whenever i try to update tables from source to destination tables (sql server to sql server) in ssis i run a stored procedure with the update query. i execute this SP via OLE DB Command. Now for the ...
0
votes
3answers
52 views
Switching context in SSIS data sources
The requirement:
I have an SSIS project that will run on data in SQL Server, possibly logging in to the SQL Server using integrated authentication.
That project includes one section that allows end ...
0
votes
0answers
50 views
Bulk Import task with text qualifier
SSIS Bulk Import data transformation Row/Column delimiter definition. Trying to import from a csv file to sql table. After doing the import data/values come as follows
Col1 col2 col3
"XXX" "BBN" ...
0
votes
1answer
36 views
Reading from SQL and passing it to C# method
I need to read a column from a database table depending upon some parameter. If the database table has two columns, status and ID, then I have to read the ID if the status is true. Then I have to ...
0
votes
0answers
45 views
SSIS Bulk Import data transformation Row/Column delimiter
SSIS Bulk Import data transformation Row/Column delimiter definition.
Trying to import from a csv file to sql table.
After doing the import data/values come as follows
Col1 col2 col3
"XXX" "BBN" ...
0
votes
1answer
110 views
SSIS does not read row and column delimiters
I have a text file with column delimiter as | (Pipe) and row delimiter as CRLF (new Line character). The output is an SQL table.
If my data in file has more pipes(|) or more CRLF characters then my ...
0
votes
1answer
74 views
SSIS - import file with columns populated like sub-headers (omitted on some rows)
I am importing an Excel file which is formatted like a report - that is some columns are only populated once for each group of rows that it belongs to, such as:
CaseID |Date |Code
...
0
votes
0answers
19 views
Fuzzy Lookup,Fuzzy Grouping. When to use?
I've got a question based on a homework assignment that I got from school. The teacher told us about fuzzy grouping and fuzzy lookup and told us that it uses fuzzy matching but stopped there. She ...
0
votes
1answer
63 views
Different kind of incremental load
Please look at the following staging table. It has multiple rows for the same policy.
Data to this table is loaded from a flat file I receive from external sources.
Column values can change between ...
0
votes
0answers
47 views
SSIS 2008 Upload Excel data to database table
Morning All,
I am new to SSIS and need to create a package that uses excel to upload some data into a database.
I have followed the following link Import Excel unicode data with SQL intergration ...
1
vote
1answer
125 views
SSIS Error : [SSIS.Pipeline] Error: “component ”Excel Source“ (14)” failed validation and returned validation status “VS_NEEDSNEWMETADATA”
I've gone through this URL:
How to loop through Excel files and load them into a database using SSIS package
And I followed the same steps mentioned there but I got this Warning:
[Excel Source ...
0
votes
1answer
204 views
How to create a single star schema using SSIS for two different domains [closed]
I have two domains Hospital and Retail for which i need to create an ETL package. These two databases do not share any common information/dimension except for cuatomer/patient details.I would like to ...
0
votes
2answers
33 views
SSIS: Join Headers and Records
I am trying to import xml files into SQL Server 2008R2 using SSIS. The structure of the files is frozen and is as goes (simplified):
<dailyReport>
<header>
...
0
votes
2answers
42 views
Different output when running a query in SSMS and SSIS
I have a DFT that transfers data from OLEDB Source to OLEDB destination. The Source has a query that has the below CASE statement:
SELECT Case Gender
When 'M' Then 'M'
When ...
0
votes
2answers
69 views
dynamically generate file with last day of previous month in ssis
I need to generate a file with last day of month using SSIS. I am getting it using SQL.
DECLARE @mydate DATETIME
SELECT @mydate = '03/21/2013'
SELECT ...
0
votes
1answer
11 views
SSIS DATA Covertion task
Hi I am Trying to use dataconvertion Transformation in ssis to get Execl data into a text file But The convertion Failed with The Fallowing Error
" [Data Conversion [77]] Error: The "output column ...
2
votes
2answers
272 views
SSIS : delete rows after an update or insert
Here is the following situation:
I have a table of StudentsA which needs to be synchronized with another table, on a different server, StudentsB. It's a one-way sync from A to B.
Since the table ...
0
votes
0answers
101 views
SSIS Package - Script Component for Proper Case Conversion?
SQL Server 2008/Visual Studio 2008
I am attempting to import a fixed-width text file with data that is all Upper case using an SSIS package. As part of the procedure, I need to convert some of the ...
0
votes
0answers
54 views
Query mappings of source and destination table in SSIS
I have an SSIS package which loads data from one table to another using a select. The mappings were defined manually. Is there any way i can query and find out the mappings from source to destination? ...
2
votes
1answer
231 views
Output multiple rows from script component per single row input
I'm pretty inexperienced with SSIS, though I have much experience in SQL and C# and other technologies.
I am converting a task I have written as a stand-alone c# console app into an SSIS package.
I ...
0
votes
1answer
468 views
Export sql server query output from ssis to text file INCLUDING THE COLUMN HEADERS
I have been trying to export the output of a SqlServer sql query (stored procedure) to a text file.
I achieved it using a Data Flow task with an OLEDB source and a Flat File Destination.
I would ...
0
votes
3answers
239 views
SSIS: How to filter rows with 1 or more null columns and identify which are the columns?
I hope someone can help me with this. I am doing an extraction from excel and load into ole database using SSIS. Before, it enters the database, I have to filter out rows with invalid and null columns ...
0
votes
3answers
188 views
How to use XML data of SQL table column and perform tasks based on tag values
I need some help. I am suppose to get XML data from column of a table. The XML data has many tags. One of the tag contains values like
<Code date= 30/03/2013>
<apr id =1> -2 ...
0
votes
1answer
142 views
How to generate an excel file from sql table using SSIS?
I'm new to SSIS and i want to generate an excel file from sql table.
sql table : mydata
Id date value
1 2013-02-2 236823
2 2013-02-3 185454
Now I need to generate and excel file ...
0
votes
1answer
314 views
SSIS - how to use lookup to add extra columns within data flow
Here's what I am trying to do:
I have a csv file containing the following columns:
Email | Date | Location
I want to pretty much throw this straight into a database table. The snag is that the ...
0
votes
1answer
25 views
Optimizing Script Transformation in SSIS 2005
I've got an SSIS 2005 data flow with a DT_TEXT column on which I need to perform some string replacements. I tried doing this in a Derived Column task but such an expression limits the size of the ...



