hi,
i have a file with .bak extension.
how can i import this date to a database in SQL Server.
is any one have an idea.please share it with me.
thanks
|
|
hi, i have a file with .bak extension. how can i import this date to a database in SQL Server. is any one have an idea.please share it with me. thanks |
|||
|
|
|
|
.bak files are database backups. You can restore the backup with the method below: How to: Restore a Database Backup (SQL Server Management Studio) |
||
|
|
|
|
and you have to move appropriate mdf,ndf & ldf files using
Cheers Ramesh vel |
||
|
|
|
|
I am assuming your using mssql, here is a thread explaining a few ways you can restore. |
||
|
|