If so, script your table (with all constrains, indexes and other things) then change Table name in script (or execute script directly in other DB) and issue:
Code:
INSERT INTO NewDB.dbo.tableName -- Or change
SELECT * from OldDB.dbo.TableName
Other way is to use Export wizzard and choose to export that table in new DB.
Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
MVP VFP
From Enterprize Manager open your DB, Right Click on table and choose "All Tasks", then select Generate SQL Script
When Script Wizzard appears check every page of it and choose every option you need.
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.