Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Identity Column

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-11-29 : 05:09:21
writes "How I can Set Identity Property, True in a table,with out using Enterprise Manager?I want Query for that."

harshal_in
Aged Yak Warrior

633 Posts

Posted - 2004-11-29 : 05:50:45
quote:
Originally posted by AskSQLTeam

writes "How I can Set Identity Property, True in a table,with out using Enterprise Manager?I want Query for that."



to turn on of off the identity value :
SET IDENTITY_INSERT dbo.table_name ON| OFF




He is a fool for five minutes who asks ,
but who does not ask remains a fool for life!

http://www.sqldude.4t.com
http://www.sqljunkies.com/weblog/sqldude
Go to Top of Page
   

- Advertisement -