SyntaxFix
Write A Post
Hire A Developer
Questions
You can check in the system 'table column mapping' table
SELECT count(*) FROM Sys.Columns c JOIN Sys.Tables t ON c.Object_Id = t.Object_Id WHERE upper(t.Name) = 'TAGS' AND upper(c.NAME) = 'MODIFIEDBYUSER'