Useful system views on sql server - there are loads but here are the useful ones
all abbreviated sys.*
sys.sql_logins Lists all users who can access the database.
sys.columns Lists all columns on database
sys.tables Lists all tables on database
sys.assemblies Lists all assemblies on database
sys.foreign_keys Lists all foreign keys on database
sys.triggers Lists all triggers on database
sys.procedures Lists all procedures on database
Tuesday, 4 September 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment