DUMP (TSQL Statement)
creates a backup file for the server parameters, logins, or databases.
Syntax
DUMP PARAMETERS TO 'filename'
DUMP LOGINS TO 'filename'
DUMP DATABASE database_name WITH DDL_ONLY TO 'filename'
DUMP DATABASE database_name TO 'filename'
Remarks
This statement is not implemented yet.