question

samsri avatar image
samsri asked

Backup SQL Server Database to Google Drive with C#

Is it possible to backup SQL server database of a C# application to Google Drive and restore it, only through simple button clicks?
sqlc#
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
sp_lock avatar image
sp_lock answered
Hi I would say this question would be better answered elsewhere, but in terms of the backup process you could refer to [MSDN][1] for C#/SMO and then head over to Google for [drive integration][2] [1]: https://msdn.microsoft.com/en-us/library/ms162133.aspx [2]: https://developers.google.com/drive/v2/web/manage-uploads Personally, I'd look at encrypting the backup (if possible) before sending to Googledrive.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.