Has the functionality of copying objects using the DTS Import/Export Wizard been removed in SQL Server 2005
MSDN says this about the wizard:
"With the DTS Import/Export Wizard, you can transfer database objects such as indexes, views, roles, stored procedures, and referential integrity constraints. For more information, see Copy SQL Server Objects Task."
But the "for more imformation" link describes adding a task to a DTS package to copy an object, not how to use the wizard to copy objects.
It's been awhile since I've used SQL Server 2000, but as I recall it was possible to copy objects as well as data using the DTS Import/Export Wizard.
Thanks,
Ron