Viewing 15 posts - 36,046 through 36,060 (of 49,562 total)
Please don't cross post. it just wastes people's time and fragments replies.
No replies to this thread please. Direct replies to http://www.sqlservercentral.com/Forums/Topic813034-1632-1.aspx
November 3, 2009 at 4:55 pm
Please post table, index definitions and execution plans. Take a look through this article: http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Also, take a look at that article, about narrowing down exactly where the performance problems speciofically...
November 3, 2009 at 4:52 pm
Jon.Morisi (11/3/2009)
My end goal is to trend this growth in order to come up with an appropriate fill factor for index rebuilds.
It's not growth that affects the fill factor. It's...
November 3, 2009 at 4:47 pm
omkarred (11/3/2009)
waiting fr post
What are you waiting for?
November 3, 2009 at 4:44 pm
stephenmbell (11/3/2009)
and from what I have read, when using Dynamic SQL, it is inefficient because a cached execution plan can not be used.
Absolutely false. Dynamic SQL has its plans cached...
November 3, 2009 at 4:42 pm
farax_x (11/3/2009)
my question is :its better put all columns together in one index or this situation is the best.
As I said, it depends. It depends purely on the queries...
November 3, 2009 at 4:40 pm
It depends.
http://sqlinthewild.co.za/index.php/2009/01/19/index-columns-selectivity-and-equality-predicates/
November 3, 2009 at 8:28 am
Please don't cross post. It just wastes people's time and fragments replies.
No replies to this thread please. Replies to: http://www.sqlservercentral.com/Forums/Topic812740-266-1.aspx
November 3, 2009 at 8:25 am
Please run the following and post the full results:
DBCC CheckDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
November 3, 2009 at 8:15 am
HowardW (11/3/2009)
November 3, 2009 at 8:11 am
C Schaefer (11/2/2009)
November 3, 2009 at 8:10 am
Is "E:\DBLogs\modellog.ldf" the correct location of the model database log? If not, move the ldf file there.
Again I ask, how did you move the system databases?
November 3, 2009 at 8:06 am
Which dbs did you move? Exactly what did you do to move each one?
Find the SQL error log (it's a text file called ERRORLOG) and post the entire contents.
November 2, 2009 at 11:35 am
Once more with feeling....
Memorising interview questions is not the way to prepare for an interview. A competent interviewer can tell someone who knows the material from someone who's memorised answers...
November 2, 2009 at 11:28 am
Can you post execution plans?
November 2, 2009 at 10:22 am
Viewing 15 posts - 36,046 through 36,060 (of 49,562 total)