Comments
1 comment
-
Thanks for your post.
I've logged this as a bug with SQL Prompt 5 (SP-4021), but it's curious why it marks the object as invalid.
It marks the object as invalid because it references dbo.[dtproperties], which doesn't seem to exist anywhere in the database. i.e. unlike all the other system and user objects, dbo.[dtproperties] isn't listed in sysobjects.
Add comment
Please sign in to leave a comment.
Now, SQL Prompt (5.1.16.35) labels one of these new sprocs as invalid:
Object name: dbo.sp_upgraddiagrams
Reason invalid: Invalid object name 'dbo.dtproperties'.
Should SQL Prompt ignore this particular object?