Viewing 15 posts - 18,856 through 18,870 (of 19,564 total)
The answer may have been different at the time of the writing of the question, but as time passed - none of the provided answers are correct at the point...
December 8, 2009 at 10:59 pm
Here is an article with additional resources listed in the references section.
http://207.46.16.252/en-us/magazine/2007.03.sqlclusters.aspx
December 8, 2009 at 10:34 pm
double post
December 8, 2009 at 10:20 pm
If I am understanding your predicament correctly, your SQL server was also a Domain Controller. You have recently demoted that Domain controller to a member server.
Prior to demoting the...
December 8, 2009 at 10:15 pm
As an extra piece of reading before proceeding down the path to locking pages in memory, read the following:
http://blogs.technet.com/askperf/archive/2008/03/25/lock-pages-in-memory-do-you-really-need-it.aspx
December 8, 2009 at 9:39 pm
What is the fragmentation level of the indexes involved in this query (for the tables listed)?
December 8, 2009 at 9:21 pm
Jeff Moden (12/8/2009)
JRoughgarden (12/8/2009)
All DBMS's are fairly similar; you do the same things with all of them. It's just the syntax that differs some.
When it comes to the differences between...
December 8, 2009 at 9:15 pm
Bru Medishetty (12/8/2009)
GilaMonster (12/8/2009)
You couldn't pay me enough to put up with that.
Gail, I just saw that you edited it by the time I replied last time.
The OP...
December 8, 2009 at 4:46 pm
Steve Jones - Editor (12/8/2009)
Every time I do Yoda it comes out Scooby-Doo.
Hey Scoobie...err Steve, where are you?
Your Scoobie now whenever I read something from you.
As for Alvin, well his...
December 8, 2009 at 2:15 pm
Please post sample data and your table schema. This will aid in troubleshooting your scenario.
December 8, 2009 at 12:52 pm
When I test these two queries, I get the same execution statistics, logical reads, scan count etc. Those results are with and without forced parameterization set.
In the plan, the...
December 8, 2009 at 12:50 pm
That seems to be scaling about the same as my tests.
I do like the performance gains when a specific ID can be passed though. This script could prove very...
December 8, 2009 at 9:39 am
The wording in the explanation don't seem to match the documentation.
http://msdn.microsoft.com/en-us/library/ms191432(SQL.90).aspx
Explanation said that the view must not contain any deterministic functions. The referenced article states that functions must be...
December 7, 2009 at 11:40 pm
I would avoid the shrink of the database. And certainly would not shrink the database to a point that releases all whitespace. By keeping adequate whitespace in the...
December 7, 2009 at 11:22 pm
As an alternative, in order to prevent log growth, it may be worthwhile to grow the logfile substantially prior to the data load. Grow the log file to something...
December 7, 2009 at 11:15 pm
Viewing 15 posts - 18,856 through 18,870 (of 19,564 total)