Viewing 15 posts - 43,921 through 43,935 (of 59,097 total)
Lynn Pettis (2/19/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:11 am
James A. Lawrence (5/4/2009)
Just tried this out....good job!Or in SoCal parlance: "Dude, you rock!":cool:
Great to hear, James. Thanks for taking the time to post a reply. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:10 am
I missed that, Peter. Thanks for pointing it out.
I agree... there is no need to fill a temp table in SQL Server to read a result set. Of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 5:34 am
In that case, I'd recommend that you remove the index hint and add the proper index as a covering index instead of what you currently have as IX_0. By...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 8:43 pm
Vaughan,
I noticed zero replies on your post... did you eventually get this or do you still need help?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 6:55 pm
WayneS (4/30/2009)
patrick ryan (4/30/2009)
I need help writing a query. I attached an excel file with sample data.
Hi Patrick,
It really helps all of the volunteers that help out on this...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 6:18 pm
nahid.mansuri (4/30/2009)
Update equipment
set name = 'A'
where name = 'B'
And in the Update trigger, i will try to update some other columns too.
Like Address,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 6:14 pm
steveb (5/1/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 6:11 pm
Warren Peace (5/1/2009)
That was it.Thanks, I got it going!
Could you post the code that solved the problem, please? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 6:06 pm
Samuel Vella (5/1/2009)
Cross Apply usually results in hidden RBAR so no real benefit over an efficient cursor based procedure
Heh... as you said, "usually". We've recently done some experiments on...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 4:27 pm
Florian Reischl (5/3/2009)
I HATE EXCEL!! I'm about to finish my first article and want...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 2:19 pm
satishthota (5/3/2009)
Is it necessary to maintain the HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY DATABASES
i.e., one HRMS DATABASE split into 3 databases(HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY)
Give me the reason for why we have to maintain ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 2:14 pm
Yep... that an the fact the I shouldn't go near the forum when I'm having a really bad day. I feel better now... went out a chopped down an...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 1:57 pm
Heh... it's a requirement on their part to make up for short comings in security by many DBA's. Instead, I'd rather challenge them to use it in an unauthorized...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 9:48 am
Lynn Pettis (5/3/2009)
Jeff Moden (5/2/2009)
If there's another thread with more detailed information, why the hell are we trying to answer anything on this thread? We're just spitting resources here.;-)
A)...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2009 at 9:30 am
Viewing 15 posts - 43,921 through 43,935 (of 59,097 total)