/* The following snippet will copy the complete record with Id = 9 from
[databaseName1].[tableName] to [databaseName2].[tableName]*/
INSERT INTO databaseName1.dbo.tableName
SELECT * FROM databaseName2.dbo.tableName
WHERE tableName.Id = 9
Freitag, 9. Oktober 2009
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare:
Kommentar veröffentlichen