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
Can we perform backup restore operation on tempdb? : sql server database administration
What is the syntax for encrypting a column in SQL Server?
How exceptions can be handled in sql server programming?
What is transact-sql language?
What is the use of commit?
What do you understand by sql server agent?
What is user-defined inline table-valued function?
When I delete any data from a table, does the sql server reduce the size of that table?
When would you use a before or after trigger?
What do you understand by triggers and mention the different types of it?
What is cursors? And what are the different types of cursor?
What is the concept of optimization?
what's new in sql server 2016?
What is buffer cash in sql server?
What are the authentication modes in sql server? How can it be changed?