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 2004

Filter by week: 1 2 3 4 5

ActiveX Script Syntax
Posted by martino at 8/31/2004 7:29:08 PM
Hello! I have this ActiveX script, I need to pass these two files names check and if they exist before I move onto a next dts task, but I am having trouble checking both within the Main function, is there a way to pass two file names as parameters to a function and have a the the functio...more >>


Job fails, but can't find what's wrong
Posted by Amy at 8/31/2004 12:17:28 PM
I have a job transforming a foxpro database into a sql server database. When I run it on our production SQL Server, it fails; when we run it on a user's local SQL Server, it runs with no errors. The job FTP's a file, unzips it, then executes a transformation task. We've had problems wit...more >>

DTS and ASP
Posted by GregIpaper at 8/31/2004 8:54:59 AM
I have seen many examples of ASP and DTS package, however once I try it from the web it is crashing , I am trying just a simple package that moves an excel doc to a Sql server table. Works thu enterprise but not thru web. Does Excel need to be installed on Web server, am I missing a ODBC or...more >>

Data Driven Query
Posted by Peter Newman at 8/31/2004 2:23:01 AM
I know i can use a DDQ to Inset and Update records in a table from a text file, but can i do both at the same time. Col 1 = Licence Col 2 = AccountId Col 3 = Company Name How can i Update the Company name if the Licence and AccountId are found and Insert Licence, AccountId and Company ...more >>

Backing up SQL Server problem
Posted by Mark at 8/31/2004 1:32:16 AM
Hi - I am having a problem backing up my database on my host, onto my local instal of SQL Server 2000. I am using Enterprise Manager/DTS: I use "Copy objects and data between SQL Server databases" And on the next page I activate: Create destination objects + all 3 sub options + copy dat...more >>

question -- copy database?
Posted by fred rosenberg at 8/30/2004 9:36:49 PM
hi, first, i apologize if this is not quite the correct newsgroup for this question (feel free to point me to another one.) I notice that databases seem to be stored in: C:\Program Files\Microsoft SQL Server\MSSQL\Data -- in two files, an MDF and an LDF. basic question. can i just copy th...more >>

DTS csv import fails when using double quotes as the Text Qualifier, the last column is a char field and all of the records contain null (empty) value
Posted by dherbstemail-ng NO[at]SPAM yahoo.com at 8/30/2004 5:14:48 PM
I am using DTS to import csv files that I receive from a third party. Each day I receive many file which I import into many different SQL Server tables depending on the name of the file. I am doing this as part of a larger automation process written in C#. Due to the csv file names differing ...more >>

DTS always breaks.
Posted by Jim Moon at 8/30/2004 2:14:38 PM
Why does DTS always break when copying all objects and data from one database to another? It doesn't seem to matter which version of SQL Server, which server, which server OS, which settings, which anything ... Title Bar: "DTS Import/Export Wizard" Message: "Failed to copy objects from ...more >>



Preserving package layout when calling SaveToStorageFile
Posted by Lee Gillie at 8/30/2004 1:34:46 PM
The DTS program manager had this to say about the behavior back in July 2000. http://www.winnetmag.com/SQLServer/Article/ArticleID/8776/8776.html "The Microsoft DTS program manager says pVarPersistStgOfHost is a stream of the layout from Da Vinci (the graphical database viewer you see in A...more >>

Paradox table import in SQL Server 2000
Posted by Mario Cappa at 8/30/2004 10:56:49 AM
I need to import any paradox tables in SQL Server 2000, but i'm having troubles with char conversion: Does anyone have any idea about why all accented chars in source paradox table turn into other chars in the new SQL Table: à in paradox turns into Ó in SQL è " " " " Þ ...more >>

No Logging for DTS Batch
Posted by Ben at 8/30/2004 8:06:11 AM
I have a database with multiple tables. I perform 2 mass imports a day on the tables from a txt file. None of the columns are labeled or are in order so I cannot use any command line utitlies for the import. I have the import working in DTS, but I DO NOT WANT IT TO LOG THE TRANSACTION...more >>

Using DTS to transform a production DB into a sample DB
Posted by jsgough NO[at]SPAM mindspring.com at 8/29/2004 7:25:18 AM
Greetings, I'm trying to determine what the best way to go about the following would be: 1. After making modifications of structure and data to a production database, I want to make a backup of that db and copy it to multiple standalone machines to import for further use as part of a sample...more >>

Continue on row insertion error in DTS?
Posted by William Pierce at 8/28/2004 10:09:25 PM
Here is the situation I have: I am using DTS to convert a table T1 within a SQL database to another table T2 within the same database. I am using SQL Server 2000. Table T2 has a column t2_productid which has been specified as an index so that the values within this column are unique. N...more >>

DTS read-only
Posted by gelangov NO[at]SPAM hotmail.com at 8/28/2004 7:43:43 PM
We create lot of DTS in our server. Is it possible to make the DTS read only? Thanks for any advices...more >>

Split row
Posted by Ron Schmidt at 8/28/2004 4:51:28 PM
I have been searching for a method when using a data driven query that would enable me to insert multiple row from a single input record. Has anyone managed that process? TIA -- Ron ...more >>

Package Task executing a job
Posted by Gurunathan Kandaswamy via AdminLife at 8/28/2004 5:29:36 AM
(Type your message here) I have setup a DTS package that has 2 package tasks setup to run= one after another with the work process setup to do the next= package task only upon completion/success of the first package= task=2E Each package task has a SQL job to be executed that= basically exe...more >>

Different Users running the ame DTS package
Posted by ScanPlus at 8/28/2004 2:13:07 AM
Hi All: I have a DTS package with a global variable. I was wondering what would happen if two different users run (VB.NET) the package at the same time and each sets the value of the Global Variable to a different value. Regards, Saeed ...more >>

DTS Schedule Error
Posted by IT Dep at 8/27/2004 5:15:02 PM
Hi I am having trouble with a DTS package, it runs fine when I execute the package by right clicking on it in the enterprise manager under local packages and select execute. However if I schedule the report it always fails. Or if I run the schedule it also fails. I would have though it wa...more >>

DTS
Posted by Cathy at 8/27/2004 11:00:44 AM
Is it possible to interface DTS processes to pull data out of SQL Server and send it to Active Directory? ...more >>

Changing Child Global Variables Problem
Posted by Luis Simões at 8/27/2004 7:21:05 AM
Hi there, I am currently creating a DTS that will run another dts in a loop. I was surprised by the fact that i cant change the child global variable because it already exists in the child DTS. And thats true... when i created the dts i put a value for default into that global variable becaus...more >>

Custom VB tasks do not work on Windows 2003
Posted by simonlenn NO[at]SPAM yahoo.com at 8/27/2004 12:54:43 AM
Hello All I have built a few custom DTS tasks in VB 6.0 and they all work well on Windows NT/Windows 2000 running SQL 2K. Now I have a SQL 2K system on a Windows 2003 with the .Net Framework. I did a regsvr32 on the same custom tasks and registered them within the register task and I drag and...more >>

Error when invoking DTS package from ASP.net
Posted by William Pierce at 8/26/2004 9:31:50 PM
I have the following setup: a) IIS, Sql Server 2000 all running on my laptop (WinXP). I am running ..net 1.1. b) I have a DTS package. I can execute the DTS package directly from within the Enterprise Manager. It works correctly. c) I have an ASP.net application which attempts to load...more >>

Restore DTS packages
Posted by Eduardo Greco at 8/26/2004 11:57:37 AM
Hi there... I have uninstalled a MSDE version but there were some DTS packages on it. Anyway, the Data folder remains in my computer. Is there anyway to restore these packages in a another server/instance? Which databases are needed to recover them? Thank you very much... Eduardo ...more >>

Forgotten DTS Password
Posted by gsmithnospam NO[at]SPAM cafonline.org at 8/26/2004 11:42:01 AM
I'm sure this can't be that difficult to answer, but how can you open a DTS package when the password has been forgotten. Extensive searccing of the Net has turned up plenty of suggestions, but still no joy. Any ideas, anyone? TIA Glen...more >>

DTS pump governor limits
Posted by sharonlockhart NO[at]SPAM hotmail.com at 8/26/2004 7:31:08 AM
I am extracting from Sybase into a SQLSERVER 2000 table. How do I goverride the sql governor within the pump step. The error I'm getting is Step Error Description:The task reported failure on execution. (Microsoft OLE DB Provider for SQL Server (80004005): The query has been canceled because ...more >>

importing from spreadsheet
Posted by Janice at 8/26/2004 5:33:23 AM
I need to copy the data in two spreadsheets into two tables in "SQL Server 2000". Below are the details: One spreadsheet contains the data that needs to be added to an existing table in SQL server. All field names in the spreadsheet match the DB table column names. Another spreadsheet c...more >>

auto updatable statistics performance impact during loading?
Posted by Jéjé at 8/25/2004 10:02:28 PM
Hi, does the "auto update stats" feature of statistics as an impact of the performance during bulk insert operation? Does it recommended to disable the auto update for the stats, and manually update these stats at the end of the loading process? I'll load 6millions of rows every day : ...more >>

Bulk insert task and partitioned views?
Posted by Jéjé at 8/25/2004 9:04:05 PM
Hi, Does it possible to load data directly into a partitioned view? or I must fill each table behind the partitioned view myself? For the moment I receive the error "partitioned view "myview" is not updatable as the target of a bulk operation" I've searched on google without any clear so...more >>

output
Posted by Ed at 8/25/2004 6:57:06 PM
Hi, I have two questions that I have no idea how it works. 1. I created a stored procedure that returns a value after execution e.g. Create Procedure try @output nvarchar(50) output as .... return how am i able to get the output value from the stored procedure using DTS, I do it in Execute...more >>

Migration for DTS Package and Schedule job
Posted by Kris at 8/25/2004 3:33:05 PM
Hello, I have to migrate database from one server to another, moving database is easy part and all set for that. I have about 40 DTS package running on server and wanted to migrate all DTS to new server .. My problem .. 1 ) Is there any way I can copy all DTS packahe to target server ...more >>

Bulk Insert - How to represent nulls in .txt input file?
Posted by Sean at 8/25/2004 12:12:22 PM
I have a table that I'm loading via .txt file input. One of the columns has a datatype of datetime. It does allow nulls which I've checked by simply adding 1 record via enterprise manager with no value in the field. When I execute the DTS package, I get "conversion error: Conversion inval...more >>

Tricky one. DTS and Strip Tags from csv file
Posted by Joey D at 8/25/2004 11:36:59 AM
At least it is tricky for me. I am using DTS to import a csv file daily into a table. The only problem is that the csv file that is sent contains a bit of HTML at the beginning and end of the file. Example CVS file: Complete!<br><PRE>123, fish, paste 321, krabby, patty 987, conch, shell<PR...more >>

Can't schedule Application using DTS
Posted by Daniel B at 8/25/2004 9:41:07 AM
Hi, I've created a DTS package which opens a connection (Microsoft OLE DB Provider) and save a .txt log file (Text File(Destination)) using the Transform Data Task. On success it supposed to execute a VB.NET application (Execute Process Task) which is in the C:\ directory. So with in...more >>

DTS from linked servers
Posted by Joe at 8/25/2004 8:49:10 AM
Hey guys, I've got a table I want to import from a linked server along with all the data any idea how to do this. Also, is there a way to commit the transaction every 100,000 records during the dts process? Any help is appreciated....more >>

Current System as Global Variable
Posted by Akber at 8/25/2004 3:35:01 AM
I want to set the current system date in a global variable and then user that variable in diiferent SQL Execute tasks. How can I do this ? My Database is basically the Oracle 9i and I am using DTS Packages for ETL. I am using Microsoft OLE DB provider for Oracle. How can I set the current sys...more >>

DTSLookup - Not able create functions
Posted by Satya at 8/24/2004 10:41:47 PM
I am not able to create DTSLookup function. It gives me error as given below. -------------------- An unexpected error occurred. [MS Design Tools] - Unspecified error ---------------------- -- Regards, Satya spvedula@softhome.net ...more >>

Deleting SQL login that owns DTS packages
Posted by Jim Trowbridge at 8/24/2004 8:01:25 PM
Has anyone tried deleting an SQL Login that is the owner of one or more DTS packages ? Does this have any effect on those packages ? Like deleting them for example ? I want to do a cleanup of some unused SQL logins, but I really don't want to lose a bunch of packages especially on my pro...more >>

Distince Count Problem
Posted by Wikus Schalkwyk at 8/24/2004 12:56:44 PM
Hi, I'm trying to solve the distinct count problem, but don't know hoe to apply it to my cube. Basicly - [Fact Table] linked to a [link table] thats linked to a [Dimension] table like [Purchase] ------ [Purchase to Product link] ------- [Product] Is this way ok, or is there a be...more >>

DTS Package run from Access on a different server: Error -2147467259; access denied
Posted by chrissmith_76 NO[at]SPAM yahoo.co.uk at 8/24/2004 8:10:14 AM
All, Background: I have an MS Access 2000 DB that launches a DTS package in SQL Server via VBA code. (N.B. The SQL Server is the back end for the Access DB.) The two applications both sit on the same server and when the Access db code is run directly from the server the DTS will run fin...more >>

Lookup against 2 columns
Posted by jyork at 8/24/2004 6:38:07 AM
Good morning- I am trying to accomplish the following. In my lookup, I need to find a value in a column(Store) when either the Store_Code or Store_Code_Orig column value match the variable passed through the lookup. I have this and it works for one: SELECT STORE FROM K_Co...more >>

DTS and the Internet
Posted by dan at 8/23/2004 6:41:05 PM
I am using SQL Server 2000. The local computer is XP the remote one is W2003. I am the admin of both machines. I want to move data from the local server to the remote server over the internet, using DTS. Where and in what format should I declare to DTS the remote server. Thanks, Dan ...more >>

Custom Task registration issue
Posted by Alexander Sinitsin at 8/23/2004 5:29:46 PM
Hello, All! I'm implement custom task on VB6. This task work well. But different users on the same server report errors concerned with this custom task. If user A register task, it can use it without problem. But user B on the same machine can see this task in package, but task raise e...more >>

Importing views from Oracle
Posted by Scott at 8/23/2004 1:49:48 PM
I've been able to import tables successfully from Oracle to a SQL Server database. However, when I try to import views from Oracle it wants to import them as tables in SQL Server. Any ideas how I can import views as views from Oracle to SQL Server?...more >>

ftp task
Posted by dthaler NO[at]SPAM lccc.edu at 8/23/2004 10:49:11 AM
can i setup an ftp task to send data to an internet site? when i invoke the ftp task the only option for the 'to destination' is a directory?...more >>

Data checking problem...
Posted by John at 8/23/2004 8:56:19 AM
A relative dts/sql newbie and just seeing if anyone has any ideas... Basically I need a task in my DTS package to check if there are any non-alphabetic (anything that's not a-z) characters in the first name and last name fields of a table, then bust off an email if there is. I'm not too ke...more >>

Can you copy tables in DTS without having to drop the destination table?
Posted by ttgolfer NO[at]SPAM gmail.com at 8/23/2004 8:26:44 AM
I wanted to know if there is a option in DTS where I can copy new data in a table from the source DB to the destination DB without haveing to set the "DropDestinationObjectsFirst = True"? What I want ideally to happen is for DTS to find the changes between the two tables and copy up only the ne...more >>

use DTS transfer to another live sql server
Posted by DTS at 8/23/2004 6:56:50 AM
Can I use DTS to transfer data to another sql server 2k? During DTS transfer, can sql server allow user to insert data? If so, would the databased be crashed by DTS ?...more >>

Date Conversion Problem
Posted by m.ahrens at 8/23/2004 3:03:02 AM
Hi all I'm trying to get 3 single integer values into a datetime field on my sql server. I'm using DTS ActivX Script Transformation and Visual Basic. When I test the Script i get the correct datetime format. But when i then go to the table on the sql server my date is sometimes in the wro...more >>

How to send outlook appointment request / "mail" from SQL server ?
Posted by M. Gabriel at 8/23/2004 12:29:50 AM
Hello dts-world, i am using sql server 2000 and would like to send an=20 outlook appointment / outlook meeting request to a exchange server 5.5 mailling list (?distribution list).=20 Since I already have a DTS-Package which is able to send e-mail, i hope that sending an appointment request ...more >>

dts and data warehouse
Posted by supernova at 8/22/2004 10:06:15 PM
How do you implement data warehouse using DTS in SQL 2000 server? ...more >>


DevelopmentNow Blog