This seems simple enough, but can’t see to find any information on it. All I want to is view the table definition for sysobjects in Object Explorer along with all of the other system tables. I know I can jus select * from sysobjects, but I want to see all of the other system table definitions as well in object explorer. When I open up system tables under my database, all I see is dbo.sysdiagrams. Help?
Share
You may be able to get what you need from the
sys.objectsVIEW.Under your DB go to
Views-->System Viewsto see your options.