SSIS 2008 R2 on a SQL Server 2012 Box/Instance
Is it possible to install/run SSIS 2008 R2 on a SQL Server 2012 box? Would it require a 2008 R2 instance of the relational engine? Ideally I'd like to have a 2012 default instance with the relational...
View ArticleMinimum Permissions Required for Proxy Account
I have a job which reads the data from a Webservice, i am using a script component and all things works well, when i execute it from the Visual studio environment. Now when i ported the same code to...
View ArticleSQL 2012 upgrade for SSIS
Hello Gurus, I've just started playing around with SQL 2012 and decided to upgrade one of our test 2008 R2 server. I am no expert in SSIS but did notice after the upgrade in SSCM that both version of...
View ArticleHow to assign ssis variable value to sql variable in sql task of ssis?
How to assign ssis variable value to sql variable in sql task of ssis?In SQL task of SSISDeclare @i intset @i=?It does not work....why?
View ArticleHow to extract data from Filemaker
Hi,I am trying to copy tables from Filemaker to SQL Server using SSIS.I established an ODBC connection and created a ADO.Net connection.When I tried to use ADO.NET source component, I was only able...
View ArticleGet the error column when redirecting error rows
Hi, I have a package which will redirect the Error rows in a Data Flow Task. And is working fine like if any row fails to load into the target table it is going into the Error table. Now i want to get...
View ArticleSQL Server Job Step's
Hi,Is there any possible way to find how many steps the existing job already have.looking for Google but found nothing..Thanks in advance.
View ArticleMigrating Data without SSIS
Hello! We recently have a redesign of our databases to accommodate changes and be well positioned for a better analysis of our data. It equally meant that we now have to start loading data into the...
View ArticlePassing multiple requestids to multiple queries as variable
Hi AllI'm trying to create a basic SSIS program to delete requests from multiple tables where i will be giving the requestids manually to each query.How can i pass those multiple requestids as a...
View ArticleCan we use more than business key for SCD in SSIS
Can we use more than business key for SCD in SSIS?
View ArticleLOOKUP Trying To Insert Existing Rows
I'm experiencing some odd behavior with an SSIS package I created.It's using a basic LOOKUP component to check for a preexisting record. If it finds the record, it skips over it and moves onto the next...
View ArticleDoing SSIS Tutorial Lesson 1 - Step 1 in SQL Server 2012 Express & SQL Server...
Hi all,I just have Microsoft SQL Server 2012 Express and SQL Server 2012 Management Studio installed in my "Windows 7" PC. I tried to the Microsoft SSIS Tutorial: Creating a Simple ETL Package =>...
View ArticleHow to avoid adding duplicate records from excel file to sql sever during...
Hi, I am a newbie to SSIS . I got a requirement to perform ETL from excel file to sql server hour to hour basis. The idea is the client will update the excel file, then we load the data to sql server....
View Articlemoving records from one table into another table
Hi AllI have two tables. one is the request table and the other is the request_draft table. We have a web application which is used by users to submit requests to us.The web application moves the...
View ArticleSSIS Raw file format specification
Is there any publicly available specification of the SSIS Raw file format that would enable me to create an SSIS Raw file from a program and afterwards be able to read this file from an SSIS package?
View ArticleSSMS 2012: Importing ".txt" data with SQL Server Integration Services (SSIS)...
Hi all,I followed the steps of Mike Chapple's artice "Importing Data with SQL Server Integration Services (SSIS)" listed in http://databases.about.com/od/sqlserver/ht/importing_data_with_SSIS.htm to...
View ArticleThe server job for SSIS package execution failed randomly
We have a SQL Job agent which consists of several SSIS packages and in each package, it contains multiple sequences running concurrently. The problem we have is the Job Agent would fail but at...
View ArticleSSID Trimming
Hi,I am porting data from flat file to oledb destination table,flatfile Address column is there size is 700before loading to destination table in dervied column i am using trim(address) after that i am...
View Articlehow to load the data from different quereis from sqlserver to excel on daily...
Hi All,I have scenario like I have to load the 3 different quereis with different set of columns from sqlserver to in excel single sheet on daily basis,can anyone let me klnow how to perform this...
View ArticleHow to avoid rollups at parent level of hierarchy????
I don't want to rollup my values at the parent level of hierarchy in SSAS and SSRS as the values are coming directly from the another datasource(i.e. Cognos TM1 cube)so, in this case how should i...
View Article