Why am I getting "Invalid object name 'sys.sysobjvalues'."
2
votes
1
answer
13224
views
When I run
SELECT OBJECT_DEFINITION(OBJECT_ID('sys.assembly_files'));
I can see that there is a self-join on
sys.sysobjvalues
, but when I try to select that table I get,
Msg 208, Level 16, State 1, Line 1
Invalid object name 'sys.sysobjvalues'.
What's going on here? Why is that object name invalid?
Asked by Evan Carroll
(65502 rep)
Dec 17, 2017, 09:17 AM
Last activity: Dec 17, 2017, 09:25 AM
Last activity: Dec 17, 2017, 09:25 AM