Identify Tables Storing GUID Values March 5, 2019 You can identify tables that store a GUID (Globally Unique Identifier) value with the following script: SELECT = s.name + N’.’ + t.nameFROM sys.tables AS tINNER JOIN sys.schemas AS sON