Viewing 4 posts - 1 through 4 (of 4 total)
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...
October 30, 2014 at 1:22 pm
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...
February 21, 2014 at 3:14 pm
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...
February 12, 2008 at 8:30 am
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...
February 12, 2008 at 5:14 am
Viewing 4 posts - 1 through 4 (of 4 total)