Compare STRUCTURE 2 Tables
Hi all,I was wondering if there's a way to compare 1 table with other (in other DB), I mean:--------------------Table1 DB1IDNAMEDESCRIPTION----------------------Table1...
View ArticleIf condition in ssis
How to achieve the below condition in ssisif person_id is like '123%' or '124%'then details='xyz'else details='yxz'sree
View ArticleHow to find the parent package
Hi,The problem I'm trying to solve is, given an instance of a SSIS package being executed, I need to find the GUID and execution id of the package that calls it. According to the API...
View ArticleServer not running SSIS job in 32bit mode
I have a package that I developed in VS2012 (using the SQL Data Tools component) which collects data from a DBF file using the VFPOLEDB provider, and puts it into a database on a SQL Server 2012 X64...
View ArticleProblem calling SSIS package
I have an SSIS package that is hosted in MSDB database in SQL Server 2008. There is another server that has SQL Server 2012 and has an exact replica of the databse as in SQL Server 2008, with all the...
View ArticleHow to create a SSIS package
Create a SSIS package for following scenarioI have one excel file which will contain 10 records for Monday, 12 records for Tuesday, 7 on Wed, no records on Thursday so if records are there I get mail...
View ArticleHow to create package in ssis
Create SSIS package for the below output:TableEno ename Eloc Edept 1 Sid Pune 101,201,301,401,501,601Output: Eno ename Eloc Edept 1 Sid Pune 101 1 Sid Pune 201 1 Sid Pune 301 1...
View ArticleExcel file writing o records while running through .bat file in SSIS
Hi,In SSIS package, When i'm executing the package from the solution explorer it is writing 350 records into excel file.But while using the .bat file it is writing 0 records into excel file.Note: I...
View ArticleValue of CDC state User::CDC_State is not well structured
Hi SSIS Expertise:I am facing some error in my package, calling the CDC source enabled package in parent package. its not working. Here I can explain my problem, I need to load 5 CDC enabled tables...
View ArticleWhats the difference between executing a package from SQL and Visual Studio?
Hi,We have a package that is currently failing to run when deployed to SQL. This has been tried from a schedule and also executed manually both are failing. I have tried from Visual studio running on...
View ArticleQuery SSIS packages details from file system
Hi All,I have around 500 packages (SQL 2005) deployed in file system & all this packages are running on daily basis via SQL agent. Now I need to migrated all 500 packages into SQL server 2008...
View ArticleVariable Value: How do I set it from value in flat file at runtime
I have a number of DTS packages I am trying to convert and am totally new to Integration Services.I have a flat file that I reference to get a date that I use in some SQL statements in the package. It...
View ArticleDate Script Variable
I have this script I created as a variable on my package. What is does is it gets the current date and makes it so that it goes back on day"XASessionData_"+ (DT_STR, 4, 1252) (DATEPART("yyyy",...
View ArticleChanging Providers in Connection String Issues
I've got eight 2005 SSIS packages that were accessing SQL Server 2018 for bulk data and a SQL Server 2000 for some data also.Both connection strings use the Provider=SQLNCLI.1. These packages all are...
View ArticleIntegration Services Jobs failing
Hi SQL Community,I'm new to SSIS, but I have inherited some Integration Services jobs that we depend on that are failing now.I've attached an example error. Any suggestions or pointers would be...
View ArticleVersion Identification as need to install vversion of SSIS asnd SSIR to be...
Hi,I am learning ETL and advanced SQL Server tactics. there I want to work around hands on on SSIS and SSIR. I want to identify the version of SSIS asnd SSIR to be installed with my edition of SQL...
View ArticleSQL server 2014 and VS 2013 - BuilInsert task - truncate a field data of a...
Hello everyone,To move data from roughly 50 CSV files in a loop to SQL tables (table per CSV file), I've used BulkInsert task in For each loop container.Please know, for all different columns of all...
View ArticleConnecting to the integration services on this computer failed
Hello,I just have installed SQL Server 2014 and I have added the SSDT to the features. Before, I was using SQL server 2008 and Visual Studio 2008 (BIDS) from where i created and deployed packages.For...
View ArticleVS2008 unable to load Integration Services package document after creation
Upon creating a new IS project in Visual Studio 2008, I get this error message in a tabbed window: "Microsoft Visual Studio is unable to load this document: To design Integration Services packages in...
View ArticleAlgorithm for strong match,exact match
Hi,I need a algorithm which supports exact,weak,strong match on names field.fuzzy logic not able to figure it out algrithm how it works.So is there any algorithms which solves my problem
View Article