Viewing 15 posts - 3,316 through 3,330 (of 5,843 total)
Everyone PLEASE understand that database mirroring is an ADVANCED topic and you REALLY need to study up and practice with it in a test environment before pursuing it. Even...
June 16, 2011 at 7:09 am
Can you please share with us what those "more useful options" might be please?
June 16, 2011 at 7:06 am
Ninja's_RGR'us (6/15/2011)
Then why do I HAVE TO delete them before the call? 😉
Note that I said call OR patch. Also, I would not want to get black-listed by a...
June 15, 2011 at 3:36 pm
Ninja's_RGR'us (6/15/2011)
TheSQLGuru (6/15/2011)
Ninja's_RGR'us (6/15/2011)
TheSQLGuru (6/15/2011)
2) sharepoint is HORRIBLE from a database perspective! there are quite a few...
June 15, 2011 at 12:54 pm
Ninja's_RGR'us (6/15/2011)
TheSQLGuru (6/15/2011)
2) sharepoint is HORRIBLE from a database perspective! there are quite a few indexes that...
June 15, 2011 at 11:11 am
1) use sp_whoisactive instead of sp_who2. freebie - learn to use it's goodness
2) sharepoint is HORRIBLE from a database perspective! there are quite a few indexes that need to...
June 15, 2011 at 8:02 am
GilaMonster (6/13/2011)
June 15, 2011 at 7:58 am
1) have you run a profiler trace, looking for recompiles while this thing is running?
2) have you run a profiler trace with STATEMENT completion on for each run to check...
June 15, 2011 at 7:57 am
no need to reinvent the wheel. use sp_whoisactive, an absolutely amazing freebie from Adam Machanic. See sqlblog.com for code (which is documented) and 30 different blog posts detailing...
June 15, 2011 at 7:26 am
You do NOT want to store large files in the database engine. Performance can be disastrously bad when those files get lifted up and force other more useful and...
June 14, 2011 at 8:23 am
There are SOOOOO many things that can make a sproc run slowly: parameter sniffing, widely disparate input parameters, data value distribution skew, blocking, IO stalls, any number of other 'waits',...
June 14, 2011 at 8:20 am
krishusavalia (6/7/2011)
I am new into performance issue.I can post the Query or execution plan for my query which i need to improve performance.
I am using SQL server 2008. I...
June 14, 2011 at 8:13 am
This thread is over 2 years old. Please start a new one. Thanks.
June 14, 2011 at 8:10 am
opc.three (6/9/2011)
BOL says you can partition a heap...not that anyone would, would they? Uggh.
Guess that should have been a "why" instead of a "how". :hehe:
June 10, 2011 at 1:45 pm
I addition to reviewing the query plans you also need to check IOs done by each query and most importantly do wait stats and file IO stall analyses during the...
June 10, 2011 at 1:38 pm
Viewing 15 posts - 3,316 through 3,330 (of 5,843 total)