how to rest identity columns in sql server
Answer Posted / adhi
USE AdventureWorks;
GO
DBCC CHECKIDENT ("HumanResources.Employee", RESEED, 300);
GO
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I tell if sql server is 32 or 64 bit?
What is self join in sql server joins?
What are transactions and its controls?
Explain how does the report manager work in ssrs?
What are basics of policy management?
How can I check that whether automatic statistic update is enabled or not?
What is thr feature of change data capture?
Do you think BCNF is better than 2NF & 3NF? Why?
Why use “nolock” in sql server?
How to create a view using data from another view?
What are different types of database indexes?
What is update locks?
Where the sql logs gets stored? : sql server database administration
List the ways in which dynamic sql can be executed?
How is sql used in sql server?