Viewing 9 posts - 301 through 309 (of 309 total)
Paul White (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
And it does not matter if you use uniqueidentifier or varchar(50)
It is NVARCHAR(50).
Do you really think there is no difference between indexing a GUID at 16...
March 18, 2010 at 9:09 am
Tom Van Harpen (3/18/2010)
March 18, 2010 at 9:02 am
Paul White (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
Test again with 50000 unique GUIDs and a single GUID with 50000 copies.Now you are just being silly.
Absolutely not.
I believe that this is the exact scenario...
March 18, 2010 at 8:05 am
GilaMonster (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
I find it is more helpful to suggest solutions rather than saying what not to do.
I'll be very happy to give a solution once the actual execution...
March 18, 2010 at 8:01 am
Paul White (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
March 18, 2010 at 7:57 am
GilaMonster (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
March 18, 2010 at 7:52 am
GilaMonster (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
March 18, 2010 at 7:36 am
Paul White (3/18/2010)
stefan.gustafsson 60897 (3/18/2010)
The easiest way to fix the problem is to make the index clustered instead of non-clustered. This would definitely solve the problem.
:blink: You want to create...
March 18, 2010 at 7:19 am
The easiest way to fix the problem is to make the index clustered instead of non-clustered. This would definitely solve the problem.
If it for some reason is impossible to change...
March 18, 2010 at 6:51 am
Viewing 9 posts - 301 through 309 (of 309 total)