Upgrade SSIS packages from SQL Server 2014 to SQL Server 2016
Hi , We are upgrading our SQL Server environment. I would like to know standard methods for : a) Packages deployed to MSDB. b) Packages deployed as file system. any help is appreciated. Thanks,Vishal.
View ArticleCalling all SSIS Gurus. October readers need feeding!
Hey you! Want to be a real-life virtual guru? (pun intended)Do you want to win the love and admiration of the community you work in?You can win REAL virtual medals and prove your skills, in a...
View ArticleHow to count and enumerate with a counter all records in table with specific...
I have a table containing a couple of dozen fields the records of which will contain some 30 distinct values in one of the columns. I want to read through the table and enumerate each record with an...
View ArticleSSIS ETL , variables database connection string whether can encrypt the db...
Hi , I'm Eellen , from standard chartered malaysia .
View ArticleSSIS variable of object type to string incorrect results
Hi, I am using SQL Server 2014 and for SSIS designer SSDT BI with Sisual studio 2013. I have the following query in an Execute SQL Task with Single resultset assigning the value to variable "role" of...
View ArticleLoop Through Excel Files
I'm using this, https://mikedavissql.com/2013/09/16/loop-through-excel-files-in-ssis/. This is the error when I run it. ???Error at Data Flow Task 1 [Excel Source [173]]: SSIS Error Code...
View Articleconditional split expression issue
Date column doesn’t have null Like thisCHANGED_DATE2014-11-04 03:01:19.0002014-06-04 18:15:41.0002014-05-04 18:45:17.0002014-06-04 18:14:53.0002014-05-04 19:02:58.0002014-06-04 18:14:35.0002014-06-04...
View ArticleSSIS package replacing varchar data from Sybase with single blank... but only...
Hello,I've run into a weird problem where some data being copied to a SQL 2014 db is getting overwritten along the way but a single space... in each row (13,769 rows)... and it only occurs when the...
View ArticleWhen writing a plain files codepages is missing
Hi there,primary platform is 2014.I am creating a plain file based on a temporary table where I have posted "LCRUS-ООО "СТК"Nevertheless, once my data flow ends I see in my file "LCRUS-??? "???"Why...
View ArticleConditional operational failed
I am facing the issue in data loading where we have conditional expression in Data flow task. Data is loaded from .csv and .txt file SQL server table.Conditional expression used:(@[System::UserName] ==...
View ArticleSsis Azure blob download task only downlaod one file and the rest are 0KB
Hello,i am fairly new at using ssis so i don't really how to deal with this problem.i have a blob storage account containing files with different sizes. I wish to use the Azure blob download the files...
View ArticleEXCEL TASK LOADING MIXED DATATYPES
Hi All, getting nulls null for mixed datatype column While loading data excel source to SQL server 2012 table to over come the issue we approached as below...
View ArticleHow to load CSV accessed via HTTP into a table with SSIS?
I would like to load a CSV file located remotely (something like "http://productdata-download.affili.net/affilinet_products_xxx_yyyy.csv?auth=moreOrLessSecretCode&type=CSV&file=0") into a MS...
View ArticleCreate Directory on SFTP if not exists using winscp script
HII am connecting to SFTP server in my SSIS package using winscp.The issue that i am facing is i need to check if folder already exists on the SFTP server.If it does not exist ,create a folder on SFTP...
View ArticleRead from XML file, match text with system variable and output value to user...
I am new with SSIS and struggling with Script task. Trying to figure out how to build script for following scenario.Here is scenarioI have XML file has following data<?xml version="1.0"...
View ArticleCheking for Duplicates in Excel Destination Before loading the data
I have an Excel Destination in My DFT and i am loading the data from SQL Server, i do not have any Unique Identity columns at my source system hence i added a column called Insert date that takes the...
View ArticleMaintenance plan - export, import as new name, now problems with both plans
Using SQL Server 2012. I exported a backup maintenance plan. Then re-imported to the same server as a new name. My intention was to test a change in the newly named plan and not affect the original...
View ArticleAdvanced Derived Column component
hi folks, I am looking for an advanced "Derived Column" component that would take a metadata-like config file for columns transforms, and use that to do all transforms (rather than do all transforms at...
View ArticleFLATFILE Connection Type not recognized
I am occasionally getting the following errors. My searches have not yielded anything helpful yet.I am using SQL Server 2014 Integration Services with SSISDB Catalog loading data to another SQL...
View ArticleSSIS package fails with only OnPreValidate in logs when run from a .NET app
I've created a SSIS package which runs smoothly when launched from SQL Server Data Tools (I use SSDT 2015 with SQL Server 2005 Developer Edition on my PC), but fails with only the following line in...
View Article