Forum Replies Created

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

  • RE: SELECT with incrementing number

    Slightly off the track, but if you didn't want a distinct search, and wanted to have an incremental field count WITHOUT using IDENTITY, then try this [assuming the above test...

  • RE: Identity Column

    Short of changing the table definition through EM, there is no scriptive way of doing what you are trying.

    You cannot ALTER TABLE to make a column an IDENTITY, but you...

  • RE: Best practice when to use an index

    Another thought: Create the table from an SP into the TEMPDB at SQL start-up if the values do not alter often, but are needed often. The result is a faster...

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