Re: Backup in SQL Server

2018-09-11 Thread Rafael Copquin
SQL Server 2012 Express Rafael El 11/09/2018 a las 10:18, Stephen Russell escribió: What type of SQL Server version are you using? sql server backup maintenance plan scheduled backup part-1 https://www.youtube.com/watch?v=K_0LDFsvQyQ On Mon, Sep 10, 2018 at 3:34 PM Rafael Copquin wrote

Re: Backup in SQL Server

2018-09-11 Thread Stephen Russell
What type of SQL Server version are you using? sql server backup maintenance plan scheduled backup part-1 https://www.youtube.com/watch?v=K_0LDFsvQyQ On Mon, Sep 10, 2018 at 3:34 PM Rafael Copquin wrote: > I am using the free tool (SQL Back Up Master) to perform backups of the > dif

Re: Backup in SQL Server

2018-09-11 Thread Alan Bourke
I'd probably automate it with a SQL Server Agent job. https://www.serverintellect.com/support/sqlserver/scheduled-db-backup-plan/ -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Backup in SQL Server

2018-09-10 Thread Frank Cazabon
If you want to go the route of writing your own code, the backup syntax is here: https://docs.microsoft.com/en-us/sql/t-sql/statements/backup-transact-sql?view=sql-server-2017 On 10 September 2018 16:33:32 GMT-04:00, Rafael Copquin wrote: >I am using the free tool (SQL Back Up Master) to

Re: Backup in SQL Server

2018-09-10 Thread Frank Cazabon
I use SQL backup and FTP which is free for up to 2 databases. You can schedule backups to run automatically and it zips up the backup. On 10 September 2018 16:33:32 GMT-04:00, Rafael Copquin wrote: >I am using the free tool (SQL Back Up Master) to perform backups of the >different SQL Server

Backup in SQL Server

2018-09-10 Thread Rafael Copquin
I am using the free tool (SQL Back Up Master) to perform backups of the different SQL Server databases. I installed it in my clients's computers, admonishing them to back up their work every day, so I would not be responsible if any data loss occurs. Most of my clients use it with no problems,