Deleting and Inserting set of records based on Date Field
Hi Experts,I am trying to update a table with last two weeks data on daily basis.I first delete the last two weeks data based on a Date Field in the Table. For this I get the system datetime and do...
View ArticleUnable to publish SSIS project to SSIS catalog
I have created a new Integration Catalog on one of our SQL Servers (SQL 2014)and I have a project that I want to deploy to it, but when I try and connect to the folder browser I get the following...
View ArticleFailed to deploy the project. Try again later. (Microsoft SQL Server, Error:...
Hi Experts,Anybody know this error message? Do you know its root cause? And how to resolve it? I encountered this when I was deploying a SSIS project to Integration Services Catalogs. My Visual Studio...
View ArticleDerived column in SSIS?
Hi there,In my source (SQL table) have got this column:FORECAST_QTY numeric no 17 32 16 no (n/a) (n/a) NULLWhen I generate a flat file I get this value: .0000000000000000 instead of...
View ArticleImporting excel, modifying it, exporting the same excel.
Hi experts, I need to automate this: -import excel file. 6 columns.-in sql, do a join using the Id of the previous excel and populated a 7<sup>th</sup> column.-Export the 7 columns to an...
View ArticleRestore all databases in SSIS package.
I need help from someone to create a package which restores multiple db's from remote .bak files to local instance. This later need to be scheduled via SQL agent by passing the parameters. I have made...
View ArticleLaunching SSIS Report
Is there a way to launch the built in reports via code? I want to have it displayed after the package completes whether it succeeds or fails instead of manually right clicking in sql server management...
View ArticleAssigning a value to output variable in SSIS Script Component...
Hi all,I am having an issue with writing an value to a variable inside ssis script component.trying to convert a file from ansi to utf-8.Here are the steps i followed:Created a variable Readonly with...
View ArticleRemoving parameterize connections from ssis package
Hi,I have parameterrize some of the connection strings in ssis package but after that i have removed these parameters from the parametes tab but when i deploy the ssis package to sql server 2012 and...
View ArticleRedirect rows on error and fail component to recapture error description
Hi,Requirement : I have a simple package which load flat file to SQL table. In case an error encountered while inserting or updating record to destination table1) Error row needs to be redirected to...
View ArticleSSIS and use of RaiseError in Execute Sql Task
I have a Error variable in a package that creates a string Error Message. Then in an execute sql task I have added the Error variableThe syntax for the execute sql task is as follows: raiserror(...
View ArticleNew - Forum Ninjas Blog!
Forum Ninjas blog was launched!The Forum Ninjas blog is the official blog of the MSDN and TechNet Forum members, which means you, if you read this message.In the "Hello world!" blog post, you can read...
View ArticleMaintenance Plans failing with error " Failed to acquire connection "Local...
We've recently migrated our database instance to a new server. Post migration, our maintenance plans are failing with the below error:- Description: Failed to acquire connection "Local server...
View ArticleNeed to load the Successful run messages of all steps in SSIS package to a...
Hi,I am working on a SSIS package which has different data flow tasks. Upon package success or failure, I want to notify that in a text file, which gives the message of success or failure of data flow...
View ArticleJSON Webservices Fetch to SQL Table
Hi all,I'm trying to fetch data from restAPI in a JSON format. I want to load the data by script component.Can someone please provide me the script that connect to the web-service in a way that i send...
View ArticleDeploying SSIS pacakge with Oracle Attunity connection
We have developed several packages with Oracle Attunity connection (Project level connection). While we deploy this package using SQL server agent the job when runs it fails. This is due to the...
View ArticleMicrosoft connector V3
Hi,We are using Microsoft connector V3 on server but I am getting error as Oracle registry cannot be opened.Server details:Windows 12 64 bit machineSSIS installedFollowing are the questions:-1 .Why the...
View ArticleScriptComponent ThreadPool: randomly exits Main method.
Hi all,Short intro on what I try to do and how I have built it: I need to read a SharePoint list with +6000 listitems and I need to get the versionhistory of each item, which actually means requesting...
View ArticleStrange behaviour when producing a lot of log-events
Hi,I've made a script for a script-component in a data flow. For debugging purposes I've used FireInformation a few times to give me some feedback on what the script is doing. But since the script...
View Articleconfig file to store connection string or variable?
What would be best practice where to store a connection string. In a config file or a pkg variable? Or any other place? Thanks for suggestions.LISA86
View Article