Viewing 15 posts - 5,896 through 5,910 (of 7,187 total)
Sorry, I don't understand. What CAST to nvarchar(800)? Is there a typo in the question?
John
May 29, 2008 at 1:21 am
msbasssinger (5/28/2008)
May 28, 2008 at 9:53 am
Yes, use OUTER JOINs instead of INNER JOINs where appropriate.
John
May 28, 2008 at 9:17 am
msbasssinger (5/28/2008)
[font="Tahoma"]First, it is not the overwhelming majority of the scientific community. When you narrow it down to scientists with expertise in closely related fields, they are quite divided....
May 28, 2008 at 8:58 am
Wouldn't be the first time. Remember the new Ice Age (global cooling)? Science is not a democracy. Scientists discover things daily that change what they thought was...
May 28, 2008 at 8:42 am
msbasssinger (5/28/2008)
May 28, 2008 at 8:07 am
Probably the best way would be to create a "numbers" or "tally" table. Search this site for how to do that and examples of what it can be used...
May 28, 2008 at 4:58 am
Joseph
No, the same limits don't apply to SQL 2005. Have a look on the Microsft website to see what the limits are. Have you checked that you have...
May 16, 2008 at 8:36 am
Mmmm... we're really looking for table DDL in the form of CREATE TABLE statements and sample data in the form of INSERT statements. But anyway, looking at the snippet...
May 16, 2008 at 8:05 am
Joseph
You're right about what the /3GB switch does, but if your application can't use all the memory available to it then it won't. SQL 2000 Standard can only use...
May 16, 2008 at 7:54 am
Joseph
SQL Server 2000 Standard will only use 2GB whatever you do. That's the theoretical maximum - more often you see something like the 1.7GB you are witnessing.
John
May 16, 2008 at 7:38 am
Excellent article, Frédéric. I have recommended this to people in the past.
One thing I don't quite understand about the left and right bounds. Suppose I wanted to add...
May 16, 2008 at 6:20 am
One way of doing it is to build a script to perform the reindexing and then run it. Here's some pseudo code; yours will no doubt end up more...
May 16, 2008 at 6:15 am
Reindexing automatically updates the statistics, so you don't need to include both. I don't know exactly how a maintenance plan decides what it is going to reindex, but if...
May 16, 2008 at 5:05 am
Viewing 15 posts - 5,896 through 5,910 (of 7,187 total)