SSIS Package.dtsx built by Wizard versus Visual Studio 2015
Hello, when I use my PC based “SQL Server Import and Export Wizard” to create a SSIS script to upload and Excel spreadsheet to a SQL Server table, I can save that generated script to a directory on my...
View ArticleLooking for a simple example of moving SQL 2014 data to SQL 2016 Azure using...
Hi All,I have no experience with SSIS 2016, developing SSIS packages in Visual Studio 2015, or pushing data to Azure, but I need to do just that. I'm looking for a webpage or video that shows me how...
View ArticleError in Execute Process Task while using BCP to load data from SP to a CSV file
Experts,On a high level, I am using an execute process task and using BCP to move the results from a Stored Procedure to a CSV file. There are 2 SP's that I am using and there will be 2 different files...
View ArticleEvaluation of expression into OLE DB Source component
Dear All, I built a parametric query (that I saved into a variable named "User::QueryString") like this:"SELECT * FROM "+@[User::TableName]+" WHERE...
View ArticleSSIS with Oracle | Attunity Destination vs OleDb Destination
We are using SSIS with an Oracle Database. What is the guidance in terms of the usage of Attunity Destination vs OleDb Destination? From basic checks, we seem to find that the Attunity Adapter does...
View ArticleSQL server for 32 bits
Please finding difficulties, i can't find SQL server for 32 bits, so please is it that i am looking at the wrong place or there is actually none
View ArticleSQL Agent using SSISDB environments
So for starters, sorry if this in the wrong section, I feel this would be the best way to do this. I have been doing research online and I can't seem to find anything that quite fits what I am trying...
View ArticleAvoid loading Holiday Calendar data in SSIS
Hi All,we have a holiday table in our database. If the incoming file has a data which is same as date present in the holiday calendar, SSIS should skip that row. I tried using lookup but it works only...
View ArticleSSIS Package execution failed for Sql server 2014 (Error return value =5)
We are migrating our SQL server 2005 to SQL server 2014 and we have migrated our SSIS packages using SSDT for Visual Studio 2013 and deployed on this new SQL Integration Service server 2014.These 2014...
View ArticleIs the DTS api discontinued in Sql Server 2016?
Looking at this page https://msdn.microsoft.com/en-us/library/cc879336.aspx (Upgrade Integration Services), I note the following:Support for migrating or running Data Transformation Services (DTS)...
View ArticleSSIS Gurus, step up and be known!
August Gurus step up and show us your knowledge on the latest and the greatest technologies Microsoft have to offer!And for your efforts, eminent leaders in your technology will evaluate your...
View ArticleSSIS Maximum string variable length is 4000 ??? how to eliminate this...
Hi all ,I have string type variable , storing xml dataI have Execute Sql task , in that a Proc executes and save xml data in String type varibale and this variableis supplied to next Task2 and...
View ArticleCDC Control Task: "Timeout expired" (when TransactionOption is Required)
I am doing incremental load using CDC and want to implement transaction rollback in case of any task failure including CDC control task in package.To complete 'Get Processing Range' and 'Marked...
View Article60,000 files need to be copied to Azure storage and grouped
Hi All, We have around 60,000 files on premise and they follow a certain naming convention. Group1_xyz.pdf, Group2_abc.pdf etc are examples of file names. Can we have a storage account with...
View ArticleFile watcher task failure.
I am using visual studio 2015 and i have sql server 2014. So i downloaded file watcher sql server 2014 from http://www.sqlis.com/sqlis/post/File-Watcher-Task.aspx.once i downloaded and installed it was...
View Articlehow can I run different configurations for the same SSIS packages?
Hi there,My aim is to feed with different configurations one of my SSIS packages scheduled for an Agent job.How can I achieve this customization without to be modify every time my .dtsx or without...
View ArticleSSIS Script C# OpenXML System.IO.IsolatedStorage.IsolatedStorageException
I have a SSIS script to delete a specific row from an Excel spreadsheet used to force numeric formatting. When the file is small, the script works great. When the file is large (over 8 Meg I...
View Articlemissing Microsoft.SqlServer.ManagedDTS
HiI am trying to run a SSIS package first time through vb.net console application. As the first step, i was trying to add the reference for Microsoft.SqlServer.ManagedDTS assembly but it was not in the...
View ArticleLooping FileName,SheetName Dynamically by Skipping First 10 Rows for Excel...
How im Trying to Create a Package to fetch data from Excel Files,1.Filename will change 2.Sheet name will change for all3.i need to skip first 10 rows i'm able to use SQL command but how do i loop...
View Articlehow to import data(from Sheet 1) from multiple excel files to multiple...
I have a specific task and trying to figure out a solution .. I have a client folder that gets loaded with an excel file for every month. It has multiple sheets but I need to pull just 1 sheet(same...
View Article