[thelist] SQL Server - Sql Question
Wade Armstrong
thelist at lists.evolt.org
Fri Jul 12 14:09:01 2002
on 7/12/02 11:10 AM, Josh Spiegel at josh@eaccessit.com wrote:
> What all can you query in SQL with SQL server? Can you query usernames
> and passwords? Table names? Column Names?
Indeed you can. Pretty much all the info about everything is stored in
various system tables.
Download SQL Server Books Online at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp and type
"sys" into the index tab to see a list of many of the tables you can query
and their attributes.
Wade