Re: Simple questions

From: Allan Mitchell (allan_at_no-spam.sqldts.com)
Date: 03/22/04


Date: Mon, 22 Mar 2004 15:34:55 -0000


#1 = yep
#2 = Have a look at

Problems With IDENTITY() and the DataPump task.
(http://www.sqldts.com/default.aspx?293)

#3 = I see now you are using the copy object task. personally I do not like
this task much and try to avoid it. I script out my procs and apply them
manually or through SQLDMO.

-- 
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"mklapp" <mklapp@zippy.com> wrote in message
news:5374D9E5-C9D0-4936-A94D-EB640E7F6E79@microsoft.com...
> Hello,
>
>    In setting up a DTS package in DTS Designer, I notice we have the
option to create the destination table.
>
>    1. If I already have a table setup (with indices, identity and
timestamp columns), can I use the DTS Designer package to preserve the
destination table and just fill it?
>
>    2. I have a field in some of the destination tables, which is an
autonumber in Access and, going forward, will be an identity column in SQL
Server.  Because the identity value is tied to another table, I want to
preserve the ones that come over, but want new rows inserted by the new
application to express the Identity column functionality.  My first impulse
is to turn off the Identity attribute, import the data, then turn the
attribute back on.  Will that work?
>
>    3. Should stored procedures be copied only after the tables have been
copied?


Relevant Pages

  • RE: DTS Designer problems after upgrade to SQL Server 2008
    ... SQL Server 2000 DTS Designer components are required to edit DTS packages. ... "SQL Server 2000 DTS Designer Components" ... No resolution was achieved. ...
    (microsoft.public.sqlserver.dts)
  • Re: SQL Server 2000 DTS Designer Components
    ... I actually have not installed the DTS Designer on the servers directly, but install it on client machines of programmers and administrators who manage the DTS packages. ... Having said that, I see that on my 64-bit server installation, the SQL Server Management Studio 2005, etc. are all x86 programs so the DTS Designer should work even there. ...
    (microsoft.public.sqlserver.clients)
  • Re: Show only permitted database
    ... > DTS designer in EM is client side. ... > Jasper Smith (SQL Server MVP) ... >> Dennis. ...
    (microsoft.public.sqlserver.security)
  • Re: Extract data from MS SQL Server 6.5 database to ascii file
    ... > I am trying to extract the data from our MS SQL Server 6.5 ... > database to an ascii file. ... then tweak it in the DTS Designer ...
    (microsoft.public.sqlserver.server)
  • Simple questions
    ... In setting up a DTS package in DTS Designer, I notice we have the option to create the destination table. ... Should stored procedures be copied only after the tables have been copied? ...
    (microsoft.public.sqlserver.dts)