Viewing 15 posts - 691 through 705 (of 2,640 total)
http://www.grumpyolddba.co.uk/monitoring/Creating%20Custom%20Reports%20for%20the%20DBA.htm
is an article about custom reports but if you extract the sql from the reports this might give you what you want - or at least a hint. I'm not...
February 19, 2008 at 2:58 pm
not that this helps but I'm glad someone else has encountered this - I did lots of testing and found that I needed the database in exclusive ( single user...
February 19, 2008 at 2:51 pm
if you mean can you have three nodes where one is the failover for the other two then the answer is yes. Have I installed or configured one - no...
February 19, 2008 at 2:48 pm
you did test this first ???? I would have thought you would have installed a storage virtualisation product with your sql servers safely shut down. I don't know...
February 19, 2008 at 2:45 pm
I posted this - it may help - follow on some of the links
usual stuff applies - if you have ent x64 sql then you need to set lock pages...
February 19, 2008 at 2:28 pm
scaling isn't about numbers of objects but of usage so in effect your question can never be answered. Your only way to answer your question is to stress test...
February 19, 2008 at 8:31 am
interesting - a volatile table will present problems - I'd personally try to make sure that the table(s) functions as a heap so all new records are added at...
February 1, 2008 at 12:18 pm
in general dmv's are cumulative so you need snapshots into a table - but I'm not quite sure what you're trying to achieve so if you want to drop me...
January 31, 2008 at 12:31 pm
I'd probably suggest you find an experienced DBA as this isn't a simple question to answer. latches are lightweight "locks" and generally not too much to worry about, if lock...
January 31, 2008 at 12:28 pm
sorry but i disagree about the post, storage and server o/s tuning are all part of the DBA skill set and this is a valid question on a SQL site.
just...
January 24, 2008 at 12:53 pm
I can only make general observations from experience with SAN's ..
are your luns dedicated spindles - if not then you will have contention.
are all your trays/luns on the same...
January 24, 2008 at 12:47 pm
I can't say as I've noted any issues with inserts - however, if your inserts are being put up and down the table and not on top , as per...
January 24, 2008 at 12:41 pm
as said, it's tricky to make recommendations in this situation, however, SQL2005 is much fusier with optimiser and plan reuse than sql2000 was, this is a common happening and my...
January 23, 2008 at 12:26 pm
good to say i've not encountered that level of, I was going to say stupidity, but to be honest very little fails to amaze me these days!
sorry for any confusion...
January 17, 2008 at 12:22 pm
actually you'd do better to allocate an instance to each user rather than a database. If this isn't production you could consider some levsl of virtualisation too
January 17, 2008 at 12:19 pm
Viewing 15 posts - 691 through 705 (of 2,640 total)