database-backups
How do I split a large MySQL backup file into multiple files? [duplicate]
This question already has answers here: How do I split the output from mysqldump into smaller files? (17 answers)[详细]
2023-01-18 15:05 分类:问答SQL Server 2005 failed backup effect on transaction logs
I have an SQL Server 2005 instance whose full backup (.BAK) failed due to low disk space.However half hourly transaction log backups continue (.TRN).Assuming I have an older full backup, could these c[详细]
2023-01-14 22:01 分类:问答Backup Sql Express
I would like to 开发者_开发技巧be able to run an on demand backup of a .Net MVC app\'s SQL Express 2008 database to eg a flash stick plugged into the machine running the app.[详细]
2023-01-14 02:45 分类:问答backup database in schedule or not how to find through t-sql
Through SINGLE T-sql query can we find : 1. Database Backup mode - [full,simple,bulk] 2. IS database is scheduled for backup [yes, no][详细]
2023-01-11 17:10 分类:问答Export only new data since the last PostgreSQL database export
I have a decent sized PostgreSQL database (approx 6GB & growing).A full backup/export of the database is done every few hours via cron & pg_dump.Specifically, can I export only the changes to[详细]
2023-01-10 18:44 分类:问答Why is my database backup script not working in php?
I am using the Database Backup script by David Walsh(http://davidwalsh.name/backup-mysql-database-php) to backup my MYSQL database as a .sql file to my server.[详细]
2023-01-09 04:38 分类:问答Most convenient way to save data and make backups in MySQL
one of my colleagues suggested that I should make different databases (MySQL) for each client, so that if one account is compromised, we only need to restore a backup of a single database. I\'m concer[详细]
2023-01-08 19:45 分类:问答Exporting and importing selected rows in a database
Let\'s say I have a database like this: Users ----- ID int PK Identity Name vchar(max) Sales ----- UserID int FK[详细]
2023-01-08 00:43 分类:问答Backup a database using JPA (Design)
I have a working code that doesn\'t work always. Here\'s my approach: Creating the backup Create Entity Manager for source database[详细]
2023-01-07 18:04 分类:问答how do i check under which username a script is run?
i have this script: BACKUP DATABASE timeclockplus TO DISK = \'C:\\Program Files\\Microsoft SQL Server\\MSSQL.2\\MSSQL\\Backup\\backup.bak\'[详细]
2023-01-07 08:43 分类:问答
加载中,请稍侯......