SSIS fixed width file
hii have to load fixed width file into sql table.i have choose ragged right and its loading fine , i did uncheck last column in Available external column which i believe column delimiter.and i am not...
View ArticleLookup - Specify how to handle rows with no matching entries
Hi, I have a source table . Below is the ddl and data. create table sourcetbl ( player varchar(30), countrycode varchar(3)) insert into sourcetbl values ('sachin','aus') insert into sourcetbl values...
View ArticleVisual Studio 2012 - SSIS Package does not execute
Hi,Has anyone seen the below error while trying to execute/debug a package? The SSIS project deploy without any issues and the development process is fine, but it wont execute/debug.Thanks and...
View ArticleUnion All in SSIS - not getting all columns as output
Hi,I have near to 30 Raw Source files, and few i/p sources has 6 columns and some of them has 8 columns.i need to use Union ALL and get all the columns mapped to destination table.But by using Union...
View ArticleSSIS 2012 Drag and Drop Fix Post SP2
SSIS 2012 drag and drop in Control Flow window makes the designer unusable.When I click and object to move it the designer freaks out and drags my object into the next hemisphere. It is an absolute...
View ArticleSave Variable Value Change
I am new to SSIS. I would like to run an SSIS package but with modified variable. So first I made a copy of the dtsx file and opened in Visual Studio 2005. The Variable window has two lines (both...
View ArticleObejct Already Exist - Execute SQL Task
Hi,I have this expression "IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'StagingPreChecks' AND TABLE_NAME = '" + (DT_STR,50,1252)@Item1DataFileID + "') DROP TABLE...
View ArticleHow do I load an SSIS package created in Visual Studio 2012 Shell...
I am fairly new to this whole process of working with the Microsoft development environment. Here is what I have to work with:an NT server running Microsoft SQL 2012 - Microsoft SQL Server Standard...
View Articlessis package same destination
hiwhile loading file i have 2 condition split which both are going to same table , is there any way i can just use 1 oledb destination for multiple input, or i need to have 2 oledb des with same table ?
View ArticleFlat file to SQL server
1st check the file if it's available, 2nd archived the file and delete the file which is older than 14 days, 3rd load the file and 4th update the status. Flat file has comma separator and following...
View ArticleSSIS: Import Flat File data to Oracle table
Hi Guys,I need help, my situation is little strange.I need to import a flat file data into a table in Oracle database hosted on linux OS.So i have created a data flow task and used Flat File source and...
View ArticleDTS TO SSIS Migration wizard throws error
Hi,I have a DTS Package which I am trying to migrate to Integration services in 2008. I have msxml3.dll and msxml6.dll but still I get the errorLogID=37 #Time=3:29 PM #Level=DTSMW_LOGLEVEL_ERR...
View ArticleExecution of SSIS Package in Visual Studio not working correctly
I currently working on an SSIS solution which is stored in TFS. One of the packages I have developed within the solution appears not to operating correctly. When i execute the task in visual studio i...
View ArticleHow to configure Data Sources in a Package Configuration?
Good morning,I'm trying to create a configuration file to deploy my SSIS package on which I have defined 3 data sources shared between several different packages.When I open the package configurations...
View ArticleA truncation occurred during evaluation of the expression
while evaluating the below expression in Property expression editor . I got "A truncation occurred during evaluation of the expression" errorExpression :REPLACE(@OutputFilePath, ".xls", "_"+...
View ArticlePlease help - Can not use stored procedure with CTE and temp table in OLEDB...
Hi, I am going to create a simple package. It has OLEDB source , a Derived transformation and a OLEDB Target database.Now, for the OLEDB Source, I have a stored procedure with CTE and there are many...
View ArticleScript Task (C#): Convert Datetime to String
I have a requirement where I need to convert following datetime variable value into the string vaiable format.Here is the example: 7/23/2014 11:24 PM I need above datetime to be converted into...
View Articlessis conditional split
hii hvae blank value in my tablewhich i need to insert into another table based on condition.i am using conditional split and doing id == "" , which is not working ,also len(id)==0 also not...
View Articleupdate two table in OLEDB commnad
hii need to update 1 column in 1 table in data flow task. i can do it with OLEDB commnad but it has trigger in historytable which giving me error .so how to to update this both...
View ArticleSSIS TechNet Gurus Announced for June 2014!
The Results are in! and the winners of the TechNet Guru Competition June 2014 have been posted on theWiki Ninjas Blog.Below is a summary, heavily trimmed to fit the size restrictions of forum posting....
View Article