| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | I've set up a bunch of DTS packages to import from delimited text file
where the first row has column names that match exactly the field
names in an...
mirsk
|
07-03-2003 09:32 PM
Jono Indrawijaya | 1 | 89 |
|  | I had this same issue, and what fixed it for me was removing the "USE
<database_name>" clause at the top of the query.
I.E., my query looked like...
Spencer Maiers
|
07-03-2003 06:00 PM
Spencer Maiers | 0 | 123 |
|  | I am attempting to export various tables to Excel 2000 -
however am finding that some of the table records are
losing their key field data - and are...
Phillip Barwell
|
07-03-2003 04:29 PM
El No | 1 | 106 |
|  | I doubt you will find a way to do it.
DTS must take every row you give it and issue an UPDATE Statement against
it. This can only be achieved in a...
Allan Mitchell
|
07-03-2003 03:33 PM
Allan Mitchell | 0 | 390 |
|  | What you could do is clean the files so
1. Strip out the data to a seperate file
2. Place data file in a directory
You now have two files for...
Allan Mitchell
|
07-03-2003 03:30 PM
Allan Mitchell | 0 | 71 |
|  | Hi All,
We need to execute a task 2 times before we proceed with
the next task.
Say for example A - B - C - D are tasks in sequence. We
need to...
Sumathi
|
07-03-2003 01:55 PM
Sumathi | 0 | 101 |
|  | Hi,
I am having problem creating a connection to Oracle database using DTS
designer.
We have Oracle 9i on a Linus box. I installed oracle 8i client...
Egbon
|
07-03-2003 11:32 AM
Egbon | 0 | 105 |
|  | Hello, Salim!
Quite Simply ....Yes
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global...
Allan Mitchell
|
07-03-2003 11:03 AM
Allan Mitchell | 0 | 98 |
|  | I am trying to bulk insert a fixed-length file. I have
columns that have no data in them. The data is being
imported into SQL Server as spaces...
Brendan Lane
|
07-03-2003 09:33 AM
Brendan Lane | 0 | 124 |
|  | Hello, Salim!
If some tables have not got a PK then how do you hope to identify a record ?
If you cannot identify a record then you can't compare...
Allan Mitchell
|
07-03-2003 08:25 AM
Allan Mitchell | 1 | 104 |
|  | Hello, Sai!
I have a package at home that does this with a simple select statement so
mail me provately to remind me and I shall send it...
gsv
|
07-03-2003 07:19 AM
Sai | 3 | 170 |
|  | Thanks for the info.
I have done all the dll's and files on the IIS box w/out the sql server, but
it still fails.
The sql server has IIS turned off...
wahoo
|
07-03-2003 02:23 AM
Allan Mitchell | 4 | 148 |
|  | SQL gurus, please help...
I am trying to import a .csv which has date and time in a
column in the format "01Jan00:00:01".
When I specify the field...
rk
|
07-03-2003 01:03 AM
Allan Mitchell | 2 | 119 |
|  | I am migrating data from mainframe to SQL Server 2000.
The mainframe has a utility that dumps all the datatables
in the mainframe database as .csv...
Rajesh Krishna
|
07-02-2003 06:44 PM
Ray Higdon | 1 | 118 |
|  | Is it possible to have a lookup with multiple parameters?
If so, how do you pass them via an ActiveX script?
Example: Select * from employee where...
ScubaFrog
|
07-02-2003 06:02 PM
ScubaFrog | 4 | 134 |
|  | I am getting an error while executing a Job ..Has anyone
got an idea about the same..The error goes like this...
Executed as user:...
Harcharan Jassal
|
07-02-2003 04:04 PM
ionel | 1 | 119 |
|  | Hello,
I have DTS packages being run within a VB client through
the DTS object library, and would like to run the
packages in an asynch fashion if...
Greg Hayes
|
07-02-2003 03:42 PM
Darren Green | 1 | 133 |
|  | Ok, I posted a follow up that I got this working. And now I can
dynamically change the file name. Very fun.
Now the icing on the cake would...
Neal Myerson
|
07-02-2003 03:35 PM
Darren Green | 5 | 134 |
|  | DOH!! Figured it out. Hmmm... how about Save As...
There are somethings that really leave one feeling stupid.
-Joseph
Joseph
|
07-02-2003 01:35 PM
Allan Mitchell | 2 | 110 |
|  | I'm trying to copy the data from 1 file to another file.
When I create the task transform copy and specify the text
file name in the source tab and...
please help
|
07-02-2003 12:40 PM
Darren Green | 1 | 134 |
|  | Hello,
I try to send data from sqlserver 2000 to a remote DB2 as400. The AS400 is
connected with a dedicated line. Now, if i run the DTS package...
Marco
|
07-02-2003 11:39 AM
Steve H | 1 | 126 |
|  | Hi Folks :
I have an excute SQL Task in DTS Package. I am excuting a
sproc which has three output parameters . I would like to
assign the values to...
Dhanraj Mahendra
|
07-02-2003 11:29 AM
Darren Green | 3 | 174 |
|  | thanks allan. i am not using visual basic. we have enough problems using dts
from within the designer. anyhoots, dts dies a stray dog's death in...
Karthik Nagaraj
|
07-02-2003 09:03 AM
Karthik Nagaraj | 2 | 168 |
|  | Hi all,
I have a file that looks like:
123456.pms03071
The first part, 123456, is unpredictable.
The second part is pmsYYMMDD.
What I want to do is...
Kent Johnson
|
07-02-2003 04:21 AM
Darren Green | 1 | 128 |
|  | I have an xls file that I want to import into a table within sql2000. I have built a DTS that does a simple column copy with a lookup to import the...
John Pether (john@
|
07-02-2003 04:21 AM
John Pether (john@ | 3 | 141 |
|  | I have an annoying issue with a dBase 5 import. The data
is transformed in a standard manner -
DTSDestination('x')=DTSSource('x')
However, null...
liferily
|
07-02-2003 03:48 AM
liferily | 0 | 148 |
|  | Hi ...
I got a job using Web Publishing to generate report based on the data
returned from store procedure. Lately, I got some funny problem...
Panther
|
07-01-2003 11:39 PM
Panther | 0 | 155 |
|  | What does the following error mean:
Server: Msg 1032, Level 15, State 1,
Cannot use the column prefix 'a'. This must match the
object in the UPDATE...
Mel
|
07-01-2003 05:11 PM
Mel | 0 | 117 |
|  | I need to copy a rather complex DTS package from a Dev
server to the production server. The package was saved in
SQL Server. Is there a way to do...
Joseph
|
07-01-2003 04:51 PM
Edgardo Valdez | 3 | 146 |
|  | Hello,
I would like to allow the package designer to select a configured
connection in my CustomTaskUI property page. However, I have been
unable...
Ryan Hoegg
|
07-01-2003 04:25 PM
Ryan Hoegg | 4 | 209 |
|  | I don't know what planet people come from when they say this stuff is easy.
Of course calling DTS from a stored procedure may be easy relative to...
Jeff
|
07-01-2003 03:05 PM
Jeff | 0 | 206 |
|  | I am trying to import FoxPro tables from a NT4 server.
The DTS package fails during it's scheduled operation. It says it can't
find the FoxPro...
Ron Huffman
|
07-01-2003 02:50 PM
Andrew J. Kelly | 1 | 128 |
|  | I am running some DTS tasks against an Oracle database
and have some questions. I can establish my connection
alight via OLE DB. When I query the...
Andy
|
07-01-2003 01:43 PM
Edgardo Valdez | 1 | 176 |
|  | I use login authentication for all my DTS and job. But
recently my jobs have failed because the domain that
authenticates these logins are having...
Helena Silva
|
07-01-2003 01:25 PM
Darren Green | 1 | 143 |
|  | In article <#sL6mKxPDHA.1624 (AT) tk2msftngp13 (DOT) phx.gbl>, David Oxe
<david (AT) oxe (DOT) se> writes
David,
Why does you "create table" step...
David Oxe
|
07-01-2003 01:10 PM
Darren Green | 2 | 160 |
|  | Hello, our server crashed, we move to another server with
the database.... how do I recreate the DTS Packages and
Jobs. Where is the information...
Jason
|
07-01-2003 12:11 PM
Andrew J. Kelly | 1 | 154 |
|  | Transforming text from Excel to SQL database.
jim
|
07-01-2003 08:38 AM
jim | 1 | 186 |
|  | Allan, the encrypt step is done from SQL?. If it is the case how do you do
it?. I haven't found anything in SQl's documentation.
Thanks,...
Juan
|
07-01-2003 07:58 AM
Juan | 0 | 165 |
|  | Is there a limit to the number of characters that can be passed to the
"Parameters" line or "Win32 process" line of an Execute Process Task?
I am...
Robert R
|
07-01-2003 03:59 AM
Krisztian Pinter | 2 | 203 |
|  | Hi,
I want to know if it is possible to get DTS to do updates if an insert
fails. I am using a Transform Data task. (SQL2000)
I am importing sales...
Yossi
|
07-01-2003 02:54 AM
Yossi | 0 | 171 |
|  | My error in schedule DTS is:
DTSRun: Loading...
DTSRun: Executing... D
TSRun OnStart: Transfer SQL Server Objects
DTSRun OnError: Transfer SQL...
Livio
|
07-01-2003 01:34 AM
Allan Mitchell | 1 | 189 |
|  | Use the ExecuteProcess task and FTP
The SQL Server 2000 FTP task is down only
--
Allan Mitchell (Microsoft SQL Server...
Allan Mitchell
|
07-01-2003 01:29 AM
Allan Mitchell | 0 | 191 |
|  | DTS Packages are stored (In the main) in MSDB.
Guest is (In the main) a user in MSDB and therefore is a member of Public
Public has execute...
Allan Mitchell
|
07-01-2003 01:28 AM
Allan Mitchell | 0 | 162 |
|  | Originally posted by Don
A solution I can recommend is to put the delimiters yourself, by looking
at the data layout of the text file. The way to do...
Ricky_Singh
|
06-30-2003 08:01 PM
Ricky_Singh | 0 | 109 |
|  | Hi,
I'm trying to dynamically import data into MS SQL Server 2000 from a
text file using a DTS Script written in VB. The first row of the text
file...
Anthony
|
06-30-2003 06:28 PM
Edgardo Valdez | 1 | 157 |
|  | Hi I have been given 400 files to import into sql server
2000 they are all the same layout I have imported one
using DTS GUI no problem how can I...
shau
|
06-30-2003 05:46 PM
Ryan Hoegg | 2 | 239 |
|  | In double blind placebo controlled studies, 4 out of every
5 DBA's preferred DTS over Dolby. I think that 5th one
also liked MySQL.
Ray Higdon MCSE,...
brad
|
06-30-2003 05:32 PM
Ray Higdon | 1 | 194 |
|  | Can I programatically retrieve the path of the exception
file used during execution of a DTS package?
Matt Crego
|
06-30-2003 04:28 PM
Matt Crego | 2 | 231 |
|  | Hi,
I tryed to run DTS with Report Preparation Task. And it
stucked with running Report Preparation Task for more than
an hour, so i had to cancel...
Svetlana
|
06-30-2003 02:56 PM
Narayana Vyas Kondreddi | 1 | 203 |
|  | Go to SQLDTS.com and search for the word "Loop" to find some examples.
--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
What hardware is...
Narayana Vyas Kondreddi
|
06-30-2003 02:53 PM
Narayana Vyas Kondreddi | 0 | 172 |