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
Reading / Using BLOB Columns
ImportError: no module named calendar
PHP/MySQL Issue
Presto! Pagemanager
SSIS: insert AND delete rows
How can I clear Terminal Server Device CAL token?
Access 2007 Trust Center and a VPN connection
Split A Column
BMP resizing C code
Need help with Log files in MDBDATA folder URGENT