Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jauner
Starting Member
19 Posts |
Posted - 2010-02-23 : 15:24:02
|
Why cant I do both update statistics and reogranize index pages in the maintenance plan? Also I getting the following error when doing the index via the maintenance plan:[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL Server Driver][SQL Server]DBCC failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'.I am thinking I need to do a separate update statistics maintenance plan, which I assume should be done after the reorganize index pages plan. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jauner
Starting Member
19 Posts |
Posted - 2010-02-24 : 12:27:47
|
Thanks. The only problem is I am using SQL 2000 |
 |
|
|
|
|