Home Forums SQL Server 2008 T-SQL (SS2K8) Difference between INFORMATION_SCHEMA.COLUMNS and sys.columns RE: Difference between INFORMATION_SCHEMA.COLUMNS and sys.columns<!-- 864 -->

  • This is an easy one:

    ALWAYS use sys.; NEVER use INFORMATION_SCHEMA.

    Not only might I_S be inaccurate, I've found it's also much slower and much more prone to locking/deadlocking. The I_S view definitions perhaps don't look like they should be, but they are.

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.