Look up with more than one column SSIS
Hi, My applicaiton SSIS package should check if the row exist in a target table before it insert a row into target table. Cache transformation holds the value of the target table. SSIS package uses...
View ArticleDiscussing ETL development on MSFT platform
Hi Guys, this is more of a discussion point than a question. Over the last 10 years I have pioneered many new ideas. One of them is SeETL. This idea is going to change the future of ETL development....
View ArticleHow to remove reference to a connection that does not exist
I'm getting the following error and I have no connection with that ID. How can I remove the reference to this connection? I must have had a connection with this ID in the past but removed it. Thanks...
View ArticleSCript not working
Hi, The following script im trying to use for checking the file for its date, the script has to succeed if its current date, else should fail. but the following one not at all working please help....
View ArticleVisual Studio 2010 (Data Tools) Gets stuck when opening SSIS-solution (Sql...
Hello Since I installed Sql Server 2012 (ever since beta up to release) I've had problems with SSIS. Whenever I forget to close the package before I close the solution it gets stuck on the "Preparing...
View ArticleSQL Job Output in another server
Hi, I am using mssql 2008 and by using BIDS2008 i have created a package and output in excel format, the output path is another server(00.00.00.00\export\). The package is running and i got result when...
View ArticleProblem running the DTSX package
Hi All, I've created a very simple package and imported it into Integration Services "Stored Packages">"File System" I can execute it from there and it runs perfectly. When I create a job in SQL...
View ArticleSSIS 2012 Package Parameters
Hi, I have an SSIS 2012 package that I have written and I have created parameters and inside the package I have created variables. I wish to call the package and pass information into the...
View ArticleSSIS OLE DB Source - Query is fast but procedure lasts forever
Hi everyone! I have a simple package: one OLE DB Source and one OLE DB Destination. An interesting problem happened - when I execute query in OLE DB Source component it executes and fills the table in...
View ArticleSSIS:Flot file to DB2 loading
Hi, My flat file date is in format: 2012-10-01 This is date datatype , for convertiong iam useing this expression RIGHT((DT_WSTR,4)DATEPART("yyyy",[CColumn 20]),4) + RIGHT("0" +...
View ArticleExecute sql task failing
Hi All, I have a pakage that loads data from Oracle into sql server database. In the control flow task i have an Execute sql task and a data flow task and again another execute sql task. The Execute...
View ArticleBest practice for extracting csv files to update a database
Our scenario is this: A program saves a csv file to a network directory every several minutes. The program is connected to a workcell which creates parts (manufacturing company). The file has fields...
View ArticleDataflow task with MultiCast transformation giving "Connection failure" error...
Hi, I have a stored procedure which pulls around 30 million records from multiple tables. My SSIS dataflow task's design is as given below. When I try to call this stored procedure in oledbsource, SSIS...
View ArticleExecute Package Task doesn't refresh connection before executing
Hello, I'm struggling with an issue on Execute Package Task in SSIS (SQL Server 2008R2) The context is the following: I'm trying to execute a package stored in SQL Server MSDB table from a "Master"...
View ArticleConfiguration of integration services in a Cluster
Hi All, I am trying to configure the integration services in cluster environment.I have added as a resource and SQL integration services is online status.I am able to connect to integration services....
View ArticleHow to expose TaskHost properties using a Script Task
Hi I have built a custom logging feature through the use of the Execute SQL Task SQLStatementSource property, using dynamic SQL that utilise System variables and event handlers. There are some things...
View ArticleLogin Failed on Data Flow Task
I cannot figure out why my login keeps failing in a data flow task. This is the error message I'm getting: TITLE: Microsoft Visual Studio ------------------------------ Error at PACKAGE_NAME...
View ArticleFormatting When Exporting Data to Excel
In my SSIS package, I'm exporting data using the Excel Destination. When I open the excel file, the columns are not expanded until I expand them, and fields that look numeric but were strings in the...
View ArticleIndex was outside the bounds of the array Error : SSIS SQL Agent Job
Hello, We have SSIS package which was executing SQL Agent Job task to run the replication snapshot agent. It was working fine till now. Now we migrated to new SQL Server 2012 and we had changed the...
View ArticleProcess CSV Files with Invalid Characters -SSIS
Hi, I am processing a csv file with the follwowing sample data: "SubscriberID","JobID","EventDate","Email","RejectCategory","RejectSubCategory" "698766271","48282952","2012-10-29...
View Article