Viewing 15 posts - 38,416 through 38,430 (of 49,571 total)
If you've got all the files from the DVD there should be two folders. 'Servers' and 'Tools'. Inside the Servers folder there should be a 'setup.exe'. Run that.
June 16, 2009 at 1:10 pm
Roy Ernest (6/16/2009)
Gail, I think it will be Sri Lanka that is going to take it. SA has no clue how to play spinners.. 🙂
Ooohhh... You're asking for it,...
June 16, 2009 at 1:04 pm
Jeff Moden (6/6/2009)
Paul White (6/6/2009)
June 16, 2009 at 12:58 pm
rodjkidd (6/16/2009)
Roy Ernest (6/16/2009)
Roy, have you been keeping up with it? Or is 20-20 not your thing?
I have been keeping up with it. Seems like Sri Lanka and South Africa...
June 16, 2009 at 12:49 pm
RBarryYoung (6/16/2009)
June 16, 2009 at 12:48 pm
Is that the entire output of CheckDB? If not, please run the following and post the full and complete output.
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS
June 16, 2009 at 12:36 pm
I'm wondering if there's an implicit conversion happening. I've seen it before on comparisons with BIT columns and this suggests it's here too.
Convert([InequalityTest].[IsEven])=1
If there is, it'll explain why there's an...
June 16, 2009 at 8:13 am
Interesting. The second's a full index scan. On 2008 I get seeks on both.
You'll note that the number of reads of the more optimal one on 2000 is the...
June 16, 2009 at 8:08 am
J-F Bergeron (6/16/2009)
2- You can't execute a procedure from a trigger, you simply can't, so you will need to add the code you want directly in the trigger code.
?????
A proc...
June 16, 2009 at 8:00 am
RBarryYoung (6/16/2009)
The contract definitely says that we have to do everything, BUT it also says that we get free admission, which we know that only the real speakers do.
You...
June 16, 2009 at 7:50 am
/PAE yes, to allow for AWE memory. /3GB no. Using /3GB limits the amount of memory the OS can address. Not good if you've got over 8 GB of memory...
June 16, 2009 at 7:34 am
Post the execution plan please
June 16, 2009 at 7:10 am
Patience. This is a forum, not a chat room. Bumping your post after 30 min is entirely unnecessary. When someone who can help you comes along they will help you.
June 16, 2009 at 7:04 am
Can you show Statistics IO and Statistics time output please? The costs in the exec plan are estimates and I've known them to be wrong before.
On SQL 2008 (I don't...
June 16, 2009 at 5:55 am
RBarryYoung (6/15/2009)
Grant Fritchey (6/15/2009)
GilaMonster (6/15/2009)
June 16, 2009 at 3:59 am
Viewing 15 posts - 38,416 through 38,430 (of 49,571 total)