Create Database from MS-SQL Backup File

1.Create Database from SSMS






2.Restore Database.





 Tick this field.









Script for restore database.

RESTORE DATABASE [DBFRMBAK] FROM 
DISK = N'@@\Empower.Bak' WITH  FILE = 1, 
MOVE N'OLDDBNAME' TO N'@@\DBFRMBAK.mdf',
MOVE N'OLDDBNAME_log' TO N'@@\DBFRMBAK.ldf',
NOUNLOAD,  REPLACE,  STATS = 10
GO


Comments

Post a Comment

Dear User,

Thank you very much for your kind response

Popular posts from this blog

Agent Installation on Windows Server. SQL Server (Failover Cluster) target addition in OEM 12c

Oracle 10g/11g Linux:SMS the alert logs ORA- errors generated in timestamp

Oracle 11g: Install Instant Client 11.2.0.3.0 on Linux x86_64 Server.