How do I get the definition of a view ?

  • ? ( I mean via T-SQL ) What sys.xxx should I be querying

  • sys.sql_modules

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • mw112009 (6/8/2016)


    ? ( I mean via T-SQL ) What sys.xxx should I be querying

    You need to link sys.views and sys.sql_modules.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply