Viewing 15 posts - 3,826 through 3,840 (of 5,685 total)
In database options what compatibility level do you have the database in? I would recommend setting it to version 2008 (100), then retry the CheckDB, if I'm reading your...
March 4, 2011 at 2:33 pm
You're looking for the output clause. Check out these links:
Overview: http://msdn.microsoft.com/en-us/library/ms177564.aspx
Usage in Update: http://msdn.microsoft.com/en-us/library/ms177523.aspx
March 4, 2011 at 2:28 pm
sqldba_icon (3/4/2011)
March 4, 2011 at 1:44 pm
Kiara (3/4/2011)
Steve Jones - SSC Editor (3/4/2011)
I would have sworn that the RAID 1+0 was 4 in Wikipedia, and I have submitted a correction.
The really funny part about it? It...
March 4, 2011 at 10:24 am
tshad (3/2/2011)
I am trying to set up my reports to get the Connection string and the Cube to be handled dynamically...
March 3, 2011 at 8:06 pm
mazzz (3/3/2011)
I think I've found a future avatar for Lowell
I keep looking at that image with the following vocalization running through my mind...
"Frisbee! I gets it!"
"Over the wall, Frisbee!"
"Yay,...
March 3, 2011 at 4:10 pm
Michael Valentine Jones (3/3/2011)
"Person A was more qualified than my pet rock, but less qualified...
March 3, 2011 at 2:42 pm
jcrawf02 (3/3/2011)
um, 'cause I didn't think of that? 😛Still wonder why I can't just copy/paste, but that works easier.
Thanks Gus!
You can, it just gets a little grumpy about connection names...
March 3, 2011 at 2:21 pm
GSquared (3/3/2011)
lee rite (3/3/2011)
ColdCoffee (3/3/2011)
lee rite (3/3/2011)
Thanks again! I think I'm done! I really appreciate all the help!
Will i be getting a Samsung Focus for this help , mate ??...
March 3, 2011 at 1:55 pm
lee rite (3/3/2011)
Let me explain exactly what I'm working with, so you will see why I need such...
March 3, 2011 at 12:31 pm
A nasty but successful solution:
WHERE
COALESCE( 2008, 2009, 2010) = COALESCE( 2009, 2008, 2010)
AND COALESCE( 2008, 2009, 2010) = COALESCE( 2010, 2009, 2008)
....
That Null is...
March 3, 2011 at 12:12 pm
Ninja's_RGR'us (3/3/2011)
Mike Hinds (3/3/2011)
I'll be saving and studying the info you provided.
FWIW, the 3rd party software vendor now tells me they are familiar with this behavior....
March 3, 2011 at 12:07 pm
Mike Hinds (3/3/2011)
I'll be saving and studying the info you provided.
FWIW, the 3rd party software vendor now tells me they are familiar with this behavior.
He...
March 3, 2011 at 12:04 pm
Just an FYI, always do a run on your code first before posting it, if able. You didn't have an Identity column in the temp table, so SET failed....
March 3, 2011 at 12:01 pm
Ninja's_RGR'us (3/2/2011)
Craig Farrell (3/2/2011)
Mike Hinds (3/2/2011)
(No column name)(No column name)usedtotalqueue_messages_846626059339836631990103199419sysdercv6796973484825484888
sysdesend67969734883648856
sysconvgroup67969733140131408
sysobjvalues2596186
What are they, and what can I safely do with them?
:blink: Do you have Service Broker active on this database? ...
March 3, 2011 at 11:46 am
Viewing 15 posts - 3,826 through 3,840 (of 5,685 total)