Viewing 15 posts - 5,431 through 5,445 (of 5,685 total)
GilaMonster (9/30/2010)
What's Sanctuary?
Fun Monsters and Mayhem Sci Fi TV show set in modern day.
In other news relating to my bitching around project management yesterday ... Spent 4 days doing crit...
September 30, 2010 at 5:21 pm
jcrawf02 (9/30/2010)
I'm bored, can we talk about something else?
New season of Sanctuary looks good...
September 30, 2010 at 2:22 pm
Steve Jones - Editor (9/30/2010)
He is trying for some effect. He has built this reputation as the tough, mean, college professor type, and he sticks to it.
This is not the...
September 30, 2010 at 2:17 pm
Rog Saber (9/30/2010)
Here's one that is taking a while:[Snip beginning of statement]
and (RT_TRIP_COMMENTS.comment_type <> 'EX' or RT_TRIP_COMMENTS.comment_type is null)
The <> here is probably blowing up an index seek. Need...
September 30, 2010 at 2:15 pm
GilaMonster (9/30/2010)
Craig Farrell (9/30/2010)
September 30, 2010 at 1:44 pm
GilaMonster (9/30/2010)
September 30, 2010 at 1:13 pm
CELKO (9/30/2010)
Think I scared him enough he might stop writing danger code? I hope so
Nope. I do think you've managed to make sure he won't buy your...
September 30, 2010 at 1:09 pm
Lynn Pettis (9/30/2010)
Just a typical Celko response.
I'd disagree. He's usually got the tact of a steamroller but that was obnoxious, even for him.
September 30, 2010 at 12:49 pm
CELKO (9/30/2010)
September 30, 2010 at 12:21 pm
*blink*blink*... Wow. Makes me never want to buy one of those books of his.
http://www.sqlservercentral.com/Forums/Topic994925-392-1.aspx
September 30, 2010 at 12:18 pm
Expand this code to each field. You're running subqueries for each line, that's going to hurt.
UPDATE tt
SETclm_loc_city = lt.loc_city,
clm_loc_state = lt.loc_state
-- ... keep going on
FROM
#temp_table AS tt
JOIN
LOCATION_TABLE as...
September 30, 2010 at 12:05 pm
jackimo (9/30/2010)
I do understand that and the fact is in some cases we'll have to do a full scan. Do you think that storing the message in a...
September 30, 2010 at 11:39 am
SwayneBell (9/30/2010)
I'm told that what's happening here is that we do full backups each night. The following morning, the log files are 'deleted' and allowed to fill through the day...
September 30, 2010 at 11:29 am
Create a copy of the procedure and do timestamp wrappers around each of the updates. Find out where the pain in time is. Then start pulling out execution...
September 30, 2010 at 11:21 am
Jeff Moden (9/29/2010)
Chris Morris-439714 (9/29/2010)
Jack Corbett (9/29/2010)
September 29, 2010 at 5:43 pm
Viewing 15 posts - 5,431 through 5,445 (of 5,685 total)