Questions tagged as 'backup'

1
answer

Backup Database - error in SQL Syntax

I am building a button to back up my db via C# application, is running fine, however at the time of applying ExecuteNonQuery is accusing% error of%. Follows: Designate Path: private void Browser_Click(object sender, Eve...
asked by 23.08.2017 / 18:51
1
answer

Import Backup and Differential Sql Server

I'm having a problem importing a backup to the secondary server: The topology: Production Server > > Contingency server. When importing Full Backup, it imports without any problems. The problem occurs when I import Differential Backu...
asked by 23.01.2017 / 20:47
2
answers

Batch file anchored

How do I get a batch to be docked in a folder for a backup operation on a thumb drive where the drive letter always changes example: @echo off mkdir ..\subs move /y .\*.srt ..\subs pause exit     
asked by 23.09.2016 / 01:39
1
answer

Backup Windows Server 2008 FTP and Cloud

I need to generate daily backups on a windows server 2008 R2 server, the backups are of several folders and applications installed on this server, does windows server have tool for this, some tool of the system itself? I have little experienc...
asked by 01.07.2016 / 16:29
2
answers

Automated Backup in SQL Server Express

In my current scenario I have a Windows service that runs in the background that at a specified time by me, runs a batch / em> and saves it to the dropbox folder. But what happens is that the dropbox is not always allowed to access the i...
asked by 17.08.2015 / 23:57
2
answers

Backup Database, which tool to use, alternatives, security and access to data?

Good afternoon guys, I do not know if this is the right place to ask this question, if not apologize and delete the question, but there it goes ... Where I work we have a system that works with 2 types of database, firebird 2.0 or MySQL, bec...
asked by 12.09.2018 / 19:53
1
answer

Is it possible to synchronize code repositories instantially?

For example: change my code in github and my import into gitlab from that same code, be updated according to my changes in github. As if it were a code backup, it updates itself instantly. (In the case of netlify, where when I change my co...
asked by 13.06.2018 / 16:40
1
answer

How to perform restore of only 1 specific table in SQL Server 2012

Good afternoon! I have a following situation: I have a database backup and the server has already created a database with this base called test, however, I need to migrate a specific table that is in this test base to another database called...
asked by 04.09.2017 / 21:43
1
answer

cron job is not executed

I have a cron job that calls a url, this url is a folder that contains an index.php file. This PHP file runs every 12 hours and saves the databases of my server in .sql files inside a folder, but by the cron job it is not doing this, but if I ca...
asked by 05.07.2017 / 03:11
1
answer

Backup and Restore in Delphi with Sql Server how to do?

Hello, I'd like to know how I can do Backup and Restore to integrate with my system. I have a ready code but it is for firebird I believe it will not serve for Sql Server. I have read on some topics that there are no components for Backup and Re...
asked by 18.04.2017 / 16:39