Sie sind auf Seite 1von 1

create database DestinationDB

Select * into DestinationDB.dbo.tableName from SourceDB.dbo.SourceTable


BACKUP DATABASE DestinationDB
TO DISK = 'C:\DestinationDB.BAK'
GO

Das könnte Ihnen auch gefallen