Where is "sys.symmetric_keys"

  • The BOL example on "Simple Symmetric Encrpytion" begins with

     

    IF NOT EXISTS

    ( SELECT * FROM sys.symmetric_keys WHERE...)

     

    The select statement works fine but where is the referenced "table" to be found? I coulnd't locate it under table\view for the AdventureWorks database or master database.

     

    TIA,

     

    Bill

     

  • it's a catalog view under Views-->System Views under each database.

     

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

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