A place where I record bits and pieces :)
USE Prod_Clone
GO
ALTER DATABASE Prod_Clone SET SINGLE_USER
DBCC CHECKDB('Prod_Clone', REPAIR_REBUILD)
ALTER DATABASE Prod_Clone SET MULTI_USER
No comments:
Post a Comment