Try deleting data:
EXEC sp_msforeachtable "ALTER TABLE ? NOCHECK CONSTRAINT all"
-- delete data in all tables
EXEC sp_MSForEachTable "DELETE FROM ?"
-- enable all constraints
exec sp_msforeachtable "ALTER TABLE ? WITH CHECK CHECK CONSTRAINT all"
To import data:
- In Microsoft SQL Server Management Studio Express, expand the databases.
- Right-click on the database containing the objects that you want to copy to another database.
- "", " "... Script, :
- ( ),
- ( ),
- , Script ( , ..),
- , , , Script ( Script ).
. USE ( ), (, USE [Northwind]) script.