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
what is normalization? Explain different levels of normalization? : Sql server database administration
Can group functions be used in the order by clause in ms sql server?
Explain active/passive and active/active cluster configurations?
How is table type constraint applied to a table?
Explain about sql server login?
Explain SSRS Architecture?
Is it true, that there is no difference between a rule and a check constraint?
How to defragment indexes with alter index ... Reorganize?
Does a sql server 2005 select statement require a from?
Can we delete data from a view?
What is the difference between a view and a stored procedure?
Explain the use of containers in ssis?
What is user-defined multi-statement table-valued function?
Can a table have 2 primary keys?
What is page-level compression?