I am using DTS with Enterprise Manager to copy a table that exists on our server. I only want to copy certain rows of the table into the new table, and I have a query that does that. I want the new table to have the same triggers, indexes, etc. attached to it that the original table has. When I do the copy, there are no triggers/indexes attached to the table when I look at it listing on Query Analyzer. How do I get them to copy with the table structure?
Thanks for your help!
Thanks for your help!