Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: autonumber

    From SQL Server Books Online...

    DBCC CHECKIDENT ('table_name', RESEED, new_reseed_value)

    Enjoy!

    Andrew

  • RE: Getting CREATE TABLE script with constraints!!

    If you're trying to achieve this programmatically you will either have to plough through the system tables or INFORMATION_SCHEMA views, or use the Script method of a SQL-DMO Table object.

    You...

Viewing 2 posts - 1 through 2 (of 2 total)