Is there any way to backup/restore an SQL Server database from .NET, using
the System::Data::SQLClient namespace?

Thanks

Re: Database backup/restore by William

William
Fri May 27 21:10:09 CDT 2005

Sure. Create a sqlCommand object that has a BACKUP DATABASE command. For
details on this command, consult SQL Server books online.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"Kimon Ifantidis" <Kimon Ifantidis@discussions.microsoft.com> wrote in
message news:B99F9285-411E-45A2-804F-E4D4B279192D@microsoft.com...
> Is there any way to backup/restore an SQL Server database from .NET, using
> the System::Data::SQLClient namespace?
>
> Thanks