Questions tagged as 'backup'

1
answer

Scheduled Backup in Azure SQL Database

I know that the backups in SQL Azure are automatic, but how can I make a configuration in them? Schedule for a particular time?     
asked by 06.10.2017 / 15:39
1
answer

Backup and Restore using PostgreSQL in C #

To back up or restore a database through a C # application using the PostgreSQL DBMS, you need to send a command to pg_dump. Is it possible to execute it via a select by sending an ExecuteNonQuery (the same way it executes in SQLSERVER?) Instead...
asked by 17.07.2017 / 20:22
0
answers

Recover Data from Mysql

I uninstalled mysql, did not back up the database, but backed up the files: ibdata1, ib_logfile0, and ib_logfile1. The ibdata1 file has 17GB, in my.cnf innodb_file_per_table = 0. How do I recover this data? Is there any software or procedu...
asked by 20.06.2017 / 15:09
2
answers

Local backup with online access [closed]

Hey guys, I have a GoDaddy account with unlimited storage. I wanted to use this storage for backup (I did this via FTP with cobian backup) but also wanted to manage files via browser . Do you know any applications that do this? I want to tha...
asked by 16.06.2017 / 19:25
0
answers

Recover Java class code in NetBeans

My computer suffered a forced shutdown because of a light bump and when I reopened my project in NetBeans (8.2) one of the classes was empty, is there any way to recover such code?     
asked by 24.05.2017 / 20:33
1
answer

SQL Server 2016 Msg 3169 How to solve restore Sql Server 2016 to 2104 with compatibility mode 110

SQL Server 2016 Msg 3169 How to solve Sql Server 2016 to 2104 with compatibility mode 110. Error: Msg 3169, Level 16, State 1, Line 38 The database was backed up on a server running version 13.00.4001. That version is incompatible with thi...
asked by 22.04.2017 / 21:07
1
answer

WordPress - Backup / clone help [closed]

I've been doing a job that the client has required that your site stay online and in the same way until all changes are made. How can I do this ?? Would I have to use another domain ?? I would like to change the theme but I'm afraid the site wil...
asked by 20.09.2016 / 22:41
1
answer

How to check for integrity or violations in SQL Server database?

I created an application to run in the background to back up my SQL Server database using the Backup class of Microsoft.SqlServer.Management.Smo . I would like to add to this backup tool something that can check the integrity of the d...
asked by 28.07.2016 / 20:20
1
answer

How to make a Dump in MySQL so that the file contains the date?

I would like to do a Dump in my MySQL database, but I need this Dump to create the .sql file with the date the Dump was done, so that I have saved all previous backups by date.     
asked by 26.04.2016 / 15:18
1
answer

backup mysql specific content data via java

Hello, I have the following method that backs up my database: public static void makeBackup() throws IOException{ String caminho = "C:\Program Files\MySQL\MySQL Workbench 6.3 CE\mysqldump.exe"; ProcessBuilder pb = new ProcessBuilder(ca...
asked by 25.05.2016 / 15:40