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.
| 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| OFFHe is a fool for five minutes who asks , but who does not ask remains a fool for life!http://www.sqldude.4t.comhttp://www.sqljunkies.com/weblog/sqldude |
 |
|
|
|
|
|