Tuesday, December 18, 2007

dbcc checkident('table_name', reseed, 0)
 
Reset Database identity

No comments:

MVC vs MVP vs MVVM Explained for Real Projects

MVC vs MVP vs MVVM Explained for Real Projects Introduction to MVC, MVP, and MVVM Definition of MVC (Model-View-Controller) The Mode...