Viewing 15 posts - 53,386 through 53,400 (of 59,068 total)
Which type of DBA? If it's the "System" DBA, you'd better trust him/her... they need total access to really do the job correctly. If it's an "Application" DBA,...
December 26, 2007 at 11:02 am
I agree with Steve in avoiding ## Global Temp Tables... if two procs (or the same proc running more than once) attempt to create a GTT (Global Temp Table) of...
December 26, 2007 at 10:59 am
Although you can have only 1 Primary Key (hence the word "Primary"), you can, in fact, have multiple UNIQUE keys in the form of UNIQUE indexes. Keep in mind...
December 26, 2007 at 10:57 am
Without seeing the offending code, the short answer would be simply to rewrite the code so that it's performance enabled. Step 1... avoid cursors. Step 2... avoid 99.9%...
December 26, 2007 at 10:51 am
First, dunno how to post CF code on this forum mostly because I've never used CF.
Still need to see code... I see that you've created a function to use the...
December 26, 2007 at 10:28 am
Outstanding! Thank you so much for the feedback, Troy. Very happy to have been able to help.
December 26, 2007 at 10:23 am
vinno369 (12/26/2007)
Jeff, unfortunately dropping the stored procedure in to Master is not an option for me.
Then, unfortunately, you're gonna need some form of loop and some dynamic SQL with a...
December 26, 2007 at 10:21 am
jacob sebastian (12/25/2007)
Jeff Moden (12/25/2007)
December 26, 2007 at 10:11 am
Post the code that you tried, Tony... it's the only way we can see what might be wrong...
December 26, 2007 at 9:55 am
I know a lot of people hate the idea but this is where I'd say "enough is enough" and drop the proc into the Master database and be done with...
December 25, 2007 at 9:20 pm
Heh... then look up anything by the user known as "Rog Pike"... 😉 A bit more than casual spam.
December 25, 2007 at 11:27 am
Ummmm... Not quite true... you can pass in a single delimited variable with named parameter pairs using either a delimited string or XML and split it in the proc....
December 25, 2007 at 11:24 am
Perfect... thanks for the feedback, Serqiy! And, long time no see... Happy holidays!
December 25, 2007 at 11:18 am
Heh... you're a sick man, Mr. Jones! MERRY CHRISTMAS!
December 25, 2007 at 12:21 am
Viewing 15 posts - 53,386 through 53,400 (of 59,068 total)