Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi....

I am new to WCF. I have to create WCF service to dump and store the database in some other locations and restore it again. Please anyone help me how to give the path to dumping database and how to do that...

thank you for all...
Posted

1 solution

WCF isn't a database service/protocol/management system by default. If you want to backup and restore databases you'll need to write code to do that. For instance, you can write maintenance plans in the DB and execute them via stored procedures, as calls from your WCF service.

Cheers.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Aug-11 20:58pm    
My 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900