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 |
|
admin001
Posting Yak Master
166 Posts |
Posted - 2003-08-30 : 01:14:21
|
| Hi ,I was just installing SQL 2000 SP 3a on my test SQL server before deploying it on a production servers . During the service pack installation , i came across a message whether if i would like have database cross-check enabled or let SP 3a rebuild the system catalogs . I am not sure what does this message means and would like to have your suggestions if anyone has come across this message . Will it affect any databases which are working on SP 2 currently ? Will it have any other impact if i just select to rebuild system catalogs ? Which option should i select ? I did not find anything on this in BOL . Thanks . |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-08-30 : 01:35:01
|
| Is it cross database ownership chaining?It means that permissions allocated in one database can be used for permissions in another e.g. an SP accessing a table in another database.Sounds like you had this option on and it is asking whther you still want it.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
admin001
Posting Yak Master
166 Posts |
Posted - 2003-08-30 : 01:54:12
|
| Thanks NR ,Yes precisely it is cross database ownership chaining . Then it that case it is better to select that option during the SP3a upgrade rather than going for rebuilding the entire catalogs . Where can i see that option set ? Is there any way to check that ? Thanks once again . |
 |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
|
|
admin001
Posting Yak Master
166 Posts |
Posted - 2003-08-31 : 21:32:06
|
| Thanks Eyechart . The links will be very useful to me . I will go through the docs before i implement it on Prod.servers .Thanks to all for your help. |
 |
|
|
|
|
|