Tagged Questions

2
votes
1answer
354 views

Recommendations for good SQL Server Integration Services (SSIS) examples/samples for ETL?

Hi Everyone, I'm looking for some decent examples/samples using SSIS to do some ETL from one SQL Server database to another not necessarily within the same instance. The idea is to migrate rows of …
2
votes
3answers
473 views

Execute an SSIS Package created with VS2008 on SQL Server 2005

Maybe a stupid question but... I created an SSIS package using VS2008 Professional. I want to deploy and execute it on a server running SQL Server 2005. When I try to run it I get an error stating …
2
votes
1answer
588 views

Can you use Sybase.Data.ASEClient.dll .Net Provider with SSIS?

I am trying to create a data connection in SSIS. I have the Sybase.Data.ASEClient.dll version 1.1.680 installed but this does not show as a .Net Provider. Is it possible to use this ADO.NET provider …
2
votes
3answers
2k views

How to remotely run a DTSX package from bat file?

I am trying to remotely run a DTSX package from a bat file with this command: DTEXEC /DTS "\File System\MY_PACKAGE_NAME" /SERVER MY_SERVER_NAME /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING V …
2
votes
1answer
177 views

How to turn on FastParse in SSIS (SQL Server Integration Services)

The book that I purchased to help with my SSIS understanding seems to have glossed over this, and I wanted to know exactly what is the method to turn on FastParse in SSIS?
1
vote
2answers
29 views

Development standards for SQL Server supporting services?

I am trying to find some development best practises for SQL Server Reporting Services, Analysis Services and Integration Services. Does anyone have some useful links or guidance they can offer on …
1
vote
2answers
191 views

Does an Open Source implementation of “Message Bus” pattern exist for Delphi?

I'm looking for an implementation of this Enterprise Integration Pattern http://msdn.microsoft.com/en-us/library/ms978583.aspx explained in a more general way on …
1
vote
3answers
334 views

import from text file to SQL Server Database, what solution I should choose?

I have to import a log file to SQL Server Database. File size is big, around 6MB with 40000 lines. The task of importing has to be done everyday with daily log. Each line of the log file contains many …
1
vote
3answers
240 views

SSIS Problem reading from flat file

My SSIS program reads as input from a .csv file. The file has about 60,000 rows. And my SSIS package fails during the read, saying cannot convert a certain column due to potential loss of data. Now, …
1
vote
1answer
29 views

SQl server log

Hi, In SSIS packages i want the see the compelete detail of logs like how many rows are inserted throug my packages etc please help me how can i configure it ?
1
vote
3answers
835 views

Problems executing a SSIS package deployed to the file system

I have a SSIS master package, which executes several child packages. It works great, but when I deploy it to the file system on the server, I get an error code "0xC00220DE". "The system cannot find …
1
vote
1answer
211 views

How can I parse Serv-U FTP logs with SSIS?

A while back I needed to parse a bunch of Serve-U FTP log files and store them in a database so people could report on them. I ended up developing a small C# app to do the following: Look for all …
1
vote
1answer
358 views

Remove last record from the text file!

What's the easiest way to remove last row from the text file using SQL Server Integration Services? Thanks.
0
votes
2answers
55 views

isDate control on european data in vb.net

How can i do a isDate() control on a date like 16/01/2008 in vb.net?
0
votes
2answers
55 views

SSIS how can i insert a blank date to database with visual basic

Hi all, how can i insert a blank date to sql database in ssis working with a visual basic script component? I have to transfer date from excel to database and i would like to insert a blank or null …

1 2 3 next
15 30 50 per page