How to catch sp_stop_job event inside SSIS package
I have a SSIS package that is running under sql server agent service. The package only contains a script task. The script tasks is implemented as a run-forever-while-loop and should ideally run...
View ArticleStarting a new Integration Services Project
How do you start a new Integration Services Project? I was told by "Introducing Microsoft SQL Server 2012 ebook" that you have to go to "File", "New" and "Project...", and a wizard would pop up. On the...
View ArticleHow to sync SSAS 2008R2 databases via HTTP(S) across domain/forrest and...
Hey People, I'm fairly new to SSAS and SSIS, but I've ended up needing to sync an internal SSAS DB into our DMZ SSAS instance. This crosses domain/forrest, subnet and firewall boundaries. I've been...
View ArticleLooking for Best Practice to get data from Oracle
Need best practice and pit falls to pull data from Oracle based on Push as text files from oracle and SSIS pulls from text files Vs. Oracle ProviderDifference between different providers and from where...
View ArticleXML Source error
I am working on a SSIS 2012 package with a control folw script task and data flow task. The data flow task has an XML source and multiple destinations, all OLEDB. I have made no changes to the XML...
View ArticleI'm getting the following errors after mapping source to the destination,...
[OLE DB Destination [6556]] Error: The OLE DB provider used by the OLE DB adapter cannot convert between types "DT_NUMERIC" and "DT_DBTIMESTAMP" for "PrevNonMonDate". [OLE DB Destination [6556]] Error:...
View ArticleSSIS PAckage Fails only in job
I have a package that runs fine in development. But when I run it in a job, I get this error: Microsoft (R) SQL Server Execute Package Utility Version 9.00.4035.00 for 32-bit Copyright (C) Microsoft...
View ArticleSQL to XML to ZIP via SSIS
Hi there - I am looking at a way to automate a labour intensive manual process (which I run 2 -3 times a day!). In summary here it is: 1. I run an SQL script which carries out a number of select,...
View ArticleScript task - Assign List to an Object Variable
Hi all, Wonder if anyone can help. I am trying to load an Object Variable with the results of an array. But when I show the object variable via a message box I get this: System.String[] In the code I...
View ArticleNetezza ODBC Connectivity issue
Our requirement is to create a dynamic package from Script task based on the type of connection and table from input variable. Im trying to connect to Netezza with odbc connection using DSN with the...
View ArticleSSIS package details in table
Hi , I am looking for one info that Is there any table or view in msdb database or anywhere else,where we can see details such as ssis task names,connection details used in a particular ssis packages....
View ArticleCreate SSIS package for backup and restore across two SQL Server ?
I am new for SSIS..can anyone guide me how to create SSIS package and schedule it once in a week. which can generate backup of database on SERVER A and restore backup database created file on server A...
View ArticleSSIS package to tranfer data from single source to multiple destination.
I have a task in hand in which i want to transfer below data from city table to respective city's table ie. Mumbai, Banglore.... and son how can this be achieved in SSIS package. Also the number of...
View ArticleHow to start learning ssis??
Hii, I am new to this field and don't have idea about it.... Please suggest me some tips regarding this.... And if possible please provide your mail ID..... Thanks...
View ArticleSSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code:...
I got a weired error. [OLE Source-Get TaxJurisdiction [131]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source:...
View ArticleI am getting buffer manager error
Hi , We have created a DTS package and we have source data file with 4 million records ..when i run the package to load data i m getting buffer manager error 0x800700E error ..I think buffer over load...
View ArticleWeb Service Task error - 401 Unauthorized
I'm getting the following error when trying to connect to a ssl site using the connection manager. I've passed in the credentials and the domain. Can the connection manager handle ssl or does this...
View ArticleData table in ForEach loop container
Hi, Can I use .net datatable in Foreach loop container of SSIS package.Aniruddha http://aniruddhathengadi.blogspot.com/
View ArticleSSIS under SQL Server 2008 R2
I had SSIS package in SQL Server 2005 which was running thru a JOB successfully. Now I upgraded to SQL Server 2008 R2. The same SSIS package is still running thru BIDS but is showing Job Failed while...
View Article