![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have a scheduled DTS package which transfers a database (tables, stored procedures, views, functions, etc) on a nightly basis. We specifically choose the following options: Create Destination Objects - checked Replace Existing Data - checked Include Extended Objects - checked Use Collation - unchecked Copy All Objects - checked Use default options - unchecked and "copy database users" and "copy object level permissions" both unchecked But I have noticed in recent days that adding new tables to the source database is causing the database to fail. Why should this be the case when I am telling the DTS package to specifically create destination objects and replace the existing data. On my latest attempt to copy all data across using this package, i get this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.tmpRateNumberDescription'. Why can't it copy this table across? I'm telling it to recreate all tables and replace any existing data, so I don't understand how this error can occur. I do really want to use the "copy all objects" option, so that if we add new tables to the source database, the destination database will always mirror the source database. Please advise! -- welcome to the mooon ! |
#3
| |||
| |||
|
|
We have a scheduled DTS package which transfers a database (tables, stored procedures, views, functions, etc) on a nightly basis. We specifically choose the following options: Create Destination Objects - checked Replace Existing Data - checked Include Extended Objects - checked Use Collation - unchecked Copy All Objects - checked Use default options - unchecked and "copy database users" and "copy object level permissions" both unchecked But I have noticed in recent days that adding new tables to the source database is causing the database to fail. Why should this be the case when I am telling the DTS package to specifically create destination objects and replace the existing data. On my latest attempt to copy all data across using this package, i get this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'dbo.tmpRateNumberDescription'. Why can't it copy this table across? I'm telling it to recreate all tables and replace any existing data, so I don't understand how this error can occur. I do really want to use the "copy all objects" option, so that if we add new tables to the source database, the destination database will always mirror the source database. Please advise! -- welcome to the mooon ! |
![]() |
| Thread Tools | |
| Display Modes | |
| |