Click or drag to resize
SqlInstallationHelperCopyDatabase Method
Create a copy of database. This feature is available only in SQL Azure databases.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public 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