![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
We have a remote database where there is no connectivity (Even dial-up facility is not available). Transactions are very high and data gets transferred to primary site thru tape device. We cannot afford to put a DBA for maintenance activity. For regular maintenance activity we are planning to follow these methods on monthly basis (All tables are all pages locking scheme) 1. Write a script to drop all the references (foreign keys) 2. Drop all the clustered indexes 3. Re-create indexes and recreate references. 4. Execute the script on schedule basis (Monthly) 5. run dbcc on these tables and dump the database We cannot do bcp out or reorg rebuild.. also we cannot keep visiting the site frequently. This part is only covering for indexes.... We need experts advise on this scheduled tasks, is it feasible & workable solution? Thanks KRV |
#2
| |||
| |||
|
|
We have a remote database where there is no connectivity (Even dial-up facility is not available). Transactions are very high and data gets transferred to primary site thru tape device. We cannot afford to put a DBA for maintenance activity. For regular maintenance activity we are planning to follow these methods on monthly basis (All tables are all pages locking scheme) 1. Write a script to drop all the references (foreign keys) 2. Drop all the clustered indexes 3. Re-create indexes and recreate references. 4. Execute the script on schedule basis (Monthly) 5. run dbcc on these tables and dump the database We cannot do bcp out or reorg rebuild.. also we cannot keep visiting the site frequently. This part is only covering for indexes.... We need experts advise on this scheduled tasks, is it feasible & workable solution? Thanks KRV |
#3
| |||
| |||
|
|
We have a remote database where there is no connectivity (Even dial-up facility is not available). Transactions are very high and data gets transferred to primary site thru tape device. We cannot afford to put a DBA for maintenance activity. For regular maintenance activity we are planning to follow these methods on monthly basis (All tables are all pages locking scheme) 1. Write a script to drop all the references (foreign keys) 2. Drop all the clustered indexes 3. Re-create indexes and recreate references. 4. Execute the script on schedule basis (Monthly) 5. run dbcc on these tables and dump the database |
|
We cannot do bcp out or reorg rebuild.. also we cannot keep visiting the site frequently. |
|
This part is only covering for indexes.... We need experts advise on this scheduled tasks, is it feasible & workable solution? |
#4
| |||
| |||
|
|
Yes defragmentation, updating statistics.. and this will be used max on 18 tables and we can afford to allocate 12-14 hrs time for this particular task. At this point of time there are no maintenance tasks are run. even server is not configured properly.. client has installed and running the server there are few things to be done which improves response time for reports.. Applications uses extensive reporting and we are targeting @ (network packet size, memory increase, cache binding, update statistics,etc ) we also found open objects are less and few procedure are failing...DB Design is one of the best I have ever come across... might be this is the one of the reason without DBA the applications and DB are running on its own.. Apart for dumping the DB no other activities are currently run on this database |
![]() |
| Thread Tools | |
| Display Modes | |
| |