dbTalk Databases Forums  

DTS Identity

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS Identity in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Margarita
 
Posts: n/a

Default DTS Identity - 11-16-2003 , 08:35 AM






How can I copy IDENTITY property of source
column to destination column in DTS?
"ENable identity insert" property does not affect
the transfer

TIA, Sandra

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS Identity - 11-16-2003 , 09:02 AM






Have a look at this article

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

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Margarita" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
How can I copy IDENTITY property of source
column to destination column in DTS?
"ENable identity insert" property does not affect
the transfer

TIA, Sandra



Reply With Quote
  #3  
Old   
Ray Higdon
 
Posts: n/a

Default Re: DTS Identity - 11-16-2003 , 09:04 AM



You have to define this in your create table statement, or you can alter the
table outside of DTS in EM, then you can use the enable ident insert.

HTH

--
Ray Higdon MCSE, MCDBA, CCNA
---
"Margarita" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
How can I copy IDENTITY property of source
column to destination column in DTS?
"ENable identity insert" property does not affect
the transfer

TIA, Sandra



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.