Tagged Questions

1
vote
1answer
6 views

Why is SSIS choking on Comma separators in numbers?

I am trying to import a tab-delimited text file using SSIS and it is choking on all the numeric fields because they numbers have comma-separators (e.g. 1,000.54). I keep getting t …
1
vote
4answers
42 views

How do I output a query to a CSV file and attach to an email without having to save it?

I need to output the results of a query to a CSV file then send to somebody on email. I would like to schedule this automatically on a SQL Server so is it possible to create tha CS …
1
vote
1answer
19 views

SSIS Package Deployment

While deploying the SSIS package on the server I am getting the following error TITLE: Package Installation Wizard Could not save the package "C:\BI Microsoft\Samples\SSIS\MySamp …
2
votes
3answers
45 views

Using DATEADD with a variable in SSIS

Let me start with the background. The number of days that we want to go back comes in from a table. Select column1 from table1 This gives an int value of 2. This could change …
1
vote
3answers
76 views

how to split data

I have some data in following structure.I want to split the data such a way where ac_no wise database will create & part_no wise table will be created on respective ac_no. …
1
vote
1answer
12 views

How can I insert a hard value or table name into an error log table after OLE Destination Error Output

Hello, I'm trying to figure out a solution on this as a proof of concept. I have a table called "test_table_with_errors" with 4 entries, 3 of which have invalid dates as nvarchars …
1
vote
2answers
25 views

SSIS not starting

Hi Team, Not able to start log backup plan through job. It is showing in suspended mode. SSIS services found stopped while starting the same it is giving following error. SQL S …
1
vote
2answers
20 views

Filename with datastamp and version number

I am creating an ssis package that copies and renames a file each time the package is run. I can get the filename to include the current date, however I would also like to include …
1
vote
2answers
21 views

SSIS (2005) - Cell with a number in it (from Excel) not getting into pipeline

I have an SSIS package where I have a Data Flow that reads an Excel spreadsheet that goes through a data conversion to get the data from NVARCHAR to VARCHAR and then puts it into a …
1
vote
4answers
40 views

Problem Reading Excel File on a Network Drive

I am writing an SSIS 2005 package that reads a spreadsheet and does some ETL on it. The L: drive on my workstation is mapped to a network drive. When I browse to that on the Excel …
1
vote
1answer
58 views

control the execution of a data flow task with execute sql task in ssis

my package consists of EXECUTE SQL TASK that executes a sql stored procedure and there is a local variable in the stored procedure. I have a Data flow task. I want to execute the d …
0
votes
1answer
46 views

SSIS Using SAS OLE DB Data connection

I am trying to find any info on using the SAS 9.1 OLE DB data connection in SSIS. I am not finding any documentation on this thing. Has anyone ever used it and if so can you plea …
1
vote
3answers
75 views

SSIS Connection Error - “No Such Interface Supported”

I am facing connection problem when creating a connection in SSIS package. What I did is, created a Dataflow task and in Data Flow Task, I dragged "OLE DB Source" as source for SSI …
1
vote
2answers
40 views

How to log error and continue data flow task in SSIS

Hi, I am new to SQL Server Integration Services and am building an ETL pipeline to transfer data from an Oracle DB to a MSSQL Server database. Can you please tell me how I can co …
1
vote
1answer
35 views

SSIS - Merge Join data loading error

Hi, i have 2 data sources (i.e. 2 different tables) that i need to join and dumps the output to a destination table. table a consists of 5 records while table b consists of 5000 …

1 2 3 4 5 6 next
15 30 50 per page