Migrate to SQL Azure - ADO NET Destination won't see DB, everything else can!
I am trying to run through this walkthrough on Migrating Data to SQL Azure: http://sqlserverpedia.com/wiki/Migrating_Data_to_SQL_Azure_Using_SSIS I can get to #24 then I get this ADO NET Connection...
View ArticleSSIS - Excel Destination Column mapping Error
I have created a package which transfers data from a SQL server source to an Excel Destination. The DataFlow Task works fine , if i pre-define the column names in the Excel Destination... But i run...
View ArticleConnect to Oracle from x64 2008 R2 Server
Hi, Has anyone received the following error when trying to create a connection to an Oracle database using SSIS installed on a 64-bit (x64) machine? "Test connection failed because of an error in...
View ArticleSend customised mail message
Hi All I have a parent package that contains several child packages. I want to send a customised email message saying which package and which task within that package has got failed. Please help me on...
View Articlenon sysadmins have been denied permission to run DTS execution job steps
Hi all I understand this error meens that the person starting the job is not 'sa' or a member of sysadmin server role. Why then the same error is generated when I schedule the job to be executed by sql...
View ArticleDB2 CLOB Retrieval
Hi, I'm facing problems while retrieving data from a DB2/NT table. The table has got a column defined as CLOB. SSIS is using the Microsoft OLEDB driver for DB2 to fetch the data from DB2 tables....
View ArticleODBC connection in SSIS
hi i want to load data in postgress sql by using ODBC connection,i create a new connection in SSIS By using ado net source i try to retrive the tables but it shows Error
View Articlehow to get the result of different queries into one output(excel,txt file)
Hi, I have requirement like I should store 4 different query results in one excel file through ssis pacakge and schedule it. for example: select * from table1 select * from table2 select * from table3...
View ArticleSSIS Script Task - reference external dll
Hi, I need to do SFTP in my SSIS Package. I am using edtPro dll. When i run the SSIS package locally, it runs fine. When i execute the same from my database server which is a shared server, i get the...
View ArticlePlease post: how to Move the Dated folder in local from one location to...
how to Move the Dated folder in local from one location to another dynamically using script task. i googled it, i didnt find any. i tried file system task...its not working... Once again reminding...
View ArticleSSIS connection to netezza help needed
Hi All, Did any one tried to netezza data base using SSIS as source or destination. Need help for the connection string or oledb provider configurations. Thank you In Advance Sri.Tummala
View ArticleSolution required
Hi , I have 10 packages in a container of SSIS package. When i execute the package 5 packages executed successfully and 6 th package failed. So i want to rollback all the packages which are executed...
View ArticleHow to Import Excel 2007 worksheet that has more than 255 columns into SQL...
I am using Excel source which uses Microsoft ACE 12.0 OLE DB provider, this only allows the first 255 columns to be imported and not the rest. I need to export all the columns into the table . Any...
View ArticleChange To SSIS Package Causing Performance Issues
I have a SSIS package that runs a view on one database and puts the data from the view into a table on another database. This runs in about 1 minute and doesn't appear to have any significant impact on...
View Articlesql server to oracle table data synchronization
I had one table in sqlserver2008 and same table in oracle10g. I want to sync table data for every 10min from sqlserver to oracle. i did through sqlserver management studio ---> sql server import /...
View ArticleSSIS Package Executing Twice?
Hello I have a piece of code in a batch file to set off an SSIS package. It looks like the following: dtexec /f "C:\Users\s813\Documents\Visual Studio...
View ArticleHow to capture Errors in Unzip Task (Execute Process Task)
I have a Execute Process Task named Unzip Task , it will run unzip.bat like below: Unzip.bat "C:\Program Files\WinZip\WINZIP32.EXE " -e -o D:\BatchInputDownload\InProcess\ZIP\01.zip...
View Article[Excel Destination [156]] Error: Cannot create an OLE DB accessor. Verify...
Hi, I am trying to insert data from Sql to excel destination,but I am getting error as below:I have tried many ways but no luck.This is urgent requirement ,can any one help me asap. [Excel Destination...
View ArticleProject deployment to test and production
Hi! We have the development and test server on one domain and the production server on different domain. I am not allowed to create thrust between the domains. I create a .ispac file that is deployed...
View ArticleMultiple Queries to excel with Variables
Hi, I'm pretty new to SSIS and don't know how to do what i want. 1. I have 9 queries that need to export each result set into a seperate worksheet in the same workbook in excel. I created a seperate...
View Article