The column delimiter was not found
Hi guys, I've got a csv file wit a column customer which contains Toy "BB" red a double quote. I use the double quote as delimiter so it retrieves the error [Flat File Source [2]] Error: The column...
View ArticleSSIS Execute SQL Task transaction ended in the trigger error
Hi, I am using SQL Server 2014 with SSDT BI for Visual Studio 2013. When I execute the below query in the SSIS Execute SQL Task I get thiserror."[Execute SQL Task] Error: Executing the query "IF...
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 ArticleERROR:To run a SSIS package outside of SQL Server Data Tools you must install...
I'm running the latest SSDT Microsoft Visual Studio 2015 Shell (Integrated) Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.01055 Installed Version: IDE Standard Microsoft Visual...
View ArticleSSIS Package Migration
Hi, I Think this is the second time I am asking a solution for my Problem. -- I have 3 different Servers Dev/ QA / Prod, And I need to Migrate and run SSIS dtsx Package from a batch file .I have...
View ArticleCannot convert between unicode and non-unicode string data types no matter...
I keep getting this error message no matter what I do to try to fix the situation. The source and the destination datatypes are NVARCHAR. The package works fine when I'm running it inside SSDT. When I...
View ArticleSQL 2012 SSIS Package fails when scheduled but runs when manually run
I have SQL server 2012 SSIS that send files to an SFTP. When I manually run this package, it succeeds and send files but failed when I scheduled it to run through the SQL Agent?Has anyone be in this...
View ArticleSSIS FTP Task: The Operation Timed Out
Hello, I'm trying to run the FTP task editor in Visual Studio 2015 and the operation fails. This is the error message I get. TITLE: SSIS FTP Task------------------------------An error occurred in the...
View ArticleExecute Multiple SSIS package parellely
Hi All ,In my project , I have around 10 package which simply loading data from txt file and generating new csv filesI have all the package name in one object table and I am looping it and executing,...
View ArticleError in a Data Flow task
Hi,I'm running a package that I made, that at the end, takes data from a SQL Server table and updates a SharePoint list accordingly (OLEDB source, SharePoint list destination).When executing, I receive...
View ArticleSQL Server 2014 Topology
Dears, is there any reference typologies for SQL 2014 BI Stack (SSIS, SSAS) along with the performance parameters. I have a case for planning the needed physical architecture to load 18 TB of CSV...
View ArticleSSIS Package and CheckPoints when Moving Large DataSets
We are using SSIS Package (SQL Server 2012) to move data from Source Oracle DB to a Destination Oracle DB using OleDBSource and OleDBDestination Components. We are planning to set the batch size at...
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 ArticleWhen dynamically creating an excel file, can SSIS create xlsx files...
Problem: An Excel file (XLSX) dynamically created by a SQL Task cannot be opened via Excel. The task succeeds, but when you try to open the workbook in Excel you get the fillowing error message: Excel...
View ArticleWhat is the maximum size of records an Oledb source transformation can hold...
I was trying to estimate the size of records which can be held under a oldeb source transformation task when a sql query is executed under it .I am using SSIS 2014 on SQL server 2014 .I know that when...
View Article"Do nothing" Dummy task
Hello I want to make a first step preexecution event handle. But later perhaps the first task will not to be the first task. So I thought I do a "Do nothing" Dummy task and link to this the event...
View ArticleHow to update GUID's in package tasks?
Hi All,I have one scenario where i need to use existing packages to reduce the development work, but problem is that i am unable to update the GUID's of all tasks in packages.Reason to update the tasks...
View Articleexecute package task with variables
Hello, ssis package1 has two variables, param1 and param2 ssis package1 has execute package task which calls package2 package2 also has two variables, param1 and param2in package1, inside execute...
View ArticleDts.Log() method is not working when using database other than msdb
Hi,Dts.Log() works fine for me when I use msdb.dbo.sysssislog table. But when I use myDB.dbo.sysssislog table, Dts.Log() doesn't log anything in the table. myDB also contains the system stored...
View Article