列出网络上的服务器
:serverlist
显示当前服务器上所有数据库
select name from sys.databases
显示当前数据库中所有表
select table_name from information_schema.tables