Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 restore database from .bak file using S.P

Author  Topic 

sunny_10
Yak Posting Veteran

72 Posts

Posted - 2013-03-13 : 07:04:59
hi

How to restore database from .bak file using Stored Procedure

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-13 : 07:23:07
use RESTORE t-sql command

http://msdn.microsoft.com/en-IN/library/ms186858.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -