Enter the key words to find the related topics

Showing posts with label Restore Database using Command. Show all posts
Showing posts with label Restore Database using Command. Show all posts

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