.net - SQL Server SMO take back up locally from remote server -


my question straight forward, how can program sql smo take local backup, connecting remote server. want save bak file local machine connecting remote server. want users privilege able save backups locally.

you cannot - period. backups of sql server can only saved local disk - local sql server itself.

you cannot tricks or tools backup remote sql server local harddisk. can't it.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -