Viewing 15 posts - 4,981 through 4,995 (of 5,843 total)
>>Think "compound interest".
Think "read my post"! 😀
The default data file growth is ONE MEGABYTE, not TEN PERCENT (at least on all the servers I recall installing). ...
October 3, 2008 at 8:19 am
Blake, you should consider disabling hyperthreading (you mentioned 8 physical, 16 logical cores). HT often leads to worse performance not better in SQL Server environments. Test with your...
October 2, 2008 at 10:11 am
Jeff: Don't ever let the defaults for auto-growth on a database occur... it takes 73 disk fragments just to reach 1GB using the default settings.
I believe you are way...
October 2, 2008 at 10:06 am
Two very important points:
1) having multiple files for the log is just plain bad practice. Do not do that.
2) You said multiple files on the same drive in the...
October 2, 2008 at 10:02 am
bcronce (10/1/2008)
October 1, 2008 at 11:39 am
Vivien Xing (9/30/2008)
I am hesitating to ask...why not using Oracle?
1) cost
2) complexity
3) may be sql server only app (although doubtful)
4) ease of development
5) did I mention cost?? 😀
September 30, 2008 at 11:03 am
If the database (or at least the tables of concern) can be unavailable for a while I would recommend a drop/create cycle since it seems you have never done index...
September 30, 2008 at 9:04 am
What version are you on? I would recommend testing and moving to SP2 + Cummulative Update 6 (or perhaps CU8). There were a BUNCH of regressions in the...
September 30, 2008 at 8:55 am
Let me add my recommendation to the other two about getting professional help. You have absolutely no chance of success in this endeavour. There are only a handful...
September 30, 2008 at 8:46 am
I highly recommend the free Performance Dashboard.
September 19, 2008 at 2:03 pm
1) is affinity masking being used?
2) is the batch job query(s) limited in parallelism, either explicitly or by maxdop setting or cost threshold for parallelism?
3) do a simple test while...
September 19, 2008 at 1:28 pm
blogs.msdn.com/sqlprogrammability/archive/2007/06/29/detecting-overlapping-indexes-in-sql-server-2005.aspx
blogs.ameriteach.com/chris-randall/2007/8/15/sql-server-2005-detecting-overlapping-indexes.html
http://blogs.msdn. com/mssqlisv/archive/2007/06/29/detecting-overlapping-indexes-in-sql-server-2005.aspx
http://blogs.msdn.com/mssqlisv/archive/2007/06/29/ detecting-overlapping-indexes-in-sql-server-2005.aspx
Amazing what a very simple web search can do for you.
September 19, 2008 at 1:16 pm
I can think of another "pain point" to SYNONYMS - someone (as in me, a consultant) having to step in and debug/tune the queries that use synonyms. I absolutely...
September 19, 2008 at 12:20 pm
Colin brings up a good point. Have you verified that your memory configuration is correct given that you have 32 bit sql server EE with a large-ram box? ...
September 18, 2008 at 12:34 pm
Isabelle (9/18/2008)
colin Leversuch-Roberts (9/17/2008)
September 18, 2008 at 11:19 am
Viewing 15 posts - 4,981 through 4,995 (of 5,843 total)