Viewing 15 posts - 5,836 through 5,850 (of 6,025 total)
Looking at the Actual Execution Plan of the query may not tell you the internals of what the UDF is doing, but it should give you an idea of how...
October 27, 2010 at 10:09 am
chrisn-585491 (10/27/2010)
The scary part is, I make 10-20 percent less than I did a few years ago...
The sad part is that the folks at the top of the heap make...
October 27, 2010 at 9:50 am
I'm in the process of making myself a SQL Server / Oracle / Data Analyst / Business Analyst hybrid. I've had experience with all of the above over the years,...
October 27, 2010 at 9:06 am
lavien (10/26/2010)
October 27, 2010 at 8:42 am
Thomas-282729 (10/26/2010)
Eric Russell 13013 (10/26/2010)
October 26, 2010 at 11:11 am
I'm not intentionally trying to throw gasoline on the fire, but I'd just like to point out that, since a GUID is basically a combination of various attributes like machine...
October 26, 2010 at 9:49 am
GSquared (10/26/2010)
Eric Russell 13013 (10/26/2010)
October 26, 2010 at 8:49 am
This why I keep saying that some type of identifier unique to each instance of the application or user, like client_id or cashregister_id, when combined with a sequential integer or...
October 26, 2010 at 8:18 am
Paul White NZ (10/25/2010)
Eric Russell 13013 (10/25/2010)
...sequential GUIDs created using NEWSEQUENTIALID() can potentially be duplicated across multiple database instances.
NEWSEQUENTIALID calls the Windows API function UuidCreateSequential, which uses version 1 of...
October 26, 2010 at 8:08 am
GSquared (10/25/2010)
October 25, 2010 at 3:04 pm
jeff.mason (10/25/2010)
Thomas-282729 (10/24/2010)
Robert Frasca (10/12/2010)
October 25, 2010 at 8:09 am
Thomas-282729 (10/24/2010)
1) DISK SPACE isn't what is important, it is THROUGHPUT, and that is dramatically affected by the quadruple-int-sized GUIDs. MEMORY is a precious commodity (on most systems) for the...
October 25, 2010 at 7:35 am
Here in the US, SOX regulations require certain types of companies retain printed hard copies of critical financial and operations related reports, and this the source for a lot of...
October 22, 2010 at 9:50 am
Jeff Moden (10/21/2010)
Steve Jones - SSC Editor (9/20/2010)
Eric Russell 13013 (9/20/2010)
October 22, 2010 at 7:25 am
Randy Emerson (9/21/2010)
October 20, 2010 at 8:20 am
Viewing 15 posts - 5,836 through 5,850 (of 6,025 total)