Solving Suspect Database
– The following commands take database ‘foo’ offline and then on again:
use master
GO
ALTER DATABASE foo SET OFFLINE
GO
ALTER DATABASE foo SET ONLINE
GO
Posted by in 20:49:44
– The following commands take database ‘foo’ offline and then on again:
use master
GO
ALTER DATABASE foo SET OFFLINE
GO
ALTER DATABASE foo SET ONLINE
GO