Currency Conversion
I am looking to convert all my Sales line values that are in CAN dollars to US dollars. I am exporting the Sales lines out of one database and importing into another using SSIS is there a way i can...
View ArticleFor Each ADO working running manually and failing in job
I have a dynamic for each loop using For Each ADO (fetching VariableName from object variable) that is working fine when package is executed manually or in debugging mode but it is failing when...
View Articlemaking text bold in VB Script Task
Hi,I am using SSIS Script Task using VB 2008 language. In that how can I make some text <bold> for example, I have a variable which contains text likemail_body As string = "I want this text...
View ArticleCheck if Record Exists between OLEDBSource and OLEDBDestination inside a...
Hello,I have a Storedprocedure in a RemoteServer (Server2) which will return a result of a select statement and the result need to be stored inside a table of Server 1. So I have used a DataFlow task...
View Article[Flat File Source [2]] Error: Cannot open the datafile...
hiI'm trying to use foreachloop container in order to read the data that i have in several txt files and upload it into MRR table. when i'm trying to run the package, i'm getting the following error:...
View ArticleData flow task: Oracle RDB 7.2 and SQL Server 2012
Hello Everyone,I am a newbie to SSIS just started couple of days agoProblem Statement: I want to migrate data from SQL Server 2012 to Oracle RDB 7.2 using SSIS Data flow task.I have tried ADO .NET...
View Articlehow to load the excel data in to sqlserver table using ssis
Hi All,I have very urgent requirement i.e I have excel file where I have to load from that excel file to table on daily basis but the challenge is one day there may be 5 columns and next day 2 more...
View ArticleDynamically creating columns of Excel to Sql table using SSIS
Hi all,I have loading the data from excel to Sql table on daily basis from one folder,some times users added the new(addtional) columns in the excel file so at that time iam geeting error. I need to...
View Articlesystem can not find path specified
My package is throwing error message saying that system can not find path specified.Basically i have batch file which executes the packageSmash126
View ArticleHow to set evauate expression true or false in SSIS
How to set evaluate expression true or false in SSISSmash126
View ArticleSSIS Logging
1- How do I identify from logs, which package is currently being executed ? 2- Can I change the log table and customize the loading of the table to have values for new columns ? EX- i want to Add...
View ArticleFailed to retrieve long data for column
We are trying to run a SSIS package from Job and it is failing with the error “Failed to retrieve long data for column ”XXX_XXXX””. The same package ran from VS 2010 connecting to same SQL Server 2012...
View Articledate data extration problem in SSIS
hi All,i have source datacol1 2012-07-02 06:49:30.000and i want in target both col1 and 'date' as col2 like belowcol1 col22012-07-02 06:49:30.000...
View Articleuse execute process task to zip
i want to set the file name that is going to be zipped, may be i want to zip all files name like 'abc_xxx':abc_1.txt, abc_2.txtand i also want to set the ageday ,may be all file older than 5 days will...
View ArticleMicrosoft SQL Server 2012 Service Pack 1 SSIS Error
Hi, I installed Microsoft SQL Server 2012 Service Pack 1 (KB2674319) on our server and my Integration Services 2012 package started failing on a Source Script Component with one Output Buffer. I...
View ArticleSQL Server Agent - Job Step Properties [set values tab]
Would like to ask if someone can help me figuring out how to put a shared folder path to the Value column in "Set Value" tab in "Job Step Properties".I found out that a local path can be set as...
View ArticleCheck the flat file going to load is a valid format or not
Hi All,I am very new to SSIS mean couple of days old . How can i check the flat file loading into destination is a valid flat file format or not ?Thanks in advance ThanksSS
View ArticleWriting data to flat file in Script Task.
Hello All,Am executing a stored proc with two results sets to be loaded into a flat file using script task..Please help Am getting Exception has been thrown by the target of an invocation error. at...
View ArticleFuzzy Grouping? What is it?
Can someone give me a clear understanding of fuzzy grouping? I don't understand according to the other posts.what is the difference between fuzzy look up and fuzzy grouping also.
View Articlemerge two file sources and import into single/multiple db table
Hi Friends, i have a task and as a newbie to SSIS i dont kow the best way to solve it, hence seeking your help here. i have two csv files both have a same column call it as ColumnA....
View Article