Viewing 15 posts - 571 through 585 (of 717 total)
Thanks for the question, though I find it interesting that BOL has conflicting information.
July 27, 2010 at 10:21 pm
Nice question, I knew it wasn't as simple as I first thought, and while I chose the correct answer I didn't want it to be correct. ๐
July 27, 2010 at 10:09 pm
Tom.Thomson (7/22/2010)
Mike C (7/22/2010)
set transaction isolation level serializable
begin tran
create table #T (a int check (a=1) default (1), b int check (b=2) default(2))
insert #T (TABLOCKX) values (1,2)
select T.a+T.b as c from...
July 23, 2010 at 9:45 am
Nice question, thanks! I like the questions that bring up new features to help keep us up to date even if we might not have had the chance to upgrade...
July 22, 2010 at 11:23 pm
Interesting article, and even more interesting discussion, thanks everyone!
July 22, 2010 at 11:22 am
Interesting question, and discussion, I seem to recall a similar question not too long ago...
July 22, 2010 at 10:13 am
I'm less worried about the points, though who doesn't like to have more points? ๐
What I am more worried about is that people who answer the question and get it...
July 21, 2010 at 10:12 am
hrvoje.piasevoli (7/21/2010)
I myself have written a calendar table w/ one physical date column, one computed persisted integer column and a whole bunch of non-persisted columns calculated from the date column.It
I'm...
July 21, 2010 at 12:28 am
The other thing that comes to mind is that is an incomplete statement. It doesn't say what it will use more resources than.
* Using a persisted computed column instead: It...
July 21, 2010 at 12:25 am
This is a nice question but I have to disagree with your answer. Actually just one part of it: "Will definitely use more resources." which I can't believe is true....
July 20, 2010 at 10:08 pm
Thanks for this article, it helped remind me of a step I need to make sure is in place for our next SQL Server upgrade.
July 20, 2010 at 10:31 am
Nice question, thanks!
I am a little curious what the "none" options was meant to be. (Or did you just want two choices, and forgot to delete the default third choice...
July 20, 2010 at 10:28 am
Trey Staker (7/19/2010)
July 19, 2010 at 11:17 am
Paul White NZ (7/17/2010)
Stupid question. This post gives me one point back.
Yeah, but not on your "Question of the Day" score. ๐
July 19, 2010 at 11:08 am
Viewing 15 posts - 571 through 585 (of 717 total)