How to ignore column in destination flat file
Hi, I choose one column to write into my destination flat file.( as per the picture) Above is the output text file. Why I am getting empty column seperated by comma(,). I want only one column in my...
View ArticleValidation Error
Hi, I'm adding a field from a staging database into a mart database which is built using SSIS. I've added the field with relevant lookups (the field is called Business) but I am getting the following...
View Article"Invalid time format" stored procedure in SSIS
Hi all, thanks for visiting my thread. I have EXEC sp_loaddata ?,? statement in my execute sql task. I am using the parameter mapping to provide the variables. variables: datatype...
View ArticleSSIS Problem while exporting String having comma to CSV File
Hi All, In my SSIS package one of the column is having value like "abx,co" while exporting this value to CSV file "co" is coming in the next column in stead of coming in the same column. Pls suggest me...
View ArticleCould not load file or assembly 'Microsoft.Office.Interop.Excel,...
Hi I'm not a developer but have a developer working for me that hasn't been able to resolve this issue. We have a web based application that invokes excel. The application was amended recently and...
View ArticleRedefine DELIMITER in MySQL script not supported in SSIS client
Steps to reproduce: 1) create a database with one minimum one table and one stored procedure. 2) export it into dump file 3) Create flat file connection in SSIS and try importing script into MYSQL...
View ArticleEXCEL SOURCE ERROR IN SSIS
Hi all, my excel source contains the data like i had two columns date time 1/2/2012 1:00 Am As i import this data in...
View ArticleSSIS configuration
Dear all, I am a newbie to SSIS/.net World. I am supporting a project which is implemented in SSIS and .net technologies. I have SQL Server 2008 and Visual Studio 2008. The code is written in SQL...
View ArticleCannot deploy a PACKAGE created by a different user
Hi All, I have a package created by a different user and when the user executes the package from his desktop the execution is successful. Now the user sent me the package and when i opened the package...
View Articleflat file connection in a stored proc
hi all , i have a flat file and i use a flat file connection manager and load the data from flat file to a table. everythings fine....but the problems is , the flatfile layout keeps changing every now...
View Article2008 SSIS Designer stops working after installing VS11 Dev Preview
Immediately after installing the Visual Studio 11 Developer Preview, I was no longer able to open a SSIS package in VS 2008. I uninstalled it and all the .NET 4.5 associated packages, reinstalled both...
View ArticleSSIS Solution Slow to build after upgrade to 2012
Hi, I have a single SSIS solution with many packages developed in BIDs on SQL 2008 R2. I moved the solution to a new server running 2012 and upgraded the packages using Upgrade Wizard. I need to run...
View ArticleReturn value in a parameterized stored procedure not avail?
Hi, (I'm in the learning phase of SSIS) any and all help is greatly appreciated. How do I setup a return value from a stored procedure and have access to it in my script? I don't see the variable in...
View ArticleFile Attachment Size
I hace an Execute SQL task which calls a sproc which contains the sp_send_mail system sproc to e-mail a set of query results . It is OK as long as the query results are small, but I get this error...
View Articlehow do we perform Between in Joins
Hi , I have written a Join in T-SQl, how do we do that in SSIS using merge join: TSQL: SELECT s.HostName FROM Sourcetable s WITH (NOLOCK) LEFT JOIN Networktable n WITH(NOLOCK) On s.IPAddress_Integer...
View Articlevague 0x80040E14 / 0xC0202009 error in a data flow task
Hi. We run STD 2008 ssis. We've been running one particular sub package (amongst others) from a master pkg for a couple of years with no problems. The sub package contains only a script that passes a...
View ArticleSchedule Job vs Stored Proceducre call vs Remote call of SSIS Package
I was wondering if anyone could inform me as to what the performance difference as far as processing speed with scheduled jobs vs stored procedure call vs remote calls of SSIS packages. At the moment...
View ArticleSSIS package Flat File destination URL
I am having a problem when i run a ssis package on the server. I have created a package that will extract date using an oldb data source and the flat file destination is on a SharePoint portal. When...
View ArticleEncounter error 0X80131500 while doing etl
while I am trying to extract data from source mysql server, I got "The "component "ADO NET Source" (1)" failed because error code 0x80131500 occurred" message. I googled this message, some people said...
View ArticleIssue adding a custom DLL file to BIDS
I came across this download mail task on Codeplex & would like to implement it. The download should be basic as it includes 3 files: DownloadMailTask.dllICSharpCode.SharpZipLib.dllINSTALL.txt The...
View Article