PHP Classes

PHP MSSQL Dump: Dump a Microsoft SQL server database

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,217 This week: 1All time: 3,131 This week: 42Up
Version License PHP version Categories
php-mssql-dump 1.0Freeware5.0PHP 5, Databases, Systems administration
Description 

Author

This class can be used to generate a dump of a Microsoft SQL server database.

It accesses a given Microsoft SQL server database and retrieves schema and data to generate a string with SQL statements that can be used to recreate the database.

The class may dump just the database schema, just the table data, or both.

It may also strip comments and not indent the output string with tabs to make the output as compact as possible.

Innovation Award
PHP Programming Innovation award nominee
October 2009
Number 7


Prize: One copy of VS.PHP
MySQL is the most popular database used in PHP applications.

To take backups of a MySQL database, there is the mysqldump command. There are also several classes that emulate the mysqldump in pure PHP code.

This class provides a similar solution for taking backups of Microsoft SQL server databases using pure PHP code.

Manuel Lemos
Picture of Jonathan Hilgeman
Name: Jonathan Hilgeman <contact>
Classes: 1 package by
Country: United States United States
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (1)  
File Role Description
Plain text file phpmssqldump.class.php Class Main class file

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,217
This week:1
All time:3,131
This week:42Up
User Comments (1)