Programmatically set-up ConnectionString as Expression for OLDB Connection...
Hi all, I need to set up a OLEDB connection manager and programmatically setting up its connectionstring. I'm working with SSIS 2008 an set up a new OLEDB connection from Connection Managers window...
View ArticleHow do I import file extension .err in to SQL via ssis?
I have a set of files with the extension .err that I need to load, daily. I have set up a foreachloop import (which works if I change the files to .txt), but it keeps telling me it's an invalid path,...
View ArticleScripting Excel BulkCopy into SQL table and including a id column
Hi All Using the really good code here, to get excel data in to SQL table: http://weblogs.asp.net/mikebosch/archive/2007/10/26/ssis-skipping-rows-and-stripping-subtotals.aspx This works fine .... but I...
View ArticleConversion failed when converting date and/or time from character string....
Hi All ihave a stored procedure on SQL 2005 SERVER and its used to load data into the warehouse from an ORACLE DB. The job is scheduled to run every day and its just doing fine. Now i ran the same...
View ArticleTNS entry in SSIS package
Hi Team, Is there a way I can re-point my SSIS package to a TNS location? I don't have admin rights and don't have access to write the TNS file in the location "C:\Program Files\Common...
View ArticleHow to send a mail with attached Text files in SSIS 2008 R2
Hi All, We have one archive folder, in this folder 4 .txt files is Created. Hear archive folder is created with time stamp My client requirement is after sequence container is...
View ArticleSSIS Flat File Destination Not getting Truncation Errors
Forgive me if this has been answered but I have been searching quite a bit and have not found an answer. I am trying to EXPORT data to a flat file that we will then send over to another system. As...
View ArticleExecute SQL Task in SSIS (using BI tool)
how to retrieve table from Execute SQL Task where case is Status=1&& Status=0 not using Where clause Thanks in Advance
View Articleproblems with the Sql server Agent Job Service account
We are facing problems with the Sql server Agent Job Service account I have a created ssis package in vs 2010 that loads data into csv file which is in NAS (T:Drive). When i created a job for this...
View ArticleI am getting error in running maintenance plan of backup on sql server 2008...
I am getting error in running maintenance plan of backup on sql server 2008 r2 standard edition: Executed as user: UAT-ECGC\Administrator. Microsoft (R) SQL Server Execute Package Utility Version...
View ArticleHow to connect to a remote SQL Server Database without user/password provided
when we developing an application, we have a specical requirement: 1. Connect to a remote server(providing windows remote logon dialog), 2. Access to the SQL Server(2008 or later) database in that...
View ArticleExpression > bug?
when I add an expression to my constraint like @[User::IsProcessed] == "N" where the variable IsProcessed is a char, I get the message that the data types "DT_UI2" and "DT_WSTR" are incompatible for...
View ArticleHow to convert decimals into year and month in SSIS 2008 R2
Hi all, We have one affective date columns is like this 1110901 1120301 1130801 My client requirement is Starting 3 digits convert to year Ex:111 Converts to 2011,112converts to 2012 ,113 Converts to...
View ArticleSSRS 2008: Problem with Excel Destination and SQL Server Agent Job (64bit)
Hi, I'm developing a SSIS 2008 Package that connects to a SQL Server 2008 database to read data from table and uses a DataFlowTask with Excel Destination that writes the the data to an Excel file. The...
View ArticleProblem with executing Execute Process Task
HI, I have created a job with one step in Management Studio. I am calling a package with dtexec command. My package contains only Execute Process Task, which calls a batch file. When I try to run this...
View ArticleCapture data conversion error for each row
Hi, I want to capture error row number, column name and error description for all the rows in a data conversion Tranformation while reading data form an excel sheet. How can I do this? I still do have...
View Articlehow to identify columns and load into fact table from dimension tables in...
Hi, I have to create a Data Warehouse from Adventureworks database. how can i create Dimensions and fact tables. Please tell me step by step process. and how to identify the columns, and...
View ArticleConversion failed when converting date and/or time from character string....
Hi all, I posted a topic with the same title earlier and it is still not resolved. i'm getting the follwoing error "Conversion failed when converting date and/or time from character string. [SQLSTATE...
View ArticleAssigning a value to output variable in SSIS Script Component...
Hi all, I am having an issue with writing an value to a variable inside ssis script component. trying to convert a file from ansi to utf-8.Here are the steps i followed: Created a variable Readonly...
View ArticleGive me slotion on data flow task SSIS(BI tool)
Give me solution on SSIS in data flow task where source is EXCEL file and destination is datatable . want to retrieve all excel sheet data into one table GIVE ME C# code for script
View Article