Remove content in the middle of a column
I am attempting to pull out some data that is in a column. The column looks like thisFirst seen: Tuesday, 18 Feb 2014 06:14:00<br>Status: START<br>Location: 2First seen: Tuesday, 18 Feb...
View ArticleHow can DTExec show the execution package progress while running it in the...
[SSIS 2012]Hi,We need to view the package results/progress during the execution of the package by the DTExec command. Isn´t it possible?The user can´t view the details for the execution by the GUI.The...
View ArticleHow can we handle merged columns in Excel using SSIS
Hi,Here is the clear issue,The excel is having some merged columns. I want to load them into a table. We have columns G, H, I merged into one column but here column G is having candidate name, H is...
View ArticleExecute SQL Task truncating miliseconds
Hello,I am using execute sql task to capture max date from one of my table into datetime variable. Everything goes well and datetime is getting capture in variable but it truncating millisecond part.My...
View Articlehow to move SSIS packges and its connection automatically on mirrored server
Hi I have setup mirroring on DB sql server 2012, somehow not using alwayson feature.so in that case we have to make a plan by which way we can move ALL the ssis packages and changed it connection...
View ArticleConnectivity between SQL Serevr 2008 and SAP BW using Microsoft Connector 1.0
Hi ALL I am trying to connect to SSIS 2008 to SAP BW using Microsoft Connector 1.0.Following are stepes I performed.1. Created RFC on SAP BW Server.2. Created Prcess Chain in SAP BW.3. Created...
View ArticleHow to load data *. csv into an existing table using BI - SSIS
Environment: win7, SQL server 2008 R2Application: Microsoft Management SQL Studio 2008 R2, Business Intelligence 2008 - SSISSSIS competency level: NoviceProblem: 1# Source: flat file with an extension...
View ArticleSAP BW connector in SSIS
Hi,I am trying to connect to SAP BW using SSIS SAB BW Source.But while setting up SAP BW SOurce, SSIS asks for a REQUEST ID. Could someone please help me understand from where to get this REQUEST ID.
View ArticlePackage not running from Agent
I have very simple package for test.I just Excel data source and OLEDB data destination for sql server .it is basically pulling data from excel and dump into excel.if i run package from BI studio , it...
View Articleunable to load package
I have created an SSIS package in BI dev studio which i can debug and run fine. I have saved the dtsx file to a production server which calls it using dtexec as part of a batch script (we are migrating...
View ArticleHow to get a return code from Putty PSFTP command if there is a failure.
I am writing a batch script with takes files from a directory and copies them remotely using psftp.Here is the line that does all the magic: echo n | psftp.exe user@hostname.com -i id_rsa.ppk -v -b...
View Articleimport failure
I created a dtsx package in visual studio 2012. when I try to import into sql 2008 integration services, I get the following error. Is this a compatibility issue or a permissions issue ? By the...
View ArticleDatabase Error 0x80040154 Class not registered.
Hello,I'm trying to publish a workbook and its giving me the messageDataSourceException: The drivers necessary to connect to the database server .............are not properly installed on...
View ArticleCan you only define one derived column per Derived Column transform?
I was using the Derived Column transform for the first time. Can you only define one derived column per Derived Column transform? I have two columns I needed to derive and tried putting both...
View ArticleUnexpected behavior of Foreach Loop in SSIS 2012
I have come across the unexpected behavior of Foreach Loop in SSIS 2012. While testing package for invalid folder (path asdf:\Vishal_Work does not exists in this case) for source files. I observed that...
View ArticleContainer Question
I have a container that does the following 1) exec sql task # 1 - deletes specific records in an oracle 11g table2) exec sql task #2 - inserts records in the same oracle 11G tableMy question is when...
View ArticleVarable expression yesterdays date
Hello All!I wrote out an expression to get files current date and it works just fine. Well now the scope has changed and now they need previous days date and I'm having issues getting that to work....
View ArticleRunning package from managed code
I am trying to execute a package through C#, and I just can't make it happen.The environment:I have a server on the cloudI created a SQL User with Admin rights on the serverPackage package =...
View Articlehow to move stored procedure output to file
Hi All,Thanks in advance.Please let me know how to move the oracle stored procedure output to the flat file.ByPyarajan
View ArticleSSIS 2012 How to do updates with ADO NET DB2 connection
Using SSIS 2012 and I have a data flow that needs to update records in DB2.I'm able to use the ADO.NET Destination for inserts but need to do updates. I'm surprised there's no ADO Net Command object...
View Article