Viewing 15 posts - 18,721 through 18,735 (of 22,202 total)
GilaMonster (1/14/2009)
Grant Fritchey (1/14/2009)
Evidently I'm only providing problems, not solutions.*twitch* I'm losing my temper here....
Clearly, I am as well.
January 14, 2009 at 9:16 am
Well, I just popped off
http://www.sqlservercentral.com/Forums/Topic635918-149-1.aspx?Update=1
Evidently I'm only providing problems, not solutions.
January 14, 2009 at 8:57 am
foxjazz (1/14/2009)
These tables are not (data) are not changed frequently, and the data is cached on the clients software.
When the...
January 14, 2009 at 8:56 am
GilaMonster (1/14/2009)
January 14, 2009 at 8:39 am
foxjazz (1/14/2009)
populate another table with :
changedtablename, changeddate, changedvaluestring
Have my service process run...
January 14, 2009 at 8:38 am
Can you turn on TraceFlag 1204 and capture the deadlock graph that it will generate in the error log and post it? That's the best way to help.
The exact locks...
January 14, 2009 at 6:33 am
I'm not entirely sure what you're shooting for here either.
But, if I'm understanding you correctly, you're wondering how to use MAX in the WHERE clause.
You would do something like this...
January 14, 2009 at 6:21 am
To create a common table expression (CTE) the last statment prior to the CTE must be closed off with a semi-colon, in your case:
DECLARE @sumAllProducts INT...
January 14, 2009 at 6:17 am
January 14, 2009 at 6:09 am
I'm assuming you're referring to data changes in the table...
Triggers are probably going to be the simplest to implement. Keep it really simple and just set a flag somewhere that...
January 14, 2009 at 6:05 am
Just to take a slightly different approach, what is the clustered index on the table where the inserts are occurring? With a bit of tuning, probably including the CreateDt column...
January 14, 2009 at 5:59 am
ALZDBA hit the nail on the head. You're setting the variable as a CHAR(10) and the very first parameter, 'David Howard', has 12 characters. So it's going to truncate the...
January 14, 2009 at 5:56 am
Bob Hovious (1/13/2009)
Think they even had chocolate covered dill pickles one year.
HERESY!!! :w00t:
Everybody down South knows you should deep-fry those suckers and serve 'em with come-back sauce. (They'd go...
January 14, 2009 at 5:34 am
Seems a little extreme... two words, Guy Fawkes.
January 13, 2009 at 7:55 pm
Steve Jones - Editor (1/13/2009)
Thanks for the note and I do appreciate the kind words. I'd wear the Gears of War shirt,...
January 13, 2009 at 11:55 am
Viewing 15 posts - 18,721 through 18,735 (of 22,202 total)