SSIS and Visual Studio 2012 stored procedure refactor rename.
While I can create a Solution with a project with Business Intelligence SSIS package and SQL Server project, refactor-renaming objects in it does not propagate to the SSIS PACKAGE TASKS that invoke the...
View ArticleSSIS Dynamic Excel Source Metadata problem
Hi,I have a SSIS package which reads excel source file from shared location and iterate through sheets and loads data into sql server table. The problem the file am using to load data for first time...
View ArticleFuzzy Lookup Indexing
Hello Everybody,For the first run, i have selected create, Store and maintain index.For second run, i would like to go for existing index instead of generating or maintaining index each time.When i am...
View ArticleFuzzy Lookup using existing index failed
Hi All,Please help me to check on this fuzzy lookup issue.[Situation]I have selected to store and maintain index for first time, it works fine (just input 4 variables and look-up from table which...
View ArticleData flow task failed while tranferring data from OLEDB to XLSB,
Dynamically I created a Excel sheet by 2 SQL tasks . 1st SQL task: Select top 1 column1 from table( Result:ALLEG27012013 (nvarchar),This resul tset assigned=@vFILENAME)2nd SQL task: created Excel...
View ArticleSQL server 2008
Hi,I am selecting multiple records from table and joining them.My query is like this,SELECT B.ace AS Column1 K.lastname +' '+ K.firstname AS Column2, R.inside AS Column3, B.number AS...
View ArticleBIDS SSIS Configuration using SQL Server questions
BIDS 2008, SQL 2008 R2Support SQL 2005, 2008, 2008R2, 2012I created a BIDS SSIS Package using SQL Server Configurations. A Connection Password is one of the configuration variables. So it created the...
View ArticleSimple Package - Error output Issue
HiI have a simple Flat file to Table load package. Flow is like1 - FF source --->Error o/p -->Src_Error_FF_Destn 2 - Derived Column Transformation for 5 audit columns 3- OLE DB Destination...
View Articleerror when running a SQL execute task that call a stored procedure
Hi,When running the following SQL execute task that calls a Stored Procedure:EXEC EtlLogger.usp_WritePackageAuditLog ?, ?,0, 'init','init',0,'init',? OUTPUTWith the following...
View ArticleScript Task For Fetching Results and Doing Transformations
Hi All,I have a script task where I need to fetch data from a table. After the fetch is done I need to save this results in a dataset where I can use it for further transformation.SELECT UID,CITY+',...
View ArticleSSIS 2008 Use EXEC
Im using SSIS 2008 i want to try and run the following SQL code: The code is basically checking if a column exist in the return of a udf function, if it is there it it select normally from that...
View ArticleRefresh the content of variables
Hi all,i have 4 variables:Variable01: @[User::Variable01] = (DT_STR,4,1252)YEAR(GETDATE()) + "-" + (MONTH(GETDATE()) < 10 ? "0" + (DT_STR,2,1252)MONTH(GETDATE()) :...
View ArticleHow to add the column and move the records in dynamically existing table in sql
Hi,i have below mentioned query. this query will be create the dynamic tables and records move to dynamically created tables from source.below query is working fine. but after the insert the records i...
View ArticleJob that runs maintenance plan fails after move to new server
Hi,One of my SQL Servers I have a job that runs a maintenance plan. I recently recreated the job on a different SQL Server and exported the SSIS package relating to the maintenance plan to that server....
View ArticleFuzzy Lookup Indexing
What's the use of below procedures in fuzzy look indexing ? when are they helpful ? sp_FuzzyLookupTableMaintenanceInstall sp_FuzzyLookupTableMaintenanceInvoke...
View ArticleHow to set connection user name and password from package parameters
Note this question is about SSIS 2012 Project Deployment Model.I have an OLEDB connection which needs a username and password; since the information accessed is sensitive everyone has to use their own...
View ArticleOLE DB Destination Editor Frustration
Here is something I find frustrating about Mappings in the OLE DB Destination Editor. Maybe somebody knows a tip that can help me with this.Once I have pulled in the OLE DB Destination object, assigned...
View ArticleExecute multiple SQL queries and record results using SSIS
Hi All, I'm trying to achieve following in SSIS. Could you please advise what is the best way forward?Execute multiple SQL files and record the results in a format that an analyst could review (such as...
View ArticleData flow tasks are running slow/ sometime stuck indefinite
Guys,I am facing a weird problem in data flow tasks in one the SSIS package I didn't work on. Package is designed to load 80 tables on target DB from source DB.Please note source and target DBs are on...
View ArticleHow to add reference to SSIS script task
Hi ALLI cannot add the reference to the following:"Imports Microsoft.AnalysisServices.AdomdClient" in SSIS script task. All the objects that i declared become underlined because there is no reference...
View Article