SSIS Questions and Answers

Recent IT Questions

21 - 40 of 47

SQL Server 2008 SISS error row handling

Struggling with SISS I have data source and data destination With some bad data, I can't figure out how to set up sending the bad row to another destination There are over 50 columns. Sorce is a tab delimited text file Desitnation is SQL Table

View Answer   |  Jan 4 2009  9:27 PM GMT
SQL Server Integration Services, SSIS, SQL Server 2008
asked by Mambo

  5 pts.

SQL SERVEUR 2005 SISS AND WHERE statement

I create a SSIS to transfer the date from AS/400 TO SQL Server 2005, and it's work fine. when I go to modify it and I add a where statement to choose only the year 2008, I received the following error code 0x80131937

Answer Question   |  Dec 5 2008  5:24 PM GMT
SQL error messages, SSIS, SQL 2005
asked by Sqlbeg

  5 pts.

ExcelSource file - metadata validation

I need some assistance. I am using an excel file to import data to SQL tables. The problem I am running into is having to replace the metadata of the output columns with the metadata of the external columns. I do not want to do this manually everytime. [The metadata of the following output...

Answer Question   |  Dec 5 2008  4:44 PM GMT
Microsoft Excel, SSIS, SQL tables
asked by Mayre

  5 pts.

MaximumErrorCount

HOW DO I CHANGE THE MaximumErrorCount IN SSIS

Answer Question   |  Dec 4 2008  3:54 PM GMT
SSIS, SSIS Package, SSIS Package 2005
asked by Vercom

  5 pts.

SSIS package using dynamic configurations

Hi I have to create a package which process the analysis services cube and its partitions,and dimensions. This package should run every 15 minutes to process the cube. I have a procedure which creates the database in analysis services db and relational db for the current month. I have another...

asked by GIG

  240 pts.

Database refresh

i want to refresh the database for every week from a cluster environment. could you please suggest a feasible option not back and recovery. I tried the following ways: 1. through SSIS database transfer task-but it failed 2. through copy database wizard-not working please tell us how to work...

View Answer   |  Oct 22 2008  6:04 PM GMT
DBA, SSIS, SSIS database
asked by BOKAMD81

  5 pts.

SSIS - Bulk Inserts dynamically into various tables depending on the input file name.

I have a scenario where a folder consists of various files with the format 'ABC_DbName_Date_TableName.txt' and there are many Databases with DBNames For e.g. - DB1, DB2 DB3 etc consisting of tables created every day with a 'Date_TableName' format. I need to provide a prompt to accept a folder name...

View Answer   |  Oct 20 2008  8:51 AM GMT
SQL Server 2005, SSIS
asked by NewLearnerSSIS

  5 pts.

How to create a temporary table in sql 2005 via SSIS

I need to load a flat file into a temporary table. So I need to know how to step by step how to in SSIS "Data Flow Task" create a temporary table, load one col from the flat file to the temporary table along with the date it was loaded. I will then use the temporary table to delete from another...

View Answer   |  Oct 1 2008  8:55 PM GMT
SSIS, Flat files, SQL 2005
asked by NewBee7

  105 pts.

SSIS package failure message

I am running SQL Server 2005 and my package fails with the following error: OnError MyServer\serverAD My_Object{F63BA2F3-E28F-4142-98D8-0E631F8D0D3A} {31AB7571-ECB2-4591-BFE1-CC8D59739230} Data conversion failed while converting column "Some_Column" (5017) to column...

View Answer   |  Sep 23 2008  1:58 PM GMT
SQL Server 2005, SQL Server errors, SSIS
asked by MarkFyffe

  5 pts.

Move data in SSIS via store procedure

How do I set up an SSIS pkg to move results from a stored procedure from an external ss2005 db to the local ss2005db?

View Answer   |  Sep 4 2008  10:14 PM GMT
Stored Procedures, SSIS, Import external data
asked by Dreadoux

  5 pts.

How to sent SQLMAIL in SQL Server 2005, through SSIS job, when my particular field is updated in database, can we sent SMS also through the SSIS script.

How to sent SQLMAIL in SQL Server 2005, through SSIS job, when my particular field is updated in database, can we sent SMS also through the SSIS script.

View Answer   |  Jul 19 2008  6:06 AM GMT
SQL Server 2005, SSIS, SQL Mail
asked by Deepanshu

  35 pts.

Assigning access to SQL Server Integration Services (SSIS) packages

How do we assign access for users to SQL Server Integration Services (SSIS) packages?

View Answer   |  Jul 3 2008  6:19 PM GMT
SQL Server, SSIS, User access
asked by SQL Server Ask the Experts

  2445 pts.

Error messages in Business Intelligence Development Studio on SQL Server Integration Sevices

I am new to SQL Server Integration Services (SSIS). When I went into Business Intelligence Development Studio (BIDS) and tried to create a new project, I received this error message: "Could not load or assembly 'Microsoft.DataTransformationServices.Wizards' or one of its dependencies. The system...

View Answer   |  Jul 1 2008  3:35 PM GMT
SQL Server, Business Intelligence, SQL error messages
asked by SQL Server Ask the Experts

  2445 pts.

Migrating data from Oracle 9i Database to SQL Server 2005

I would like to migrate the data from all used-defined tables in Oracle 9i Database to SQL Server 2005. I know of options like Linked Server, SSIS, SSMA for Oracle and BCP. Which amongst these is the best way to achieve data migration?

View Answer   |  Jul 1 2008  3:29 PM GMT
Data migration, SQL Server 2005, Oracle 9i
asked by SQL Server Ask the Experts

  2445 pts.

Problem with SSIS & AS400, Source is AS400, Dest is SQL2005

When I'm trying to retrieve data from AS400, I received the below error: The column status returned was: "Text was truncated or one or more characters had no match in the target code page.". How do I know which code page to use besides the default of 1252?

View Answer   |  Jun 24 2008  11:44 PM GMT
AS/400 errors, SSIS, SQL 2005
asked by Thuybui

  35 pts.

how to update a remote sql server2005 database on webserver with multiple similar local database on windows server 2003

Hello, I am developing an application which has several local windows server 2003. All the servers are having sql server 2005 database exactly similar structure but different datas. I want to keep a remote webserver server having a similar database updated online from all these local...

View Answer   |  May 30 2008  4:56 AM GMT
SQL Server 2005, SSIS, Update remote database
asked by Sahaj

  5 pts.

having problem with SSIS package

i have created the SSIS package from sql server Server management and its work fine but the problem I’m having, when I try to run it from SQL Server Management jobs. Every time when train it from Sql jobs it failed. Please advice on ….

View Answer   |  Apr 30 2008  7:12 PM GMT
SSIS, SSMS, SSIS Package
asked by Atif

  5 pts.

How to Modify SSIS packages created by Copy Database Wizard in SQL Server 2005

Hello, I recently read Jeremy Kadlec great article titled, "Step-by-Step Guide: Migrating to SQL Server 2005 with Copy Database Wizard" at http://searchsqlserver.techtarget.com/generic/0,295582,sid87_gci1194265,00.html. Question for anyone: I used the wizard to copy 12 databases from ServerA to...

View Answer   |  Apr 11 2008  3:56 PM GMT
SQL Server 2005, SSIS, Copy Database Wizard
asked by Pjunk

  5 pts.

Download files from a sharepoint site using SSIS.

Hi, i want to download multiple files from a sharepoint site using SSIS Script task with VB script. I am unable to write script.

Answer Question   |  Apr 10 2008  7:36 AM GMT
VBScript, SharePoint, SSIS
asked by ToWin

  5 pts.

How to create an SSIS package for importing an Access table to SQL Server, running SPs and exporting data to Excel

I need to create a SQL Server Integration Services (SSIS) package for importing an MS Access table into SQL Server, then running some stored procedures on this database and finally exporting the result to Excel. I am comfortable in writing queries and working in Management Studio but I don’t...

asked by SQL Server Ask the Experts

  2445 pts.

21 - 40 of 47