Viewing 15 posts - 41,701 through 41,715 (of 59,067 total)
peter-757102 (10/2/2009)
Jeff Moden (10/2/2009)
peter-757102 (10/2/2009)
Jeff Moden (10/2/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 11:09 am
the sqlist (10/2/2009)
Jeff Moden (10/2/2009)
the sqlist (10/2/2009)
What is the purpose of set statistics time on inside the function?Displays CPU consumption and Duration.
Yes, I am perfectly aware of that. My question...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 9:28 am
RBarryYoung (10/2/2009)
Apparently you have to include the ".sys." for the new catalogs.
Agh... of course. Thanks, Barry. On a new installation, sys.system_columns comes in at under 4k so I'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 9:26 am
peter-757102 (10/2/2009)
Jeff Moden (10/2/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 9:19 am
Paul White (10/1/2009)
Jeff Moden (9/22/2009)
Actually, it doesn't come close. To generate 1 to 10,000,000 numbers, Lynn's method pretty much blows the doors off that type of cross join (ie:...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 9:16 am
the sqlist (10/2/2009)
What is the purpose of set statistics time on inside the function?
Displays CPU consumption and Duration.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 8:55 am
RBarryYoung (9/23/2009)
Jeff Moden (9/23/2009)
RBarryYoung (9/23/2009)
Great article, Lynn! I might finally be ready to stop cross-joining master..syscolumns. 🙂I already quit... heh... I use Master.sys.All_Columns now. 😛
Heh. I try...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2009 at 8:50 am
Kevin,
I'll admit to being a bit lazy here... do you have a link about that change? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:32 pm
It is NOT true that Oracle deals with cursors better compared to set based code than SQL Server does. Set based code will beat the pants off of cursors...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:20 pm
It happens for me, as well. It's the virus scanner and the SQL "heartbeat"... normally, the heartbeat shows up as a mere ripple... with a virus scanner turned on,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:11 pm
It's a mistake to do so. You'll be losing the date element forever. Instead of converting the BIGINT to VARCHAR etc, etc, convert it to a DATETIME and...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:06 pm
Bradley Jacques (10/1/2009)
Just wondering how many people actually use Common Table Expressions?
My answer is somewhere in between your two poll answers. It's like asking if someone writes derived table...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:01 pm
BrentMc (10/1/2009)
That's what I had too but it's the last bit where it's checking for rows that are not null that seems to take too long in a test...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 3:00 pm
Test 1 fails , 2 and 3 pass but 4 fails because the clustered index update that seth was seeing in his attempt of using a view.
Heh... I ran your...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 9:32 am
I just had a thought about this, Sally... can you add a calculated column to the table without it breaking the 3rd part app?
Another possible "trick" would be to make...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2009 at 7:55 am
Viewing 15 posts - 41,701 through 41,715 (of 59,067 total)