PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,215 This week: 1All time: 3,130 This week: 560Up
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 is available for providing paid consulting. Contact Jonathan Hilgeman .
Classes: 1 package by
Country: United States United States
Age: ???
All time rank: 2102298 in United States United States
Week rank: 411 Up48 in United States United States Up
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,215
This week:1
All time:3,130
This week:560Up
User Comments (1)