Hello -
I use this DTS package to refresh the database on my Test server.
The package - Drops tables in the destination db
- Creates tables in the destination db
- copies data from source --> destination
The data gets copied... no problem there.
Problem: The Keys and Default values do not get copied to the Destination tables
(I drop and recreate the tables to be certain that any new tables in my production db get restored to the test db)
What can I do to keep from losing the keys and defaults??
Thanks, John
I use this DTS package to refresh the database on my Test server.
The package - Drops tables in the destination db
- Creates tables in the destination db
- copies data from source --> destination
The data gets copied... no problem there.
Problem: The Keys and Default values do not get copied to the Destination tables
(I drop and recreate the tables to be certain that any new tables in my production db get restored to the test db)
What can I do to keep from losing the keys and defaults??
Thanks, John