Copying files from one folder to another folder by given modified date
Hi all ,I am having one requirement to create a script task using c# which copy file from one folder to another folder.Suppose in source folder 1000 of files are there with multiple modified date ....
View ArticleExport non-string to Excel how to set the data type
How do I ensure data written to Excel is written as a Date (Integer, or Float)?I have data coming from Excel that is of type DbDateTime, Int, Float, etc. My Excel template that I am writing to has the...
View ArticleHow can I use Row Count SSIS task by using filters?
Hi there, according this pic you get the total number of rows. so far so good. how can we get a partial row count based on criteria?select count(*) from <table> where legalentity = 'A1' select...
View ArticleSSIS 2012 to Sharepoint 2010 file upload with CosyROC Script Task Plus
Hi, I am attempting to load files to Sharepoint 2010 with SSIS 2012 and have linked HttpUploadDownloadTask.2012.stx11 from http://www.cozyroc.com/script/http-upload-download-task into a Script Task...
View Articlecolumn delimiter for column was not found
Hi,My flatfile is {LF} delimited file. when I am running my package its running upto some fields after that it was throwing an error as column delimiter for "aupdatedDate" was not found.Please help on...
View ArticleNeed to clean staing data as currently the csv supplied data dump has lot of...
I have a table where in I m loading whatever is supplied to me in staging tableThe staging table create table stg(ID INT IDENTITY(1,1),NAME VARCHAR(50),Commaseparated varchar(1000))insert into stg...
View ArticleHow to remove unwanted characters apart from comma from a comma separated...
I have a table where in I m loading whatever is supplied to me in staging table The staging table create table stg ( ID INT IDENTITY(1,1), NAME VARCHAR(50), Commaseparated varchar(1000) ) insert into...
View ArticleJob fails with an error 'A dynamic link library (DLL) initialization routine...
Hi,We have an SSIS package deployed onto production environment--- a 64 bit server A, which will grab some Tedadata data from Server B, and server A got Teradata OLE DB provider version 12.0 installed,...
View ArticleSteps for upgrading SSIS from 2008 to 2016
Dear All,We are working on a Up-gradation Project, which involves upgrading the existing SQL 2000/2005 DTS packages to 2016 SSIS Packages.Approach that we are following1. Migrate the Existing SQL...
View ArticleSQL 2012 temp table in sp_cdc_ddl_event_internal causes SSIS OLEDB Source to...
Hi,I have received the same error after enabling CDC on a table in our database that was experienced by user "brent.souza" back in February 2013. The bug logged back then...
View ArticleSSIS- 500 MB Flat File Transfer to PDW table
HI,I am loading data from flat file (500 MB) to PDW table and all the rows are saved in to Flat file destination table in case of Flat File Source Error.However when I load data from small file (16...
View Articlescript task's value for query isnt used in data flow
Hi. We run 2012 enterprise. To get around the 4,000 limit on var expressions (yes even if I break it up into 3 vars and concat in an expression it doesn't work) I wrote a c# script whose 1 line of...
View ArticleCan not edit a "Script task" with error message
TITLE: Microsoft Visual Studio------------------------------I try to edit the vb.net script in script task that I developed and get this message.Any idea what happen and how to fix this.Cannot show...
View ArticleWhat is C:\Windows\SysWOW64\net.exe
I keep getting a pop up from Iobit asking for permission to let this program run, the license is expired and I not suer if this is really from MS...has anybody else came across this problem??What is...
View ArticleWho will be crowned the First SQL BI Guru of 2017!!
Time for a fresh start![The Guru is the means of realisation. "There is no knowledge without a teacher."]We're looking for the first Gurus of 2017!!All you have to do is add an article to TechNet Wiki...
View ArticleODBC password not saved in configuration file
Hi, I have an SSIS package that pipes data from an iSeries data source to a SQL Server table. The connection manager I am using is the .Net Providers\Odbc Data Provider When I run this SSIS package on...
View ArticleHelp with Parameters in SSIS
Hi Experts,Working on my first project which involve working with Parameters. I am using Package level parameters and i would like to link them to the SQL Server table , in the same way as we used to...
View ArticleFormat Money in SSIS Excel Destination
Hi, I am trying to output money data type into excel destination. The zero are leading zeros (or) zero after the decimal always getting truncated. For example, 174.00 as 174, 0.00 as 0. I always want...
View ArticleSSIS 2012 Data Flow Task - Fail If there's blank rows on the bottom of the file
Hi Everyone,We're currently upgrading our packages from 2005 to 2012 and we noticed that in SSIS 2012, if there's extra spaces on the bottom of the file. It will fail the task whereas, in 2005 it will...
View ArticleSQL Server 2016 Developer - SSIS Error During Installation
I am trying to install Integration Services on my SQL 2016 Developer instance. I have successfully installed the Database Engine, Reporting Services, and Analysis Services but I get the following when...
View Article