Hi there,
I have an msdb database from an old sql server, which I have restored elsewhere as oldserver_msdb. I am trying to query the values in sys.configurations, but since that's actually a view, I suspect it's showing me the values from the "real" or"live" msdb system database.
How can I get at the true source data for the restored sys.configurations?
If it helps, the specific value I need to look up is 'clr enabled'.
Thanks,
Lori