Viewing 15 posts - 14,071 through 14,085 (of 22,211 total)
Anamika (10/17/2010)
Before going for a live data base what are the things we need to consider and steps should be taken as a vibrant intuitive DBA?
On memory utilization, space, Performance...
October 18, 2010 at 6:21 am
Jeff Moden (10/17/2010)
Grant Fritchey (10/12/2010)
They should be used where appropriate...
I apologize for puting you on the spot but what do you consider an appropriate use for them is especially since...
October 18, 2010 at 6:19 am
SQL Server and Windows offers a whole bunch of monitoring and management stuff for free. Perfmon and server-side traces can be used to keep an eye on your systems. If...
October 15, 2010 at 12:24 pm
Except for certain operations the flush the cache, it's pretty much being constantly flushed, depending on the pressure on memory. But, to my knowledge, there's no way to know for...
October 15, 2010 at 12:09 pm
gianmh (10/15/2010)
October 15, 2010 at 12:03 pm
Oooh, I get to be the first one to say it...
"THERE CAN BE ONLY ONE!"
Welcome to the party.
October 15, 2010 at 11:52 am
GilaMonster (10/15/2010)
<headdesk><headdesk><headdesk><headdesk>
(No, I'm not going into details, it's a little too sensitive a topic for that. Just.......
October 15, 2010 at 11:39 am
Rob Schripsema (10/15/2010)
nick.mcdermaid (10/14/2010)
October 15, 2010 at 10:11 am
Steve Jones - SSC Editor (10/15/2010)
October 15, 2010 at 8:31 am
michal_marek (10/15/2010)
My suggesting isset:
sp_configure 'max degree of parallelism', '1'Best,
But, what if a given query really benefits from parallelism? Now you've just taken it away.
However, I do notice that more...
October 15, 2010 at 7:42 am
Ninja's_RGR'us (10/15/2010)
Grant Fritchey (10/15/2010)
October 15, 2010 at 7:11 am
Maybe I don't understand the question.
DROP INDEX myschema.mytable.myindex
This usually does the job. Then you can create the index.
If you mean, what's the best mechanism for determining which indexes need to...
October 15, 2010 at 6:52 am
Views aren't compiled. If you want to know which views are dependent on a table that you've modified, you can use sys.dm_sql_referencing_entities. If, on the other hand, you're curious about...
October 15, 2010 at 6:18 am
Amu (10/14/2010)
I am looking into thest...
October 15, 2010 at 6:14 am
Viewing 15 posts - 14,071 through 14,085 (of 22,211 total)