You are on page 1of 1

ALTER DATABASE [C:\MyBusinessDatabase\MyBusinessPOS2011.mdf] SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO ALTER DATABASE [C:\MyBusinessDatabase\MyBusinessPOS2011.mdf] MODIFY NAME = [MyBusinessPOS2011.

mdf] GO ALTER DATABASE [MyBusinessPOS2011.mdf] SET MULTI_USER GO

You might also like