dbTalk Databases Forums  

Alter Column Help

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


Discuss Alter Column Help in the microsoft.public.sqlserver.dts forum.



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

Default Alter Column Help - 04-02-2004 , 01:59 PM






Any help is appreciated here. My alter column code fails
below. I don`t know what I am missing here. The column is
a primary key and all I want to do is make it an identity
column. Thanks for any idea.

Phlip
-----------------------------------------------------------
ALTER TABLE dbo.HISTORY
ALTER COLUMN History_ID integer IDENTITY(1,1) NOT NULL
-----------------------------------------------------------


Reply With Quote
  #2  
Old   
PhilipL
 
Posts: n/a

Default Alter Column Help - 04-02-2004 , 09:59 PM







Quote:
-----Original Message-----
Any help is appreciated here. My alter column code fails
below. I don`t know what I am missing here. The column
is
a primary key and all I want to do is make it an
identity
column. Thanks for any idea.

Phlip
---------------------------------------------------------
--
ALTER TABLE dbo.HISTORY
ALTER COLUMN History_ID integer IDENTITY(1,1) NOT NULL
---------------------------------------------------------
--

.

Sorry, wrong newsgroup.


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.