Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
Amit Mehra
Jean Paul
Home
>>
Forum
>>
Sql Server
>>
Post New Question
Subscribe to Forum
Restoring the Database
Posted By:
Savi3
Posted Date:
August 27, 2008
Points:
2
Category :
Sql Server
Am Using the SQLServer 2005.
Through Coding how to restore the Database
Advance Thanks
Responses
Author:
Pankaj Mishra
Company URL:
http://www.dotnetspark.com
Posted Date: August 27, 2008 Points: 5
HI,
Its simple use this sql query to restore database with simple ADO command to call stored procedure
check this article
http://www.sqlmag.com/Article/ArticleID/46560/sql_server_46560.html
Hope this will help you
Cheers
Pankaj
Author:
sriram
Company URL:
http://www.databaseresource.blogspot.com
Posted Date: October 28, 2011 Points: 20
BACKUP DATABASE:
BACKUP DATABASE FROM DISK='D:\BACKUP\PUBS.BAK'
RESTORE DATABASE:
RESTORE BATABASE TO DISK='D:\BACKUP\PUBS.BAK'
REGARDS
SRIRAM
Author:
Narayanan
Company URL:
http://www.dotnetspark.com
Posted Date: February 22, 2012 Points: 20
Hi,
Check this link.
http://stackoverflow.com/questions/1466651/how-to-restore-a-database-from-c-sharp
Regards, Lakshmi Naraayanan.S
http://dotnettechrocks.blogspot.in/
Post Reply
You must
Sign In
To post reply
Related Questions Related Questions
Image store in Database SQL SERVER
how can we update database thru datagrid
Database Ques
How to Encrypt & Decrypt password and stored in database..
How to change CrstalReport Database in Crystal Report
Latest Forum Questions From The Same Category
Split function for String in SQL Server
how to solve error in the storeprocedure
convert nvarchar sql server data type to number in ssis
while updating table...the old data should be save in another table
Updating Stored Procedure
Find more Forum Questions on C#, ASP.Net, Vb.Net, SQL Server and more
Here
Quick Links For Forum Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
OOPs
Silverlight
IIS
JQuery
JavaScript/VBScript
Biztalk
WPF
Patten/Practices
WCF
Others
www.DotNetSpark.com
UnAnswered
All
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend