|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Copying structure of table form one database to anotherI am wondering if there is a simple way, like a stored procudure or
using some type of table object, to copy a table form one database to another. Just the structure , index, triggers, I don't want the data. kevin.jo***@gmail.com wrote:
> I am wondering if there is a simple way, like a stored procudure or You can generate a script for the whole schema with EM and execute it on > using some type of table object, to copy a table form one database to > another. Just the structure , index, triggers, I don't want the data. the target db. Maybe there's also a solution involving DTS - I'm not sure. robert Using DMO library also is possible and using DTS
-- Show quoteCurrent location: Alicante (ES) "Robert Klemme" wrote: > kevin.jo***@gmail.com wrote: > > I am wondering if there is a simple way, like a stored procudure or > > using some type of table object, to copy a table form one database to > > another. Just the structure , index, triggers, I don't want the data. > > You can generate a script for the whole schema with EM and execute it on > the target db. Maybe there's also a solution involving DTS - I'm not sure. > > robert > |
|||||||||||||||||||||||