flat file source out of synchromization
I have a simple flat file with several columns going into a SQL table which was supposed to by varchar(100). I hooked up the flat file source and destination and configured 2 of the columns for...
View ArticleDynamically create destination table
What solution do you propose for below problem?Read input file,create table and finally load data into newly created table. Table column name should be same as input file header name. There will be new...
View ArticleHow to assign result name when using Exectue SQL Task and MDX
Can anyone help me with an Exectue SQL Task and MDX query? The issue I am facing is that when I try to assign the result from an MDX query inside of the Execute SQL Task I get the error msg below.The...
View ArticleAgent Job error when setting SSIS package to run in step ?
I have created SSIS package and integrate it MSDB in the Integration Services. I have create one agent job and provide path of SSIS package from Integration Service MSDB.While executing Agent job i am...
View ArticleWhile executing Agent Job error occured ?
I have created SSIS package and also i have created Agent Job in Sql server. I have assign SSIS package from MSDB to Agent Job in Step section.While executing Agent job i am getting below...
View Articleansi x12 837 file format columns to load in database.
Hello FriendsI have ansi x12 837 file format i need to load some of its column in my Database (sqlserver).kindly suggest somthing helpful.RegardsBI_Gorup
View ArticleHow to Start 2nd Package after completion of 1st Package using "Message Queue...
Hi Guys,I have 2 seperate packages. Package_1 & Package_2. I want to run Package_2 from different Machine, Immediate after completion of Package_1. This I want to achive by using "Message Queue...
View ArticleMessage Queue Task error: The ServicedComponent being invoked is not...
This is the first time I've used SQL Server Integration Services, and I have it installed with SP2 applied on my local machine. I have created a Package, and dropped a Message Queue Task on it. I...
View ArticleCan Profiler catch OLEDB events from an SSIS package?
**I have posted this question in the "Visual Studio Performance Tools (Profiler)" forum, but doesn't seem to be much activity there, so I'm re-posting here.**Hi All,We have an SSIS package on a SQL...
View ArticleSSIS FTP Task in For Each Loop cache problem
Hi,I have some kind of cache problem while downloading files from FTP server, using FTP task. Package work this way:Package takes customer FTP connection info from SQL table (server address, login,...
View ArticleUnsure what ssis package does - Instance variable
Hi,I have a ssis package 2008 r2 that someone as created, I am unsure what the package is doing and wanted to know what would happen if I amend the table it uses to check the instances?I will write...
View ArticleProblem With Cache File when i am using for Lookup
Hi Everyone, i am using cache file as lookup, intially in first dataflow task some data i am storing into cache file ,in next dataflow task i am using this cache file as a lookup, with Mode:Full...
View ArticleIs MERGE Transformation similar to UNION in SQL ?
Just want to know how to do a SQL 'Union' of data set from within SSIS...--------------------------- Radhai Krish | Golden Age is no more far | --------------------------
View ArticleCustom Destination Component
Hi, I am trying to create a custom destination component following the example at http://msdn.microsoft.com/en-us/library/ms135899.aspx. I can access and configure the component on a SSIS package, but...
View ArticleHOW FAIL A PACKAGE USING SCRIPT TAST WITH AN ERROR MESSAGE
Hi allWe are using ssms 2005 in our project.I have created a package which has a precedence constraint condition.I have given two precedence contraint from a execute sql task.(First precedence...
View ArticleConvert Excel serial date to ISO YYYYMMDD ssis???
I have to import data from excel file source to table using ssis. The problem is that one of the column in excel has value like40934 40935...and so on..... when i do format cel in excel these numbers...
View ArticleHow to split excel file on the base of name in ssis
HI FRIENDSI came across a scenario where i have 2-3 kind of excel file. which name is different now i am passing these file through for-each loop container and by using DFT i am storing data into...
View ArticleComparison of SSIS with SQL Server Migration Assistant
Hi,I am currently assessing the usage of SSMA v5.2 vs SSIS 2008 for one of the migration projects from Oracle to SQL Server. Please provide your inputs on which should be used when. My first impression...
View ArticleUsing Conditional Split
I want to redirect data in two destination files for same condition e.g isnull(field1) then redirect data to file1 and file2 and for not(isnull(field1) this data is suppose to redirected to file3.I am...
View ArticleWhat is the issue with SSDT?
Well, I've done everything I could think off to get this to work properly inVS 2010 Ultimate. Install, uninstall, registry, update, mxl,6.0, over and over, and still get this when I try to open an SSIS...
View Article