Separate Package configuration for Developement and Production in
I have two environment for the same package. My requirement is: I have to use two different environment for same package. One is dev and other is pre-pro. I have created two config files for the same...
View ArticleHow to make my package failed if rows = 0
I have a very simple package that take all record > X in table A and transfer them to table B. What I need to do and don't find how is when the select from data source A return 0 row I want to stop...
View Articleexport\transform ?
Hello: I want to transfer\export data from SQL Server to IBM DB2 Database Server. the problem is that one of my column in SQL Server is data type VARCHAR(MAX). Its fails with conversion error. I have...
View ArticleWhich is the most appropriate encryption method to prevent a user viewing a...
Hi, I need to distribute an SSIS package to another person to use in a demo, but it is very important that I retain the IP, so must only provide him the ability to run the package, and disable the...
View ArticleHow do I determine the code page of my input file?
I need to use a single SSIS package to input flat files from a variety of countries and some of these locations will use UTF-8 and others will use ANSI 1252. This will be an automated process that...
View ArticleCreate user variable by using Derived column
Hi Can you please suggest me how to create user variable by using Derived column transformation. I want to generate a new column with values of 1,2,3,4... Is there any another transformation to do...
View ArticleModify SSIS package saved on server
I have saved an SSIS pacakage on my sql server. I am able to see and run the package through Integrations services. My question is, is there a way to edit the package through Management studio?...
View ArticleHow can I get my old packages from Sql Server MSDB ?
Hi, I have deployed some SSIS packages 6 months ago I have just deployed to a new instance but I didnt set up Integration Services database so I can not just connect there and export them into server....
View ArticleExcel : Sheet locked by the Windows
Hello Everyone I am trying to access a excel sheet from the SSIS script task. I have written following code Public Sub Main() Dim appexcel As Object Dim newbook As Object Dim Sheet As Object Dim...
View ArticleLearning Sql Server Integration Services
Hi, I am very new to SSIS and i have background on C# and .Net Technologies. Could you please guide me in learning SSIS. Could you please let me know the pointers on how to get started from basics...
View ArticleRepeated Column Names issue
Hi, Would you mind provide some thoughts of the following issues? thanks. I am trying to read in more than 100 csv files by using SSIS foreach loop containter. Each CSV file follows the same format...
View ArticleWeb service task & E-Conomics
We use E-conomics as ERP and I would like to get the data into our dwh. I have figured out how to get the wsdl file for the web service task but I cannot find out which url to use in the http...
View Articlemy package is rounding up excel Item values
Hi Gurus, I have a package that calculates qty with Item No's.For ex: ITem No Qty Result 1 2 2 1.1 3 6(2*3) 1.2 4 8(2*4) 1.3 1 2 (2*1)...
View ArticleNeed Notes/Tutorial
can anybody can provide notes for script task and script component transformation.i know why we can use these. but i want to learn vb script and c# script to load data.please anybody can provideSandeep...
View Articlepermissions issue with OLE DB connection when package run remotely using DTEXEC
I have a simple package, it contains a connection to a database used to obtain configuration information and one the database that a simple execute SQL task runs against. When I run this in bids it...
View Article1. [OLE DB Destination [6556]] Error: 2. [DTS.Pipeline] Error: 3....
I was told to assign primarykey for column named TCID in the detination. i changed the NULL to NOT NULL to assign a PK. i have done with the data conversions and i got the following errors in the...
View ArticleLookup Transformation with where-clause conditions asscociated from source table
How to use Lookup Transformation to realize the following T-SQL? select a.id, a.YrMon, b.StartMon, b.EndMon from TABLEa a left join TABLEb b on a.id = b.id and a.YrMon between b.StartMon and b.EndMon...
View ArticleInvalid Charecter value for cast specification.
Hi Gurus, I am getting this message when I am using OLEdb source component.I have a sql query as source. Its been working fine all the while but recently I have been getting this error message.I tried...
View Articlegeometry datatype in ChangeDataCapture in SQL 2012
are there any restricytions / problems using the geometry data type in SQL 2012 change data capture ?? am just starting first "test" solution of CDC in SQL 2012 - but am having problems with the...
View ArticleSSIS 2008R2 Package fails when run as job in sqlagent but executes fine in...
I have set the project/debugging/Run64BitRuntime to false have specified run as 32 bit in execution properties of job But the package still fails when run as sql agent job The specific error msg in the...
View Article