Enter the key words to find the related topics

Restore Database using Command


ALTER DATABASE AxDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO
RESTORE DATABASE AxDB FROM DISK ='J:\8.1.2\8_1_PROCESSTEST.bak' with replace
GO
ALTER DATABASE AxDB SET MULTI_USER  

No comments:

Post a Comment