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
Installing a client digital certificate in Windows Server 2003
Old attachments will not open, And those that do are jumbled text
DDE in Oracle forms
Sorting a Powershell script output
CAnnot add record(s); primary key for table 'table1' not in recordset
Microsoft, Exchange, 2007, default global address list
97 Runtime problems in XP limited user account
Detailed Set-up Instructions Please for SBS 2003 FTP Sites
File manipulation SED or AWK
Max lock per file