how to store the file into same destination
I have one folder with 5 text files by using for each enumerator we store the files in to one folder but suddenly tomorrow one file add to that folder how to store the file into same destination
View ArticleCast dd Mon YYYY to mm/dd/yyyy in SSIS
I have a source file which has a Data column as ddMonyyyy(10Mar2013), I need to convert this during my transformation, I can populate this into a staging and then do a convert on the column but I want...
View ArticleSSIS Foreach Loop Conatiner and Import showing Successful when File does not...
I must be overlooking something pretty simple here in maybe the order of precedence I have my SSIS utilizing ForEach Loop Conatainer. I created a Foreach Loop Container which has the folder location...
View ArticleSSIS Design consideration with object variables
I have an SSIS package for SQL Server 2008 R2. In the package I am required to work with an Access database (one to many) and iterate through it running validation checks with the data. The validation...
View ArticleHow can i call a .asmx or .svc file from SSIS
How can i call a .asmx or .svc file from SSIS ?
View ArticleCalling WSE enabled web service (like MTOM web service) from SSIS Package
how can i call WSE 3.0 enabled web service (like MTOM web service) from SSIS Package
View ArticleSSIS Task Error Related
Hi all, I am working on an environemnt in which I have 30-35 Tasks (EXEC SQL Tasks, Script File, FTP Task and etc). Now, when this package fails, I need to shoot an email saying that package has failed...
View Articlestored procedure to execute and output to excel
I am working on a project and got stuck on looking for the best solution... I have a stored procedure with 3 parameters. The stored procedure returns the Campus Location, UserName, and Date that they...
View ArticleSSIS 2005 - Pass Row Count from Flat File to Email
I have a flat file that is built from a package. I want to read the flat file and get the record count and then pass it into an email task to email my team. I have tried the Row Count Transform and...
View ArticleSSIS Package is failing
My Packages are in my development machine i want to execute them in our production SQL server, i.e. i want to map my network drive and execute the packages in stored procedures
View ArticleSSIS Design in Visual Studio 2012
Can I create an SSIS package for SQL Server 2012 in Visual Studio 2012 (64bit). If so does anyone have a link to the download?
View ArticleSSDT reformats links in SSIS
I have just started using SSDT 2012 in Visual Studio 2012. One thing that's driving me up the wall is the way it keeps screwing up the layout. I have an XML source that feeds multiple elements into a...
View ArticleOracle SP with input and output parameter in SSIS
,I have an oracle Sp like this CREATE OR REPLACE PROCEDURE test_medicaid_info_sp ( i_prov_npi IN CHAR, i_start_date IN DATE, i_end_date IN DATE, o_medicaid_info OUT sys_refcursor) AS BEGIN OPEN...
View ArticleCheckpointUsage 'Always' in SSIS
For several years checkpoints have been available in SSIS as a means of managing data consistency and restartability of a package. One of the options to configure checkpoints is to set the package's...
View ArticleSSIS error handling best practise
Hi all, I need some advice. I have inherited an ssis environment with not far off 100 packages that do various things for different clients which functions as an EDI platform. More and more i'm having...
View ArticleCalling an SSIS Package from DTExec - Security
I have created an SSIS package that needs to run as a SQL Server User. The package runs fine from within BIDS and when calling from a job and being able to add in the security information. However as...
View ArticleParsing a Text File SSIS
I have a complicated task and I am looking for direction. I have a test file that returns a set of records and I need to be able to group the text into SQL Server to be used for a report. Here's an...
View ArticleSSIS - Using ResultSet variable as a data source
I am writing a package that goes to a database on a server (set by variables) and copies required tables back to my local database ready for future processing. The package needs to be completely...
View Articledata compare in two tables in ssis & capture the difference
I have a fixed table 'CodeDesc' with 2 columns (varchar) in it. First column is 'Code' and second column is 'Description'. It has 10 unique codes and descriptions. I need to extract a table from a...
View ArticleSSIS - Locked backup file.
SSIS Package (2008). Outside of the package: Backup created at remote site, compressed and encrypted (7zip) and sent to me via FTP. My package: is scheduled (SQL agent job) to copy the file to sql and...
View Article