. What's nice about using information_schema is that it's ANSI standard so it will work on compliant dBs. Your question pertains directly to T-SQL but I like to code generically when there isn't a performance hit. When I work on other dBs I have to remember less vendor specific stuff. You don't need the
here.
can yield internal performance optimizations with MS SQL Server. In this case it's probably trival but I thought I'd mention it.