unable to pass values to the parameter through ssis package
HI All, I have created a package , which is internally calling a stored procedure with one input parameter(ex:@History). Now I have to pass values(1,2,3,4........11,12) to the parameter(@History)...
View ArticleAccessing Time Dimension (that is build in SSAS) in SQL Server.
Hello.I have created time dimension in analysis services of Visual Studio 2008. Now I want to add this dimension table into my dimensional model that is already built in SQL Server 2008 data base. Can...
View ArticleHow To Explain In SSIS interviews?
How to answer below questions in interviews?designing strategies for ETL audit, load balance, exception handling and high data volumes in ssisThanksCMK...
View ArticleWant to Retain NULL values while importing Data From OLEDB Source(table) to...
I'm generating flat Pipe delimited text file from a SQL OLEDB(database table) using SSIS DATA FLOW TASK.Some Columns contain blank or some of the column contain NULL values . WHen file is genearting it...
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 Articlescript component input buffer issues
Hello,I have a script component that creates a '|' delimited file. the input for this script component is from an oledb source, the problem im facing now is not all rows from the oledb source that is...
View ArticleHow would you configure connection to make it work on different environments?
How would you configure connection to make it work on different environments?
View Article2k8R2 - checkpoints + system::starttime
Quick question;What will be the value of System::StartTime of a rerun of a failed package if I have checkpoints enabled?Will it be the starttime of the original run or the start time of the current...
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 ArticleADO NET Destination has failed to acquire the connection on production...
Hi all,I've SSIS package which runs perfectly on development environment ( Windows 7 ) with transaction=required on package.but when i run this package on client environment ( which is run on"windows...
View ArticleExecuting multiple SSIS package instances
I have implemented a parent child package hierarchy which works as below:1. The parent package keeps running in an infinite loop and keep scanning a table every few seconds. 2. Based on conditions, a...
View ArticleRestore Script TSQL sqlserver 2005
We use to restore around 60 databases from the backup folder in test server. can any one please proved me the TSQL script to restore all databases in single shot or script out the restore querys in...
View ArticleIntegration Services Catalogs 2012 - Copy Environment
Is there an easy/built-in way to copy Environments (and all its variables) in the Integration Services Catalogs? All I found was a solution by adding it via the databasePlease mark the post as answered...
View Articleextract date from string using script task
Hi- I have some flat files with name as:"abc20120212""YYYYYYY20110909".....and so on I'm creating SSIS package to transfer data from multiple flat files to a destination table. I have to extract the...
View ArticleSSIS 2005 remove and/or edit connections from Connection manager
Hi,I'm using SSIS 2005When I add a new (OLE DB) connection manager to a package, it prompts for "Configure OLE DB Connection Manager" and shows al my previously created data connections.There are 3...
View ArticleSql Server Agent problem running a package with sharepoint list updates ?
Executedasuser: EMEA\USERx$....rsion 10.0.1600.22for 32-bitCopyright(C) Microsoft Corp 1984-2005.All rights reserved. The ERROR . This task writes out to a sharepoint list. Started:10:54:31Error:...
View ArticleSSIS task failed to load(Script task)
Hi,I am running a SSIS package using a bat file. When I run the bat file it gives the error ,'The task has failed to load.The contact information for the task is " " '. Can you let me know how to...
View ArticleMultiple Expressions in Precedence Constraints
Is it possible in a precedence constraint to have multiple expressions evaluated? IE Operation set to Expression and expression to evaluate is: @File = x or @File = y Thanks
View ArticleQuestion about ASP.Net C# and SSIS
For a new project I am looking at creating a windows application which is able to programatically call multiple SSIS packages.This will be using the following -ASP.Net 4.0SQL 2012Text files on various...
View ArticleConnection Error to MySql in SSIS
I have a process that copies data from a MySql database to Oracle,When I run the job, I get the following error: Message Executed as user: ****\OLAPAdmin. Microsoft (R) SQL Server Execute Package...
View Article