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