What I did first was deleting database named CRM_1 and then I wrote the following SQL command to restore CRM_1 database which is :-
RESTORE DATABASE [DatabaseName]
FROM DISK = 'FilePath\FolderName\DatabaseName.bak';
And left click on Execute button, DB will be restored.
I hope you enjoyed watching the video :)
Download
0 formats
No download links available.
Restore (Transact-SQL) database in Microsoft SQL Server | NatokHD