About 50 results
Open links in new tab
  1. sql server - What is the SQLDump file for? - Server Fault

    Jun 22, 2009 · A SQL Server 'crash' occurs - either an A/V, assert or some other uncaught code error. In this case the file is a memory dump, the size and contents of which are dependent on the problem …

  2. How to dump a Microsoft SQL Server database to a SQL script?

    151 Is there any way to export a Microsoft SQL Server database to a SQL script? I'm looking for something which behaves similarly to mysqldump, taking a database name, and producing a single …

  3. MySQL Dump Viewer - Server Fault

    There are a few tools out there for viewing the dump files out there. Keep in mind that it's just a huge text-file with sql commands. Any SQL Query Analizer tool out there can typically open and view the …

  4. Import MySql DB Dump Into New MariaDB - Server Fault

    Jan 17, 2021 · I am on Ubuntu 20.04, trying to migrate from MySQL to MariaDB 10.5. I have mariadb installed correctly and I am trying to import the dump of all of my dbs in the new mariadb using mysql …

  5. sql - How to dump a part of a table from PostgreSQL? - Server Fault

    May 28, 2012 · If you want to dump parts of tables in pg_dump format (for example, if you want INSERT statements, etc.), then you can create a temporary database and user, create the table schemas …

  6. mysql - mysqldump to a tar.gz - Server Fault

    Jan 27, 2010 · Usually after dumping a MySQL database with mysqldump command I immediately tar/gzip the resultant file. I'm looking for a way to do this in one command: So from this: mysqldump …

  7. Can I run a Select query on an SQL dump? - Server Fault

    Nov 28, 2022 · Here is my issue. I've a backup system, that creates an SQL Dump from a DB cluster every day. Works fine, yade yade. The cluster died one day and we realized, the sql dump were …

  8. Dump Microsoft SQL Server database to an SQL script

    Possible Duplicate: Dump Microsoft SQL Server database to an SQL script Is there any way to export a Microsoft SQL Server database to an sql script? I'm looking for something which behaves similarly to …

  9. Creating a sql dump of Microsoft Access tables - Server Fault

    Sep 21, 2010 · Is it possible to generate a sql script that contains CREATE and INSERT statements for some tables within an Access database?

  10. How to create human readable live dump of SQL Server Database (all ...

    how can I get a Dump of a database with many tables to a flat file that is human readable quickly? Like csv or SQL create/update phrases. Or any binary format that can be viewed from a text viewer is