It depends what you mean with COPY, do you want only data or you want the whole table with its indexes, triggers and all other constrains.
1. Copy only data:
Code:
SELECT * INTO NewDataBase.dbo.TableName FROM OldDataBase.dbo.TableName
2. Copy table with all other objects:
Run EM, right click on database name (in the Treeview on left). Choose All Task->Export data, then follow the wizard.
Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
MVP VFP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.