Trying to run SSIS packages (developed in SQL 2005) on a SQL 2012 machine.
I came across an issue while running SSIS on SQL 2012 machine. On the test machine I installed SQL Server Integration services 11.0 (which comes with SQL 2012 setup).These were errors reported while...
View ArticleTruncation problem with Openquery in sql server
Hi, I am facing one issue with "openquery" in sql server. i need to get the information from oracle database to sql server. while i am writing the query with openquery the data is truncating. In...
View ArticleSSIS package for Archiving old data
Hi All,I want to setup SSIS package for Archiving old data and I have 300 tables for archiving and I am new in SSIS .please suggest some suggestion .I have read many article but I have some...
View ArticleImporting flat file csv with variable column widths
Hi, I need to find a way to load csv files with variable column widths as right now, I'm tearing my hair out (and I don't have much left!)Here's what happens: I run the SQL Server Import and Export...
View ArticleLoad data in to Hadoop (HDFS) using FTPS
Hi all, Need a FTPS script task which is used to load data in to Hadoop (HDFS) using SSIS.I found a task which have to pay money to programtic works FTPS task.Is there a code which some one can share...
View ArticleMDX object variable mapping to ssis for each loop variable mappings
Hello All,I have a mdx result set from excute sql task which is stored in an object variable, now i want map that object to column variables in for each loop container ,but when i try to may a column...
View Articlesql command from variable
hii need to load data from oledb source to oledb destinationwhat i want is select * from emp where date between @user:startdate and @user:endhere start and enddate is varibaleif i use sql commnad i am...
View ArticleDecimal Convesrion Issue from SQL Server 2000
I have converted a DTS package from SQL Server 2000 to a SSIS package in SQL Server 2008 R2. One of the column in a table is DECIMAL (15,2). I have selected the column as "decimal[DT_DECIMAL] in SSIS...
View ArticleNo. of Records are different in Flat file and in SSIS package
Hello,I have a Flat source file. When i open this in Excel it shows me 44,695 records. I have created one package and put only data conversion transformation and multicast and run the package it is...
View ArticleSSIS: How to lookup Multiple date to Fact table
I have a dimension table DimDate. I need to use it to get the surrogate key for my fact table. My fact table have multiple date, such as order date, pickup_date, delivery_date. I used multiple lookup...
View ArticleWhat are best practices when working with Excel files
I have a process where I import an excel spreadsheet with two tabs and headers and it's a BEAR. It's just problem after problem. Two of my biggest issues:1. File locking. It's like SSIS doesn't want to...
View ArticleSet log message within script task
I have a script task in my control flow that does some validation checking. If one of those checks fails, I want to fail the task and send an appropriate message via email. I've accomplished this by...
View ArticleWAIT between SSIS Tasks
Hello!I need to put an hour wait in between 2 SSIS Tasks in my Package. How is that best done? Does anyone have any links to do this in the SSIS stream?Thanks MIkeMike Kiser
View ArticleConsuming a secure web service in SSIS
To whomever can offer assistance, I would be very grateful: Could someone please supply an example for how to consume a web service using a secure certificate in SQL Server Integration Services,...
View Articlepass variable value from sql server job agent
hi,how cna i pass my variable value in SSIS from sql server job agent,or i need to call from ssis from stored proc and and pass variable value from that spneed help
View ArticleSSIS Variable not changing with Script task
HiI have a written a script component to only read in the first row of a flat file and read one of the column values into a variable called MyVariable.The following is my PostExecute method in the...
View ArticleInvalid character value for cast specification
Hi Experts,Im developing a package with an OLE DB Source query below: SELECT r.OrganizationUnit, r.Position, CONVERT(varchar(10), r.StartDate, 10) AS StartDate, CONVERT(varchar(10), r.EndDate, 10)...
View ArticleImport from excel coverts 2 digit decimal data to several digit decimal data
I am using data flow task with Excel source to OLEDB destination to import excel data to a sql server table. The data is getting converted from 2 decimal places to several decimal places for certain...
View ArticleUsing SSIS
Hi Guy'sNeed some help using SSIS Packages on how to send an email with a web link.the reason for this is to check the current prime interest rate.If anyone has a better idea please can you share...
View ArticleSSIS MultiCast
Hi Experts,Im new to SSIS. I have a package that simply extracts data from x table and dumps the data to two destinations, y excel sheet and z Access db. My multicast is working/loads data on y excel...
View Article