Microsoft
Software
Hardware
Network
Question : SQL Server updateusage
How do i run DBCC UPDATEUSAGE for particular databases only. i do not want master, tempdb and model in it.
i have
EXEC sp_msforeachdb 'DBCC UPDATEUSAGE(''?'')
and this does for all databases but need something that skips above three databases
Answer : SQL Server updateusage
EXEC sp_msforeachdb ' if ''?'' not in ( ''master'', ''msdb'', ''tempdb'') DBCC UPDATEUSAGE(''?'') '
Random Solutions
Single page website SEO question
e-discovery and HR Auditing for Exchange 2007 environment
2 bit images
DCDIAG question - FRS replication.
Perl problems using Panic Coda
Desktop Shortcut to URL does not open IE
How to remove a child domain
token leak?
javascript over flash in firefox
AJAX question.