Click here to Skip to main content
15,891,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hai Techies


I have created a table in SQL server query browser[in SQL management Studio ] in the same db.But i cannot find that table .
How can i bring that table

How can i set the identity specification to YES


Thanks in advance..
Posted

press f8 you will get object explorer tab at left hand side,
connect to your server (sql login)
now,
under server tree you will get 'Databases' -> 'Tables' -> your tablename


for set identity specification
right click table name and click 'Modify' option
now, select column you will see details of selected column name in grid from there,
find 'Identity specification' property
-> set '(Is Identity)' = Yes

Happy Coding!
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900