Viewing 15 posts - 55,546 through 55,560 (of 59,072 total)
Heh... although they both have the same execution plan, I'm not sure why you wrote it as a Cross-Join that works like an Inner Join... why not just write it...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 6:10 pm
Yep...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 5:17 pm
Doh!
My bad... made an assumption
Thanks for the feedback. ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 5:15 pm
LOL... I just knew I liked you for more than the code you write
I'm getting soft in my old age and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 5:13 pm
Thanks, Vamshi... I really appreciate your feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 5:06 pm
That returns the max data length for those items you want to update... not all items. That not-with-standing, it looks to me like you have well under the 8000 characters...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 5:02 pm
Not really... if you create a # temp table (non-global) in a proc, that temp table will be available in any proc below that because it's the same session (although it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 8:32 am
Hari... are you calling the function using SQL that's embedded in the GUI code? If so, Koji is absolutely correct... the code must add the outer quotes as part of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 8:23 am
Heh... you're right, David.
But it was easy to find... just clicked on the author's name and looked at the previous posts for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 8:11 am
WOW!! Even I felt the wrath of God smite me on... |
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 8:01 am
I'm sorry Vamshi... I didn't mean to sound so outragous about what you wrote. It's outstanding that you're diving into a book (although you might want to get a different...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2007 at 7:53 am
If you're partially migrated, do it in SQL Server, now. If you continue to build new things in the old system, you will simply prolong the migration and maybe even...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 10:09 pm
Not if you sink the boat in the process. There may be a reason the manager wants things done a certain way (it's usually political). Of course, the manager just...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 10:03 pm
Very nicely done, Peter. Nasty fast, too!
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 9:57 pm
Are you fighting lots of XML indexes?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 9:50 pm
Viewing 15 posts - 55,546 through 55,560 (of 59,072 total)