Viewing 15 posts - 1,201 through 1,215 (of 2,436 total)
WMI - Windows Management Instrumentation
http://www.microsoft.com/whdc/system/pnppwr/wmi/default.mspx
WMI Administrative Tools
Its a 'must have' thing if you use SMS and MOM at your site. From a SQL Admin perspective...
August 9, 2006 at 11:34 am
I do not know for sure but I would check out the IE settings on the PC tthat worked and the one that did not. In particular, security, active-x and...
August 9, 2006 at 11:23 am
You are correct John. I copied the build steps from one of my clusters that has 8 Gb of RAM. However the SP4 issue is something to look at on...
August 8, 2006 at 10:54 am
I do not know of any articles on this specifically. But I do have a question:
"Would you leave a wallet stuffed with money on the dashboard of your car...
August 7, 2006 at 11:40 am
First things first. If this cluster is dedicated to SQL Server then you can configure your SQL Server cluster nodes to use more memory. 3 Gb fro SQL Server and...
August 7, 2006 at 11:33 am
For hit ratios and wairts the Windows perfmon tool already exists. Poor running queries need SQL profiler. MOM will also handle these things. In either event you should check out:
August 7, 2006 at 10:24 am
Who says you can't teach an old dog new tricks ... Thanks Jeff !
August 7, 2006 at 8:55 am
I do not care about underscores one way or the other. There is one point missed when using capitalization. It concerns collations. If you are binary or case sensitive it...
August 4, 2006 at 12:21 pm
Beware though ... sp_change_objectowner does not work for SPs !
August 4, 2006 at 11:23 am
Here's my 'short list' for tuning:
Round I
DBCC UPDATEUSAGE
UPDATE STATISTICS (with FULL scan) for all tables
exec sp_recompile for all tables
exec sp_refreshview for all views
Round II
DBCC DBREINDEX
...
August 4, 2006 at 11:20 am
It depends ... but generally I'd say yes. It depends on the the following:
August 4, 2006 at 11:16 am
system tables - none
stored procedures - again, I believe none
system functions - there may be one or two. check out BOL
August 4, 2006 at 11:09 am
Her's a handy link no programmer should be without:
August 4, 2006 at 10:59 am
MOM 2K5 - Microsoft Operations Management
August 4, 2006 at 9:02 am
Here's a handy link no DBA shopuld be without:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
August 3, 2006 at 10:23 am
Viewing 15 posts - 1,201 through 1,215 (of 2,436 total)