Forum Replies Created

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

  • RE: Database Design Follies: NULL vs. NOT NULL

    From my understanding - believe I read this in some SQL internals book 10 years ago - when NULL's are supported on a table then each row in that table...

  • RE: SQL Server 2012 Gotcha with Identity Column

    I recently ran into this with a gap of 10,000 values. The table in question is used to assign a "session id" to a user connecting remotely to a...

  • RE: Computed Columns

    I believe it's all about where you like to put your business logic.

    We put that computed column in that table 6 years ago so that we could create a Clustered...

  • RE: Computed Columns

    We used computed columns for an interesting purpose back in SQL 2000. Then it stopped working in 2005. We posted about it on a couple of forums (including...

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