Quantcast
Channel: SQL Server Integration Services forum
Browsing all 24688 articles
Browse latest View live

Connection times out before drop second table executes

I have an SSIS package, which I generated from the export data wizard. It has a series of drop table, create table, data flow task, drop table, create table, data flow task items in it. Each works for...

View Article


Building a data flow task, within a foreach loop for dynamic table name, but...

In my control flow, I set up a variable for the table name, enumerated by SMO, following the instructions from the link...

View Article


Getting Error in 32bit DTEXEC on 64bit machine

View Article

typecast in derived column

what is the meaning of this logic (DT_STR,12,1252)(LEN(TRIM(employee_NO)) == 0 ? (DT_STR,12,1252)NULL(DT_STR,12,1252) : TRIM(SUBSTRING(employee_NO,1,12)))

View Article

SSIS - Extract subset (n) columns from table at time

I have a DB2 table with over 100 columns of data (and 30+ million records) which I need to load into SQL Server table.  Instead of trying to load all data at once, I thought it would be more efficient...

View Article


Image may be NSFW.
Clik here to view.

SSIS 2012 script task Issue (SQL server 2012 SP1 installed, win server 08 R2,...

Hi all,When I tried to create a script task in SSDT for SSIS 2012 under a new installed server, I was not able to ope the edit script, I got the below error message:I have no this issue on an upgraded...

View Article

How to send message via phone on the report?

Hi All,Currently, I have a report show all the customer name and phone number, now I want to send the message to the phone, how to achieve this via BI knoledge(maybe SSIS?) Thanks.

View Article

SSIS 2008: Cache connection manager - possible to clear in memory buffers...

Hi All,I have a number of lookups against the same table so I used the Cache Transform destination to pre populate my lookup data once then reuse it in my data flow.The lookups are in the data flow...

View Article


SSIS 2012 Lookup Task Algorithm (parallel thread)?

Good day Algorithm Lookup Task (full cache) works in one thread or several parallel threads on the rows of input set?

View Article


processing daily files in using ssis

How do we process files daily basis/monthly using ssis by extracting from one place and check the format and sent back formatted file to that place? Is there any standard design ? 

View Article

SQL INSERT INTO within a SSIS Script not working...please help!

Hello!I am trying to insert data into a DB Table within a Script. Everything seems to work when I step through in the debugger however when it gets to the SQLCmd.ExecuteNonQuery() statement it bombs....

View Article

creating 50 folders within a root folder on a nas drive

Hi Allhow do i accomplish a task to create 50 folders on a nas drive using SSIS.The names of each folder are unique and are in a spreadsheet in 50 rowshow do i proceed?Vamsi

View Article

Image may be NSFW.
Clik here to view.

Can't run SSIS package on SQL 2008R2 x64 for link with data source 32 bit by...

After I move SSIS to new SQL Server 2008R2 x64 Std. I facing problem when I run SSIS package by using SQL Agent job.But If I run execute normally package or run on BID, that still work fine.I run SSIS...

View Article


How to Concat row data through ssis?

How to Concat row data through ssis?Source:EnameEmpNostev100methew100john101 tom101Target:EnameEmpNoStev methew100John tom101Sharma.c

View Article

Unable to schedule the SSIS Package for deployment

 Hi All,Thanks in advance. Please help me out get rid of this issue.I have scheduled the package sucessfully, when it process i get the following errorDate,Source,Severity,Step ID,Server,Job Name,Step...

View Article


use variables in data flow script task

Hi All,I am using script task in data flow ssis 2005.I want to use the variable in script task. the syntax for using variable in script task in data flow.Thanks in advance.Anil

View Article

SSISDB. Custom Logging Level

Hi everybody,I wonder whether it is possible to change what events are being logged in Basic/Performance/Verbose logging levels. It would be interesting, for instance, to log the number of rows passed...

View Article


How to check if string variable is null?

Hello guys! ----------------------------------------------------- I have an SQL Server StoredProcedure which has an output parameter @ProcOutput of the type VARCHAR. The output value can be: - an...

View Article

ssis data source flat files from windows ce and destination to windows server !

I have something that create files daily, in folder on windows CE. Does anyone know how to import the newest/latest files to a folder on windows server using ssis? (the folder on windows CE is treated...

View Article

Are there benefits in having a pure SSIS implementation without any SQL/T-SQL ?

Is it advantageous to not use SQl/T-SQL within SSIS ?

View Article
Browsing all 24688 articles
Browse latest View live