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 > july 2003 > threads for july 22 - 28, 2003

Filter by week: 1 2 3 4 5

SQL Personal Edition
Posted by Mario Crespi at 7/28/2003 7:43:11 PM
Hello. I need a way for a portable computer to access an sql database while not connected to the network. Could SQL Personal Edition be the solution? How can I get it? Thanks....more >>

Import a file from a network machine
Posted by Jennifer Smith at 7/28/2003 4:07:18 PM
I created a DTS package which imports a csv file. The file will reside on another machine in our network. I have changed my active script page to look for the file using the UNC path name: \\server_name\share_name\file_name How do I ensure the shared directory allows the proper permissi...more >>

Bulk Insert
Posted by * at 7/28/2003 2:00:54 PM
I am importing a vertical bar delimited file and it seems to go so much slower then if I used a fixed field file. Is that normal or is there something I am doing wrong. (Ex. importing the same file in both bar delimited and Fixed length. Fixed length takes about 1 minute and bar delimited file t...more >>

import an .mdf file into an existing database
Posted by dwight paul at 7/28/2003 1:50:01 PM
I need a step by step on how to take a .mdf file and import it into an existing SQL database. Any pointers would be greatly appreciated. Sincerely, Dwight...more >>

access 2k -> sql server 7: sort order on import?
Posted by sasha NO[at]SPAM mathforum.com at 7/28/2003 11:40:16 AM
i inherited a pretty horrible access db that i am trying to move to sql server. the import fails on two tables with a nondescript error: Invalid character error for cast specification. i removed the row in question, as well as rows before and after it. i still get the same error for the same...more >>

DTSBulkInsertTask Errors... (VB)
Posted by Fred Block at 7/28/2003 11:17:03 AM
Hi All, Using: DTSBulkInsertTask with VB6 This seems to be the right place to ask... I have two different ASCII flat files I need to import into an MSSQL table (actually the same table) via a VB application. I've been attempting to run a sample provided with MSSQL (C:\Program Files\Micro...more >>

DTS execute question
Posted by Jennifer Smith at 7/28/2003 10:33:35 AM
I am using SQL 7 I created a DTS package, and when I execute it through enterprise manager it runs with no errors. But when I try to run it through query analyzer using a stored procedure it does not work. Any clue where I can start to debug this issue? Thanks....more >>

DTS Designer
Posted by Chris Combs at 7/28/2003 8:47:55 AM
In DTS designer, I get an abend when trying to define the destination fuile format for an export file in cvs format. The column list appears empty after defining the query. When I click on the Define columns Button, I get a mmc.exe application error. The message is {"The instructio...more >>



Scheduled DTS failure
Posted by Michael Kane at 7/28/2003 8:45:18 AM
I am having trouble with a scheduled job. The job is a two step job. Step 1 does a T-SQL statement to check a log table for a value, and if it is 1, execute a meaningless statement guaranteed to succeed that simply allows the job to go to the next step. If the value is 0, it executes a mea...more >>

error -2147467259 (80004005) when schedule a DTS
Posted by masfer at 7/28/2003 8:25:41 AM
I get this error when i try to schedule a DTS with a proxi account that is member of the local "power users" group: ---------------------------------------------------------- DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSCreateProcessTask_1 DTSRun OnFinish: DTS...more >>

DTS and Polling
Posted by patrick1977 NO[at]SPAM btinternet.com at 7/28/2003 1:22:54 AM
Hi, I am looking for some help with putting a solution together that will poll for a file say between 7am and 9 am once the file is available it will trigger a DTS job. I am unsure as to how I should go about this, Any help would be much appreciated. Thanks Patrick...more >>

Lost in DTS Permissions Hell, trying to copy to a mapped drive...
Posted by JDP NO[at]SPAM Work at 7/26/2003 12:32:40 PM
As the title says, I've been wandering in the land of Why Not. I can dos copy, move etc.. but cannot get the same results in DTS. So, let's not fix what I have tried. I'd like to find the basic steps to do a test copy from my laptop to my desktop over the lan. If that is successful, I'd...more >>

BUG REPORT: how to submit?
Posted by Bug Dude at 7/26/2003 11:04:00 AM
How do I properly report a bug in SQL Server 2000 software? The issues (which I have concluded are actual bugs) both occur in the DTS wizard, rather than the database engine itself. I have searched the Microsoft web site for a bug- reporting form, but have not found anything yet. T...more >>

DTS from Oracle8i to SQL2k Long Text
Posted by ED at 7/25/2003 2:27:18 PM
Hi, I'm updating tables in SQL2k using DTS. One of the fields i'm pulling from Oracle [via 9i OLEDB provider, LOBs enabled, Forced Longs] is a CLOB. It needs to fill a Text field but fails around 1024 characters and gives me <Long Text> instead. How do I get my SQL table to give me al...more >>

Enumerate Available Connections in Custom Task
Posted by Frank Matthiesen at 7/25/2003 2:15:00 PM
Hi NG, i got problems to enumerate the available connections from the whole DTSpackage inside a custom task . I can't get the reference of the package into the UI of my custom task. Any code snippets available? Kind regards Frank ...more >>

Import memo from Access ??
Posted by ginola NO[at]SPAM mailcity.om at 7/25/2003 9:53:53 AM
Hi, I just wonder what data Type should I use if I assign a memo field data from MS-Access ?? thanks ---------------------------- Ginola...more >>

DTS execution from client machine fails connecting to Oracle
Posted by holysmokes99 NO[at]SPAM hotmail.com at 7/25/2003 9:38:15 AM
I have created a DTS package that pulls data in from Oracle into SQL Server. When I run it directly on the server (from Enterprise Manager), it works fine. When I run it from Enterprise Manager on a client machine that does not have the Oracle client software, it does not run, giving me the erro...more >>

Commits in DTS
Posted by eric at 7/25/2003 6:59:30 AM
I have a DTS package that selects from Oracle and inserts over a million records into SQL Server. Is there a way using DTS to commit after every 10,000 records or so? thanks in advance...more >>

How to install DTS without Enterprise Manager
Posted by Andrés_Rey at 7/25/2003 5:57:52 AM
Hi, Does anyone know how to install the DTS utility with installing Enterprise Manager. Thank you...more >>

DTS:- Create a Text file in RunTime
Posted by Ravi at 7/24/2003 10:37:19 PM
Hi I want to create a Text file in runtime , load data from excel sheet into this file and then pick up data from it and load data into a Table? Thanks in Advance Cheers Ravi ...more >>

ftp
Posted by TARA at 7/24/2003 1:34:32 PM
I am trying to connect to an FTP site. I can establish the connection but the file host type is incorrect so the data is unusable. Any ideas?...more >>

RE:Accounts to run DTS Packages
Posted by san at 7/24/2003 12:47:22 PM
Problem: Users are not able to see the DTS packages until they are present as users in MSDB database. Question: a) Is it necessary for users to be present in MSDB database to be able to see all packages. All users are non sysadmin users on SQL 2000. b) Is there a workaround to remove ...more >>

workflow question
Posted by peja at 7/24/2003 12:31:08 PM
Hi, I have already posted this question, but maybe I was not clear enough. I have the following dts package: succ succ StepA(ActiveX)----->StepB(Data transf)----->StepC(ExecSQl) StepD(ExecuteSQl) StepD should be executed ONLY if any one of other jobs fa...more >>

Scheduled Backup Job fails intermittently
Posted by Sue at 7/24/2003 11:07:12 AM
I am running on Windows 2000 server. I have a backup maintenance plan scheduled to run periodically during the day. Intermittently, the jobs fail with the following: The job failed. The Job was invoked by Schedule 16 (Schedule 1). The last step to run was step 1 (Step 1). The job sch...more >>

Access tio SQL Server error
Posted by mark story at 7/24/2003 10:58:38 AM
We have a column in a Access table defined as datetime, but it only holds the time value. When we try and uplodad the table to SQL Server via DTS, we error: Conversion invalid for datatypes on column pair 4 (source column 'ReportTime'(DBTYPE_DATE), destination column 'ReportTime' (DBTYPE_...more >>

Errorhandling
Posted by Pierre Ingmansson at 7/24/2003 9:14:56 AM
Hello! I am using a DTS-packet to read several tab-notated files into MSSQL. These files lay in a folder, say "C:\DTSSource". When my package is run, it goes through all the files in this directory and loads them into SQL. All this is done very similar to the example I found on SQLDTS.com. Lin...more >>

DTS Package Issue
Posted by PR at 7/24/2003 8:26:18 AM
Hi All, I have an issue with sql 2k on win 2k Server platform. when I run a simple DTS Package for copying some(not all) tables from one sql server to another, the wrong tables get copied. The first time this happened, i thought maybe i was careless in selecting the tables. but this ha...more >>

DTS Designer Error
Posted by Ian Kerwin at 7/24/2003 8:00:18 AM
When opening up the ActiveX Script editor in a transformation task I get a msgbox exclaming DTS Designer Error and the message is made up of 10 box shapes. I can still get into the editor, but there are no script languages or functions. I am on SQL2000 SP2. Any help appreciated. Ia...more >>

Request for sample test on Implementing Database Design using Sql 7.0
Posted by MacLawrence Hayes at 7/24/2003 5:02:57 AM
Dear Freind(s) I searching for any individual or institution who can furnish me with sample test on Database Design using Sql 7.0. ...more >>

Copy tables without using checkbox......how??
Posted by Joe M at 7/23/2003 3:03:23 PM
How do I created a DTS or TSQL package that automatically copy tables starting with [DG*], there will be 100 tables starting with DG. I don't want to manually select the tables with their checkboxes. What I want is a script that will copy the tables based on the first 2letters of their name (D...more >>

DTS Runs on Client or Server ???
Posted by Robert's Hotmail at 7/23/2003 12:43:00 PM
I have a DTS package that opens an Excel File (Local to Server) and Runs a macro. This DTS package runs fine on the server. However when I installed it on the Client it needed Excel installed. To execute the package I use the DTSRun Util. How can I make this Package run on the Server but trigge...more >>

DTS attempts to create non-existant objects
Posted by Darryl Friesen at 7/23/2003 12:04:31 PM
I'm trying to migrate/copy a database from our 7.0 server to our new SQL Server 2000 box using a DTS package I created (using the export wizard thing). When I execute the package, it gets to a certain point then fails with the message "there is already an object named 'Test' in the database". ...more >>

Error when running a DTS package: is it a DTS bug ?
Posted by DB at 7/23/2003 10:48:26 AM
I have a DTS package and sometimes a certain step (Execute SQL Task) which executes a store proc is returning an error (in this case an insert into a table fails because of a null value for a not null attribute). When I execute the same procedure manually (in Query Analyzer) it is OK, no e...more >>

execute step if anyone of other steps fails
Posted by Peja at 7/23/2003 8:36:22 AM
I have a package that has 4 steps: a,b,c, and d. Step d should be executed only if any of other steps (a,b, or c) fails. I cannot use clasic workflow (On Success, On Failure) constraints, so I have to use ActiveX workflow defined on Step D (At least I think so)... I developed following Ac...more >>

Skipping steps
Posted by jjone99 NO[at]SPAM hotmail.com at 7/23/2003 7:01:58 AM
Hi experts, I have a DTS that has about 6 steps in its execution... lets say: Step A -> Step B -> Step C -> Step D -> Step E -> Step F Step A checks for a file, if the file doesn't exist then I want to skip, Steps B and C, and execute Steps D, E and F. How to do this? Tnk in advance...more >>

How long for a DTS ?
Posted by alan.trancart NO[at]SPAM assurland.com at 7/23/2003 12:42:48 AM
Hi folks, I am new to this news group so sorry if that kind of question has already been asked. I would like to have an idea of the time it would take to transfer a database of about 15 gigas between two sqlserver 2000 using DTS without data transformation or any kind of filtering, knowing ...more >>

Transform data task
Posted by Dolores Young at 7/22/2003 6:28:48 PM
Is it possible to insert multiple rows in the destination table based on one row in the source? My destination table is keyed on an eight character code. The source file has a seven character code in one field and a string of modifiers for that code in another field. For example, the sou...more >>

"Silent" mode for dtsrun ?
Posted by Bob Martin at 7/22/2003 3:52:48 PM
Is there anyway to run dtsrun without getting any output? Many thanks in advance! Bob Martin ...more >>

DTS variable output name
Posted by Edna Conley at 7/22/2003 3:22:01 PM
I created a DTS package that extracts data from a SQL table to an output text file. I need to define a variable output file name. For example AUDITLOG_yyyymmdd where yyyymmdd is the run date. The DTS package is schedule to run quarterly. How do I do this in DTS. I searched the k...more >>

Best way to duplicate sql servers
Posted by Jon Glazer at 7/22/2003 2:33:25 PM
I have 2 SQL servers: SQL1=prod box SQL2=backup/recovery box The idea is that I would like to use SQL2 to backup SQL1 daily. Now I've run the import routine and created a DTS package that seems to do the trick and I have added a daily job to run it. No problem. The issue I have is that s...more >>

How to find DTSSource("col001") existence
Posted by rajesh at 7/22/2003 12:40:11 PM
In DTS data transformation task 1.input file -- text file with varaible number of column 2.and data has to be copied to a single database table As one user 'allan' in this group suggested I have used multiple execution path as solution. I am ending up with too many execution path here. is...more >>

Constraints preventing DTS package
Posted by Aboki at 7/22/2003 8:36:13 AM
Whenever I try to use DTS to refresh a test database from a production database I get an error meesage during object copying that says that object could not be copied because there is a foreign key constraints and the DTS package will fail. Any help on how to turnoff the contraints at on...more >>

Scheduling a DTS Package
Posted by jjone99 NO[at]SPAM hotmail.com at 7/22/2003 7:46:04 AM
Hi experts, Im getting a permission error when I schedule my DTS Package. Basically I need to use a text file which sits in a different server. Can someone help me understand what user login does the SQL Agent run under, and is there a way to change it? This is the error message the JOB giv...more >>

Excel export and customizing the sheets
Posted by John Rajendran at 7/22/2003 4:37:28 AM
Hi there, I have created a DTS package with SQL Server as the source and Excel as the destination. I have obtained the Data from SQL Server in a clumsy fashion (I mean I would like to format this data in a nicer way). Is there anyway of implementing the ActiveX script to get a good looking ...more >>

Running distributed transaction on SQL server 200 on windows 2003 box
Posted by DoctorSQL at 7/22/2003 3:02:32 AM
we had 2 fresh windows 2003 boxes. On both boxes we intalled sql 2000 and sp3 for the sql 2000. After that i configured linked servers in both SQL servers, 1. with server type as "SQL" , 2. Security as "Be made using this security context" and i used "sa" user of the remote servers. ...more >>


DevelopmentNow Blog