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 factless fact table? : sql server analysis services, ssas
How do I open a .db file?
How to make remote connection in database?
What are the rendering extensions of ssrs?
What is single-user mode?
Find columns used in stored procedure?
What are cursors stored procedures and triggers?
What do you understand by sql server agent?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
When a primary key constraint is included in a table, what other constraints does this imply?
How to start sql server browser service?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What are the types of containers in ssis?
How to list all columns in a table using odbc_columns()?
What are click through reports?