Viewing 14 posts - 91 through 104 (of 104 total)
some DMVs can impact overall system performance.
these are few of them.
sys.dm_os_schedulers
sys.dm_os_workers
sys.dm_os_threads
sys.dm_os_tasks
sys.dm_os_waiting_tasks
sys.dm_os_ring_buffers
Reference : http://sqlblog.com
January 29, 2009 at 6:56 pm
why dont you try mapping the servers?
January 29, 2009 at 5:36 pm
Here you go.
Microsoft SQL Server 2005 -> Configuration Tools -> SQL Server Configuration Manager.
select the SQL Server service that you want to set the startup parameters.
right click and select "Properties"
go...
January 28, 2009 at 6:12 pm
Check this link for complete info on BUILTIN/Administrators
http://www.sqlservercentral.com/articles/Security/sqlserversecuritysecurityadmins/1031/
January 28, 2009 at 10:57 am
you can use "Microsoft Assessment and Planning Toolkit" , free tool from microsoft.
the tool scans the computers based on a file with list of computer names or a range of...
January 27, 2009 at 8:17 am
Run DBCC FREEPROCCACHE to clear out the cache.
January 26, 2009 at 3:59 pm
These are some of monitoring tools
SQL server DBA Dasboard - Microsoft
DB Artisan - Embarcadero
Performance...
January 20, 2009 at 4:25 pm
its not too early....we already installed sp3 on our production servers
and yes its 9.00.4035.00 after installation
January 19, 2009 at 10:06 pm
I faced this issue once....and thats bcos i had no SP2 on one node of the cluster.It was solved after installing sp2.
January 18, 2009 at 10:20 am
January 18, 2009 at 10:11 am
DBCC TRACEON(1204,1222)
1204 - This trace flag reports deadlock information formatted by each node involved in the deadlock
1222 - This trace flag formats deadlock information, first by processes and then by...
January 18, 2009 at 10:07 am
a sql server 2005 can have 1 default instance and 50 named instances.There is no such limit for db`s as far as i know.
Now the question is size of the...
January 17, 2009 at 3:39 pm
sp_helprevlogin
also check for orphaned users when you are done.
January 17, 2009 at 3:26 pm
Viewing 14 posts - 91 through 104 (of 104 total)