Deploying SSIS 2008R2 package on SQL 2005
Hi Friends, We have a SSIS package which is developed using BIDS in SQL 2008R2. We are stuck in a problem that the client machine where we have to use/deploy this SSIS package has SQL 2005. Is it...
View ArticleSSIS - Referencing This Package in Script
I have an SSIS Package. I need to write a VB.NET (or C#) script task inside the pkg that looks at a specific Sequence Container in the same SSIS Package, cycles through all the executables and stores...
View ArticleThe package path referenced an object that cannot be found
I'm getting the error below, just to preface...I do have all my package variables in the package level/scope, could there be another reason as to why this is occurring or other things i should try...
View ArticleDTS Package not executing on some machines
Hello, We have one DTS package, and when we try to execute it, we get errors on some systems. Though the package used to be executing on those systems previously. We are using windows authentication....
View ArticleHelp SSIS For each loop with multiple tables
My client has a NAV database with multiple companies. Each company has its own set of tables. Tables are prefixed by a company name: [Texas$G_L_ entry] [Alabama$G_L_ entry] there is a "global" table in...
View ArticleUpdate Statement in SSIS
Hi, I have a scenario where i am moving 40 million records in to a table and then run a update script to update some records with the aggregate values example total count for each countries. Since i...
View ArticleSSIS Connection Managers not connecting in debug
Hi, Just recently we have begun to experience an issue with our connection managers in debug. I am using ssis 2005 BIDS. I can open the connection manager in the package, enter the password and click...
View ArticleHow do I add a header and footer to a ssis flat file destination?
How do I add a header row with the current date and a footer row with the row count to a flat file destination in SSIS? Sample of output 1234567891234567~PE~400 9876543211234567~PE~52845 Needs to be...
View ArticleSSIS [2005/2008] plugins for Visual Studio 2010
Hi all. From SQL Server 2012 and future editions, I've understood that the development tools for SSIS/SSAS/SSRS will be backward compatible. That's pretty good. But it really doesn't solve the current...
View ArticleSSIS FUZZY LOOKUP MEMORY FULL
We have implemented Fuzzy Lookup for one of the requirement .Source Count is around 60000 and Fuzzy Lookup happens on around 40 million records.We also have indexes. It takes around 2.5 hours.Kindly...
View ArticleSsis package fails when run as job.
I created this ssis package on my pc. It runs great. But not when scheduled as a job. I've searched all over the internet none of the fixes work. Tried changing to savesentivewith password tried...
View ArticleSSIS task failed but package should success
Dear All I have a ssis convert task followed by few more tasks. the convert task is expected to fail. So i should get the overall package status as successful. i tried all the options of even handler,...
View ArticleSSIS 2008 Script in C#: need to convert Y2K string to date format and use it...
I am trying to get records from an AS400 system into Dynamics CRM programatically. To achieve this i have pushed the AS400 records into a SQL table and am able to push those records to CRM by...
View ArticleSSIS 2012 - Execute DTS 2000 Package Task
Hello... I am migrating from SQL Server 2000 to SQL Server 2012 x64. I am aware that the compatiblity level of the databases needs to be 90 or above. Also, I know that DTS was deprecated in 2012....
View Articlessis configurations xml re use
Hi , I have package1 with variablA and variableB. and package2 with variableX and variableY Can i configure one xml file with variableA,variableB,variableX and variableY use the same xml file for both...
View ArticleExecuting packages remotely from server having no SSIS installed
Scenario to test is Server A(SSIS not installed) remotely executing package on Server B(SSIS Server) via Batch file. Case 1: Application is calling Batch file(on Server A) which in turn executes...
View ArticleHow to convert dd-mon-yy to mm/dd/yyyy
I have a flat file source that is storing the date in dd-mon-yy format. When I try to convert to database type dbdate I get an error. Can anyone help me develop a solution using SSIS to convert this...
View ArticleAvoid multiple processing of SSIS package (Running package cannot be...
Hi, I am executing an SSIS package with DTEXEC. How can I prevent that SSIS executes the same package more than once? Example: I double-click on the DTEXEC command, the SSIS package is running, I...
View Articlessrs ssis ssas details on net?????????????
Hi sql giants i want to learn quickly SSRS SSIS SSAS. So kindly give me free download sites or online free materials or etc? or free downloadable e-books? Can i gave online tutorials fully covered?
View Articlessis error
Hello Experts, My one job is failing with below error,can you please help to resolve it? Error: 2012-09-11 02:31:22.42 Code: 0xC0202009 Source: PITextExtraction Connection manager "AASHMI" Description:...
View Article