Interpreting type codes in sys.objects in SQL Server

前端 未结 3 1220
慢半拍i
慢半拍i 2021-02-01 08:02

On SQL Server, the sys.objects table includes \"Type\" and \"Type_Desc\" attributes. For example, for one of my DBs:

SELECT DISTINCT [Type], Type_Desc
FROM Sys.O         


        
3条回答
提交回复
热议问题