PHP Classes
elePHPant
Icontem

PHP MSSQL Dump: Dump a Microsoft SQL server database

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-10-23 (7 years ago) RSS 2.0 feedNot enough user ratingsTotal: 1,100 All time: 3,294 This week: 936Up
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  
File Role Description
Plain text file phpmssqldump.class.php Class Main class file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,100
This week:0
All time:3,294
This week:936Up
User Comments (1)