Forum Replies Created

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

  • RE: connection string problem

    I don't understand why you can't connect to your server... I connected just fine

  • RE: Identity

    As long as changing the identity isn't going to affect dependencies you can use dbcc checkident(tablename, reseed, 1)...

    This will reseed your identity value back to 1 and the next value...

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