17.07.2015 Views

Download eBook (PDF) - Red Gate Software

Download eBook (PDF) - Red Gate Software

Download eBook (PDF) - Red Gate Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

APPENDIX A: VIEWS ANDFUNCTIONS REFERENCEEncryption Catalog Views ReferenceAll of the following catalog views, unless otherwise noted, are available inSQL Server 2005 as well as SQL Server 2008:Sys.Asymmetric_KeysThe sys.asymmetric_keys catalog view presents the metadata for theasymmetric keys that exist in a database. This view can be executed against anyuser or system database within the SQL Server instance.USE HomeLending;GOSELECT * FROM SYS.ASYMMETRIC_KEYS;GOListing A-1: Syntax of sys.asymmetric_keys.Sys.CertificatesThe sys.certificates catalog view presents the metadata for thecertificates that exist in a database. This view can be executed against any useror system database within the SQL Server instance.USE HomeLending;GOSELECT * FROM SYS.CERTIFICATES;GOListing A-2: Syntax of sys.certificates.207

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!