Viewing 15 posts - 19,006 through 19,020 (of 19,564 total)
who's stopping at the slice of pie?
Pecan, lemon meringue, apple, cherry - give me the whole pie 😀
November 25, 2009 at 1:35 pm
Jack Corbett (11/25/2009)
Since they are SP's you could add code that logs when an SP is used an then query that table.
For SQL 2000, this method seems to be the...
November 25, 2009 at 12:50 pm
Jeff Moden (11/25/2009)
Good to see that great minds think alike. 😛
Thanks Jeff:cool:
November 25, 2009 at 12:47 pm
Effective testing would be much the same as the QA process for releasing an app to production.
Run through your test plans, test the application and verify that everything is still...
November 25, 2009 at 12:09 pm
In addition to the Disk alignment (typically more of an issue on disks formatted by MS OS installs), is to verify the Allocation Unit size (4kb v. 8kb v. 64kb...
November 25, 2009 at 12:07 pm
Gail has provided sound advice. Also consider the additional performance hit (small as it may be) you are experiencing due to the maintenance of those duplicate indexes.
Test your queries...
November 25, 2009 at 11:51 am
Grant Fritchey (11/25/2009)
November 25, 2009 at 11:45 am
It is a nice idea. One problem is that, even though I scroll to the end of the text, or click that I have read it - did I...
November 25, 2009 at 11:41 am
The likely reason the DBA does not want to move it is due to hard-coded connection managers to the dev environment. Due to that the DBA is recommending the...
November 25, 2009 at 11:35 am
Please attach the actual execution plan.
Are you inserting into an updatable view? IS the query time 4, 16, or 21 seconds, or all of the above?
November 25, 2009 at 10:28 am
Thanks Grant for the link. Interesting thread it was.
November 25, 2009 at 9:25 am
To follow up on Gails post, the dropping and recreating of the mirror may not take too much time on a 200MB database - but what about when that database...
November 25, 2009 at 9:25 am
Same info as Atul and Schadenfreude-Mei. Time to extend the database in % gets larger as the growth gets larger which can cause performance issues. To better control...
November 25, 2009 at 8:50 am
Though not in the initial question, I need to ask how you are actually getting the Updates. Is automatic updates configured to receive the updates directly from the website,...
November 25, 2009 at 8:39 am
Viewing 15 posts - 19,006 through 19,020 (of 19,564 total)