A guy (say MrQ) on group microsoft.public.dotnet.framework.aspnet have posted a funny question
MrQ
MrQ
Hi,First answer (say MrA)
Can I backup & restore my sql server database from aspx page located on a
client machine ?
Thank You.
Sure you can .MrQ
use BACKUP DATABASE sql statement..
Just remember do not connect to the DB you want to back up. Connect to
master DB
Thank you for your reply.MrA
How can I implment this?
I am afraid you cant. If you asking thisMrQ
Sure I know how to backup and restore a db using sql server 2000 or 2005. ImHmm, he can use sql statement to play with sql server but don't know how to use it in .net
asking about how can I provide a web form, using asp.net 2.0, to the client
that can let him or her do the same task remotely?
2 comments:
hey, I'm the one that dont know how to do like mrQ. Can U show me how?
It's just an alias that I named for that guy. Q = question guy. A = answer guy :D
Post a Comment