Quantcast
Viewing all articles
Browse latest Browse all 3160

The SSIS package takes longer to complete

How to check the results of the work of the SSIS package after completing its execution?

I have an SSIS package which imports the data into the SQL Server 2008 database. I have set up the schedule job in the SQL Server Agent to run that package. When I check the history, I could only see whether the job ran successfully or not. I could n

The SSIS package works 500 times more on a server

I have an SSIS package--two data flow tasks, 8 components each, reading from two flat files, nothing spectacular. If I run it in BIDS, it takes reliably about 60 seconds. I have a sandbox DB server with the package running in a job which also takes r

How to handle null values returned by a stored procedure in the SSIS package?

I am a newbie to ssis and am having issues with the loading the results of a stored procedure that includes NULL values into a table with ssis. What I have is follows: Step 1 Execute Stored Procedure on Database1 will return a Full Result Set and put

Unit test of the SSIS package with tSQLt

I really like tsqlt to test procs and functions, but really would like to be able to also execute SSIS packages and take advantage of FakeTable and AssertEquals to determine if it was the SSIS package did what it was supposed to. Has anyone explored

Run the SSIS package from the stored procedure as a proxy user without xp_cmdshell

I am trying to run an SSIS package through a stored procedure, but I am getting an Access is denied error when I try to import a CSV. I put the package inside a job and ran it and it worked as long as I used a proxy account. I am trying to replicate

SQL Agent Run the SSIS package as an administrator

I'm trying to run a SQL Agent Job with a step that is a SSIS File, and I need this step to be run as administrator. My Package uses a Script task to download a file, as a Browser i Use WATIN. I'm using a thread to start this browser because this brow

What is the SSIS package and what does it do?

Can someone tell me what the SSIS package is all about? I am totally new to data-warehousing and I am going crazy with the terms SSIS, DTL, ETL and so on. I am looking for a big picture and how it fits in the overall .NET/SQL Server architecture.Upda

The SSIS package works with the windows account, fails with the sqlserver sa account

Having some SSIS permissions issue. I am calling the SSIS package in my .net console application with: Package pkg = app.LoadFromSqlServer(packagePath, serverName, serverUsername, serverPassword, dtsEvents); It is working when manually running it usi

Run the SSIS package with 2 different configurations

We have a SSIS job called ExportData and it accepts the 'ExportType' Parameter. The ExportType parameter can be 'schedule' or 'unschedule'. I created the Variable called '@ExportType' and created the SSIS Configuration and expose the variable in the

Run the SSIS package when SQL and Visual Studio are not installed

Is it possible to execute the SSIS package(.dtsx file) into the System when SQL and Visual Studio is not installed into the system. Minimum Requirement to execute the SSIS Package ? Kindly Suggest how to proceed in this scenario ? ThanksYou must have

Call the stored procedure in the SSIS package with the input parameters

I am invoking a Storedprocedure from SSIS Package. This storedprocedure has three input parameters like Start Date, End Date and a String Variable. We are calling the SSIS Package from .Net Application. So, we have to pass paramters from C# Code to S

Running the SSIS package for different databases when selecting a drop-down menu under Windows

I have made a SSIS package to transfer data between two databases on different server. Now the issue is that i am unable to pass connection string in to package dynamically at run time. i have a windows form to execute that package. On that Windows f

Running the SSIS package using the dtexec utility

I have made a SSIS package to create an XML file, which works fine in Visual Studio, but when I try to run in cmd prompt using dtexec /f "C:\OakeyCreek.dtsx" it throws an error SSIS Package "TestOakey" failed with exit code: 1 In the p

How do I choose the most recently created folder with the Foreach loop container in the SSIS package?

I've got an interesting challenge with SSIS. Using a for-each file enumerator, I need to pick the subfolder which has been most recently created, and then iterate through each of the files. Perhaps an example would explain better. The folders look so


Viewing all articles
Browse latest Browse all 3160

Trending Articles