| SqlInstallationHelperCopyDatabase Method  | 
            Create a copy of database. This feature is available only in SQL Azure databases.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static void CopyDatabase(
	string connectionString,
	string databaseName,
	string copyName
)
Parameters
- connectionString
 - Type: SystemString
Connection string to master database. - databaseName
 - Type: SystemString
Name of database to copy. - copyName
 - Type: SystemString
Name of new database. 
See Also