Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Restoring the Database with the SQL command

Amir Nazim Profile Picture Amir Nazim 5,994

RESTORE DATABASE AXDB
FROM DISK = ‘d:\test.bak’
WITH REPLACE



This was originally posted here.

Comments

*This post is locked for comments