Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server dts > august 2007

Filter by week: 1 2 3 4 5

deploy fails
Posted by shank at 8/31/2007 4:32:21 PM
If there's an SQL 2005 admin around, I'd appreciate an interpretation on the below error. I'm trying to deploy an SSIS package to a shared SQL 2005 host. They claim they allow installations of such packages, but it appears to me they do not have permissions setup correctly. - - - - - - - - ...more >>


Itereative Data Flow SSIS Question
Posted by Sean at 8/31/2007 8:30:02 AM
I have a data flow that I am preparing, where I am getting a list of values from a Ole DB datasource, and then I want to query a second ODBC datasource witht those values. This ODBC datasource requires a "WHERE" clause containing the data I got from the other database (so select * and then ...more >>

"Object was open" OLEDB error for parallel calls to Look Up transformation Options
Posted by IanHurrell at 8/31/2007 7:04:19 AM
Hello everyone I have an SQL Server 2005 SSIS Package which users can initiate using when the use my IIS website. I kick the package off from code in a separate thread. It is used to import data and it makes repeated calls to the Look Up transformation to validate. If two or more instanc...more >>

Where can you view SSIS packages
Posted by Waldy at 8/31/2007 12:00:00 AM
Hi there, where can I view what SSIS packages are installed on a server? ...more >>

DTS Package send DTS Package error via e-mail.
Posted by rogoflap NO[at]SPAM gmail.com at 8/30/2007 6:49:22 PM
When a step in my DTS Package fails, it would be nice if the actual DTS error could be e-mailed. Is this possible? How would I go about doing this? Thanks, Rog ...more >>

SQL Server Agent Job launching Parent-child packages...
Posted by Feruis at 8/30/2007 1:38:01 PM
Does anyone know why when launching a package containing a child package from a SQL Server Agent job, the parent package launches correctly but the child package does not? Any help or direction is greatly appreciated. ...more >>

Questions concerning SSIS and VB.NET
Posted by Bob Worley at 8/30/2007 12:20:45 PM
First, let me quickly say that, so far, this is the best, most concentrated site I have found with worthwhile information concerning SSIS. Kudos to all who have contributed. My questions: I'm still trying to get up to speed with SSIS. (I liked DTS, cautious of SSIS) In my situation, I have...more >>

Unable to prepare the SSIS bulk insert for data insertion
Posted by Mark at 8/30/2007 11:31:15 AM
I have a client that is getting the error "Unable to prepare the SSIS bulk insert for data insertion". The Sql Server is the same server as the SSIS package and I have changed my connection type from SQL Server to OLE DB with still get the error.. Both myself and my client are System Admins...more >>



Where is SSIS?
Posted by Waldy at 8/30/2007 12:00:00 AM
Hi there, I have SQL 2005 Express and cannot find SSIS. I can save a package from the Import Export wizard, but cannot see anywhere where you can view or design packages. I have even downloaded DTS for 2005 from Microsoft, but still cannot find a way of designing packages. Do...more >>

DTS vs SSIS
Posted by shank at 8/29/2007 11:34:22 AM
I have access to a shared SQL 2005 server. So far, I cannot save my first SSIS package due to an execute permisison error. I'm assuming it's a rights issue and will get resolved. In the interim, I'm trying to get up to speed with the differences between DTS and SSIS. In DTS, I used the wiza...more >>

ssis password - child / sub packages.
Posted by Gouti at 8/29/2007 9:00:00 AM
There is a master package with several child packages. The encryption i have is EncryptSensitiveWithPassword. Is there a way i can set the password dynamically using configuration file or parent variable . I see no option to do it. Please advise . thank you !...more >>

Calling a package within a package...
Posted by Feruis at 8/29/2007 8:10:01 AM
Hello, I have a package that calls another package using the "Execute Package Task". When I execute the parent package from BIDS or designer, the parent package calls the child package without a problem. If I execute the package from a SQL Server Agent job, the child package does not execut...more >>

Deleting only text files in a folder
Posted by qjlee at 8/29/2007 7:16:03 AM
Hi, I have a folder located in C:\test. In the folder, there are lot of text file and word document. Is there a way I can create a file system task to delete the text file only? Thanks,...more >>

dts packages cannot be scheduled
Posted by doug NO[at]SPAM seanyc.org at 8/28/2007 8:32:13 PM
My DTS package runs fine when I execute it (from Enterprise Manager) and I can open the scheduling option by right-clicking the DTS package, but it won't save the schedule I create. Any ideas?? ...more >>

Migrated DTS Packages to 2005, missing
Posted by Patrick at 8/28/2007 10:20:02 AM
I went through the Migration Wizard. Management -> Legacy -> Right click on Data Transformation Services. I just want to migrate a simple DTS package that copies objects from one database to another. When I run through the wizard, it runs successful; however when I go to Management -> Legac...more >>

Move SSIS packages to a new SQL 2005 server
Posted by FidelR at 8/28/2007 8:46:02 AM
Hi I have a problem regarding running a SSIS Package in a schedule Job (SQL server agent). I recently moved all my SQL server 2005 components (SQL server, SSIS, SSRS) to a new SQL server 2005 with service pack 2 installed. I also created a new job to run my old packages. When I’m running ...more >>

executing packages in 32bit mode
Posted by Frederik V at 8/27/2007 12:00:00 AM
Hi I'm currently experiencing the following error when running one of my packages: Error: 2007-08-27 13:52:43.91 Code: 0xC0202009 Source: ************* Connection manager "Excel Connection Manager" Description: An OLE DB error has occurred. Error code: 0x80040154. An OLE DB reco...more >>

SQL server 2005 Express Syncro data
Posted by Manekurt at 8/23/2007 10:30:50 PM
Hello to everyone. I need to synchronize data between servers, where the source is SQL Server Express 2005, and the the server is SQL Server 2000. I´m using VB.NET, and I linked the server, and then pass the information to the server, but here is my problem: TABLE CUSTOMERS ID CUSTOMER...more >>

Filter data in OLE DB Source
Posted by Daniel at 8/22/2007 8:46:01 PM
Hi, I'd like to filter data in the OLE DB Source node based on a variable value, to realize the function simliar to "SELECT * FROM Table WHERE Col1=@var1". But it appears to me that the only way I can do this is manually structure a sql statement in a Script Task node and execute it in the ...more >>

Execute SQL Task Error
Posted by Allen H. at 8/22/2007 1:16:20 PM
I'm relatively new to SSIS and am getting frustrated. I have a simple Execute SQL Task that is getting an "Invalid character value for cast specification" error. Here's the issue (all names are changed to simplify). I have a stored procedure with three parameters: dbo.someproc ( @p1 int...more >>

Similar projects (SSIS package)/suggestions.
Posted by Lam Nguyen at 8/22/2007 9:26:02 AM
I have to write a SSIS package to transfer data from production server which has about 120 databases to dev server. Each database has 160 tables and each table I only need a few columns out of it. Has anyone had done a similar project like this or know of a best way to do it. The trick for ...more >>

SSIS package protection level
Posted by Yuhong at 8/21/2007 1:34:02 PM
Hi, I have created a SSIS package and the protection level was set to "EncryptSensitiveWithUserKey". I'd like to change it to "ServerStorage". But when I try to save the package, I got the following error: Failure saving package. ------------------------------ ADDITIONAL INFORMATION: ...more >>

Parsing EDI/X12 in SSIS
Posted by JXStern at 8/21/2007 12:39:18 AM
The good thing is we don't have to parse the raw EDI, we are getting the data from a service that gives it to as us CSV files. The bad thing is, within a single CSV file it's still hierarchical, so we get data like: head, a, v1, v2,,,,, line, a, 1, v1, v2,,,, comment, a, 1, t1,,,,, line,...more >>

sql server 2005 failed to create integrations project
Posted by Bob at 8/20/2007 9:44:22 AM
Hi, When I attempt to create a new Integrations Project I receive words to the effect 'project integration creation failed'. Under Vista, I have un-installed SQL Server 2005 and reapplied SP2 and Vista fix. Same results. Any suggestions? ...more >>

Transform Data Task truncating a digit
Posted by Jason at 8/20/2007 12:00:00 AM
Hi I'm trying to copy a table across from a Sybase ASE server to MSSQL Server. I'm not doing any transformation logic on the data, I just want to copy the table across. The package runs ok, but I found that a particular field is missing a digit when it comes across. The datatype is money...more >>

Learning sql server 2000
Posted by Prem Mehrotra at 8/18/2007 11:26:03 AM
I am an Oracle DBA. I want to learn SQL SERVER 2000 in depth (i.e. become an expert SQL SERVER DBA). Can you point any artciles/books which show mapping of terminologies from Oracle to SQL Server. I know there are some artciles on Microsoft's web site, but looking for other artcles as well. ...more >>

Is it possible in DTS Transformation Data Task
Posted by pursew NO[at]SPAM gmail.com at 8/16/2007 1:31:47 PM
Hi: ...more >>

Is this possible is Transform data task
Posted by pursew NO[at]SPAM gmail.com at 8/16/2007 12:36:31 PM
Hi: I have a task that I need to retrive data from a table in teradata database every month. However, the name of the table change every month depends on the month. For example, in Jul 07, it will be table_200707 and table-2007_08 in Aug 08. ...more >>

SSIS:how to arrange dtsx into different folder & offline setting problem
Posted by YesGoGoGo at 8/16/2007 9:37:10 AM
hi! I have 2 questions about SSIS. 1. In my SSIS project there are many dtsx can I arrange them into different folder? like SSIS_PROJ | ---FolerA---DTSX1, DTSX2,DTSX3 ---FolerB---DTSX4, DTSX5,DTSX6 I've tried to arrange these DTSX but failed. I wonder if there is something like SSRS ...more >>

XML Log (-> file size!)
Posted by Frederik V at 8/16/2007 12:00:00 AM
Hi everyone, I'm asked to continue an existing project in SSIS, which currently uses XML for logging. I noticed that we now have log files up to 200MB in size. Is there a way to limit those log files in size? Please do keep in mind that I'm still learning SSIS, so keep your answer as ...more >>

SQL Server does not exist or access denied
Posted by sharman at 8/15/2007 9:12:07 AM
Hi, I am having a problem with a DTS in which I run SQL statements choosing different connections. I have added a new Production server and I created a new connection for that. Now whenever I try to run the step using the new connection I get this error: [DBNETLIB][ConnectionOpen (Connec...more >>

Clearing Out DTS Package Logs
Posted by JDS at 8/15/2007 8:02:02 AM
I have a sql server sp4 that has about 910 DTS packages with package logging. I'm not certain if all the packages have package logging but many do. The issue we are having is that these logs are beginnning to fill up the msdb database. Is there a way to schedule a package, run a script,or is ...more >>

Flat file text delimiter
Posted by tjfdownsouth at 8/14/2007 8:12:01 PM
I am using SQL2005 management studio to export the data from a table to a flat file. If I include a text delimiter it adds it to every column, i have checked the columns with the edit transforms button and some of them are ints. Is there a setting that I am missing that needs to be enabled s...more >>

Using CASE with IN in WHERE clause
Posted by rahulcheeku NO[at]SPAM gmail.com at 8/14/2007 7:33:52 PM
I want to write the following condition in where clause SELECT * FROM Cust_Data WHERE Cust_ID IN (CASE WHEN Cust_No = 345 THEN 12,23,34 ELSE 56,67 END) but i know syntactically it is in correct. I also tried it this way WHERE Cust_ID IN (CASE WHEN Cust_No = 345 THEN (select ID From Cus...more >>

Can't set SQL 2000 DTS package schedule
Posted by Mike at 8/14/2007 6:18:01 AM
Hi. If I right-click a SQL 2000 dts package and select Schedule, and then specify a schedule of every one (1) hour and click ok, the next time I open the Schedule window that setting is removed. When I reopen the Schedule window the default setting of 'once a day at 12:00AM' is selected. ...more >>

Strange error when Executing an SSIS package from a SQL Job
Posted by Hugh at 8/13/2007 2:26:23 PM
Hi All, I have searched the newsgroup and web for something that would answer this problem but I haven't been able to find anything... I have created an SSIS package using the "Import Data..." wizard to transfer data from one database on the server to another on the same server. I am sa...more >>

How do I import text file from remote location?
Posted by ksbjr NO[at]SPAM yahoo.com at 8/13/2007 12:00:00 AM
DTS makes it simple enough to import a text file from the local PC (e.g., C:\MyFolder\MyData.csv) when running Enterprise Manager, but how, exactly (step-by-step), do I go about getting that same text file from a location other than the local PC using a scheduled DTS package? Here are two scena...more >>

Why save SSIS using integrated security
Posted by JXStern at 8/11/2007 9:55:41 AM
Just looking (for the first time!) at the SSIS docs, they seem to emphasize using integrated security if/when saving package to msdb. Any idea why? http://msdn2.microsoft.com/en-us/library/ms186803.aspx So happens my current shop is not much on integrated security. J. ...more >>

multiple variables
Posted by Jeffrey Hornby at 8/10/2007 11:24:00 AM
I'm having trouble passing package level variables into my script transformation. I'm fine as long as I pass only one variable in but as soon as I list two variables I get the error "The variable cannot be found. This occurs when an attempt is made to retrieve a variable from the Variabl...more >>

SSIS utilitity
Posted by Nash at 8/10/2007 12:00:00 AM
I have SSIS(DTS) using the dataflow OLE db which query the database to extract information for actions done yestarday. In the sql statement i'm using calling the function DATEADD(dd, -1, getdate()) to extract the yestardays information on a date field. This package sends information in excel for...more >>

Calling Stored Procedure in DTS
Posted by TLuebke at 8/8/2007 2:50:02 PM
newbie question: One step of a DTS package calls a stored procedure that does a query that builds a table. (i.e. exec procedure name) next I want to run an update on the table after the stored procedure is finished. Whats best? 1. put the update sql in the same step after the stored procedure...more >>

SSIs Data type
Posted by Gayatri at 8/8/2007 1:06:37 AM
Hi, Can someone please let me know the size of data type - "String" in SSIS package? I tried to search for it but the documentation gives me the details of data types DT_STR/DT_WSTR which are actually not available in SSIS package. Thanks in advance. Gayatri Kulkarni ...more >>

Simultaneous processing in DTS
Posted by Webtechie at 8/7/2007 10:32:02 AM
Hello, I have about 55 clients for which I need to process data. There will be as many as 5 steps to move data from one database to the other, transform the data and then final processing of the data. Question 1: Can I execute multiple SQL Tasks at the same time? I would need to start...more >>

DTS issue on SQL 2k
Posted by clrevill NO[at]SPAM hotmail.com at 8/7/2007 10:23:33 AM
I am getting the following error when I try to run the DTS package that was is to be run as a scheduled job: DTSStep_DTSActiveScriptTask_2 DTSRun OnError: DTSStep_DTSActiveScriptTask_2, Error = -2147220482 (800403FE) Error string: Error Code: 0 Error Source= Microsoft VBScript runtime e...more >>

ssis configuration package
Posted by farshad at 8/7/2007 3:14:22 AM
The idea is to make the connectionstring property of the oledb connection dynamic (Which is in connection manager). Using the wizard, created a package configuration file called Configurations.dtsConfig Opened it in notepad and placed the connectionstring inside <ConfiguredValue></Config...more >>

dynamic connection
Posted by farshad at 8/7/2007 1:38:39 AM
Hi, SSIS packages are now created and tested against dev sql server. Now I would like them all to point to the live sql server. What is the best way to have the connection dynamic? Obviously I prefer not to go through each package and change the connection manager. Thanks...more >>

SSIS pulling data from Excel 2007
Posted by bmwbase-newsgroup NO[at]SPAM yahoo.com at 8/5/2007 10:51:18 PM
is it possible to import data from Excel 2007 (.xlsx files) into SQL Server from SSIS? The Excel Source only gives up Excel 97-2005 (plus the old versions 3/4/5) ...more >>

Real challenge for DTS and Gurus
Posted by klninc at 8/3/2007 2:58:04 PM
MS and DB gurus, I have this scenario. Source of Data: Paradox Data using ODBC / Paradox Drivers I need to send DYNAMICALLY built Queries to Paradox and grab the data. Save the data to the SQL Server table. The dynamic query building will happen in the Web Front end using ASP.net page...more >>

loss of permissions
Posted by bic at 8/2/2007 3:24:03 PM
Hi, How do I prevent permission wiped from my SPs when it comes to restoring dbs? Is there a way to assign permission globally? Thanks. -- bic...more >>

location of DTSX packages, msdb or file system?
Posted by Panos Stavroulis. at 8/2/2007 4:02:03 AM
Hi, does anyone have an opinion as to where packages should be saved? I am using the file system at the moment but I've read that it's more secure and reliable if saved in msdb. I don't have a problem with the file system but we have a problem with Doubletake (software for DR) and I am hopi...more >>


DevelopmentNow Blog