Comparing Data of tables from two different servers.
Hi All,we are loading same file data into two different systems on a daily basis. First one is the existing system(which is in production) and second is the new system that we have developed recently....
View ArticleData Migration Query
Hi Team,In Production, We have 2 MS CRM App Servers, 2 MS CRM database Servers and 3 MS CRM web servers. The MS CRM database server has 384 GB RAM, 24 Cores and 48 Logical Processors. We have SSIS...
View ArticleAfter VS 2017 update to 15.8.0, I am unable to compile script task that uses...
After Visual Studio 2017 updated from 15.7.5 to 15.8.0, I am now receiving errors whenever I try to build and save a script task that executes the WinSCPNet assembly for the purposes of downloading...
View ArticleBest way to call a package from .net
Hello everyone, The reason for my question is to receive information about the best way to make a call to an integration services package hosted in the SSISDB catalog using C # .Net. Is it possible to...
View ArticleCan't get Derived column to "convert" to integer
I'm trying to convert the data of a specific column in a text file, during a SSIS process. The column in question contains "numeric" values or an empty space or null value or "--" (two dashes). I want...
View Articlefree API
Is there a free API with a tutorial that returns xml data I can use for learning to work with SSIS?
View ArticleExecute SQL Task using ADO.NET connection To execute a stored procedure with...
I am getting an error trying to execute a stored procedure with two input parameters using the SQL Execute task with ADO.NET connection. Everything works fine for OLE DB connection, ODBC connection and...
View Articleincremental load ssis
Hi dears,i am loading data from oracle to sql server using ssis.there is a date field called "entry_date",using this date field i need to do incremental load,here the records are not there in oracle...
View Articlesupport on ODATA connector in SSIS using Multi factor authentication
how to connect with project online data using the ODATA connector it hasmulti factor authentication..Because I didn't find any option to use the multi factor authentication and it is giving error when...
View ArticleExtract data from Rest Api and load to SQL Table
Hi, I am looking for an ETL solution, I need to use SSIS to read data by a Rest API and load that into a sql table. I'd like to use only SSIS features, without any other external libraries to license...
View ArticleAdd missing columns or ignore additional columns in SSIS input file
I load SQL Server table with data coming from csv file in SSIS dtsx. My input file has 5 column header followed by 5column data rows. Sometimes the data rows are only 3 columns and sometimes 7 columns....
View ArticleUnPivot Transform -- > Pivot Key value
Is there a maximum string length for the Pivot Key value in an Un-Pivot Transform. I can’t seem to append more than 49 characters, the destination filed is Varchar(Max). If I have a 50 character length...
View ArticleCSV file code page - why should I care
Let me share an experience. We are in the middle of a migration project and under the pump. I needed to get a CSV file into a SQL 2000 database and a SQL 2005 database, quickly. I used DTS on the run...
View Article[SQL Server Destination [100]] Error: Unable to bulk copy data. You may need...
Trying to create an ssis package for the first time, but i get the follwing messsage:[SQL Server Destination [100]] Error: Unable to bulk copy data. You may need to run this package as an...
View ArticleCondition Split not working as expected with variable Data
HIi am facing issue with the conditional Split function as this is going into a single case output in any of the condition and result.are there some known issue with this function or this is not...
View ArticleDynamically Update Destination schema
Hi All, I want to create a package, which will dynamically change the destination schema if there is a change in source schema.SSIS package which will first check if is there any schema change in the...
View ArticleUnable to deploy SSIS after VS 2017 update 15.8.0
I just installed the 15.8.0 update to Visual Studio 2017 and now I am unable to deploy SSIS projects and packages to the SSIS Catalog from within Visual Studio 2017.The Deployment Wizard does still...
View ArticleSSIS Cannot recognize Date column datatype
First of all, I have an empty table in my local database, which looks like this: CREATE TABLE Dummy(A DATE,B DATETIME,C INT ); *Take note of the date datatype of column A. Next, I generate a package...
View ArticleExecute sql task failing
Hi AllI am using the following link to load data into temp tables and then use them for the final load...
View ArticleExcel origin data flow automatically open the file
Hi guys, I am having a weird issue. I've got a data flow from Excel to SQL as hundreds I already set.The point is that this time every time the flow arrives to the excel origin it opens the file...
View Article