Aracılığıyla paylaş


Veritabanı görev Düzenleyicisi (Databases sayfa) aktarın.

Use the Databases page of the Transfer Database Task Editor dialog box to specify properties for the source and destination databases involved in the Transfer Database task.Veritabanı aktarma görev kopyalar veya taşır bir SQL Server iki örnekleri arasında veritabanı SQL Server. Bu görev, bir veritabanı içinde aynı sunucuya kopyalamak için de kullanılabilir.Bu görev hakkında daha fazla bilgi için bkz: Veritabanı görev Aktar.

Not

Veritabanı aktarma görev destekler. SQL Server 2000 ve SQL Server. Bir veritabanı örnek arasında aktarabilirsiniz SQL Server 2000, örnekleri SQL Serverve örnek SQL Server 2000 örneğine SQL Server.

Seçenekler

  • KaynakBağlantı
    Listeden bir SMO Bağlantı Yöneticisi'ni seçin veya tıklatın <Yeni bağlantı... > Kaynak sunucu yeni bir bağlantı oluşturmak için .

  • DestinationConnection
    Listeden bir SMO Bağlantı Yöneticisi'ni seçin veya tıklatın <Yeni bağlantı... > Hedef sunucu yeni bir bağlantı oluşturmak için .

  • DestinationDatabaseName
    Specify the name of the SQL Server database on the destination server.

    To automatically populate this field with the source database name, specify the SourceConnection and SourceDatabaseName first.

    To rename the database on the destination server, type the new name in this field.

  • DestinationDatabaseFiles
    Specifies the names and locations of the database files on the destination server.

    To automatically populate this field with the source database file names and locations, specify the SourceConnection, SourceDatabaseName, and SourceDatabaseFiles first.

    To rename the database files or to specify the new locations on the destination server, populate this field with the source database information, and then click the browse button.In the Destination database files dialog box, edit the Destination File, Destination Folder, or Network File Share.

    Not

    If you locate the database files by using the browse button, the file location is entered using the local drive notation: for example, c:\.You must replace this with the network share notation, including the computer name and share name.If the default administrative share is used, you must use the $ notation, and have administrative access to the share.

  • DestinationOverwrite
    Specify whether the database on the destination server can be overwritten.

    Bu özellik aşağıdaki seçenekleri olan tablo:

    Değer

    Açıklama

    True

    Overwrite destination server database.

    False

    Do not overwrite destination server database.

    Uyarı

    The data in the destination server database will be overwritten if you specify True for DestinationOverwrite, which may result in data loss.To avoid this, back up the destination server database to another location before executing the Transfer Database task.

  • Action
    Specify whether the task will Copy or Move the database to the destination server.

  • Yöntem
    Specify whether the task will be executed while the database on the source server is in online or offline mode.

    To transfer a database using offline mode, the user that runs the package must be a member of the sysadmin fixed server role.

    To transfer a database using the online mode, the user that runs the package must be a member of the sysadmin fixed server role, or the database owner (dbo) of the selected database.

  • SourceDatabaseName
    Select the name of the database to be copied or moved.

  • SourceDatabaseFiles
    Click the browse button to select the database files.

  • ReattachSourceDatabase
    Specify whether the task will attempt to reattach the source database if a failure occurs.

    Bu özellik aşağıdaki seçenekleri olan tablo:

    Değer

    Açıklama

    True

    Reattach source database.

    False

    Do not reattach source database.