SELECT *FROM sysobjects AS o JOIN syscolumns AS c ON o.id = c.id JOIN syscomments AS sc ON c.cdefault = sc.id