Viewing 15 posts - 1 through 15 (of 22 total)
No, we are talking about creating an index on a view not using a view's indexes.
May 5, 2006 at 6:33 pm
Looks like MS has taken a stab at this:
http://msdn2.microsoft.com/en-us/library/ms189786(en-US,SQL.90).aspx
They have a new function: NEWSEQUENTIALID()
It can _only_ be used as the default value for a column in a table...
May 3, 2006 at 6:55 pm
What you say is true only if you are using NEWID(). If you roll your own GUIDs like the article shows. You have nearly the same performance as...
May 3, 2006 at 6:08 pm
OK, I got off my butt and did the research :p Here is a great article:
http://www.informit.com/articles/printerfriendly.asp?p=25862
The short of it:
GUIDs as PKs kill performance in large tables and...
May 3, 2006 at 12:29 pm
Darn, still need Enterprise then. One of the best reasons to use Enterprise imo...
Thank you!
May 1, 2006 at 7:13 pm
You can only have 8k per row. So, only if all other columns are empty can you have 8k in one varchar. You must always add up the...
May 1, 2006 at 5:49 pm
Carl,
Do you have a simple example of a Theta-Join? I cant seem to find one.
Thanks!
November 23, 2005 at 9:45 am
Great idea, let’s compare:
1) Project -check!
2) Extend -not on my...
November 22, 2005 at 2:53 pm
Carl,
Thanks for the try but that’s not what I am looking for. As that article...
November 21, 2005 at 3:39 pm
I didn’t know about this tool. Thank you for making me aware of it! It is very easy to use.
November 11, 2005 at 10:41 am
Ah! Now we are getting somewhere. Thanks for the tip!
October 28, 2005 at 2:45 pm
"I have seen some opposite situations that are just as bad. Companies that rotate their personnel through jobs so fast that no one ever really becomes an "expert" so their...
October 25, 2005 at 2:14 pm
One more thing I disagree with is your section on uniqueness/specialization:
I have seen bosses that...
October 25, 2005 at 1:35 pm
Very good article, Steve. I wish there were a lot more information out there about how to be a good worker and how to be...
October 25, 2005 at 11:02 am
Viewing 15 posts - 1 through 15 (of 22 total)