http://www.cnblogs.com/lx20030303/archive/2009/08/05/1539998.html
http://hi.baidu.com/peak09/blog/item/74c5c0eeb5ff2e19fdfa3c9c.html
http://tech.it168.com/a2010/0902/1098/000001098556_1.shtml
http://tech.ddvip.com/2007-05/117955614025070_6.html
http://www.isstudy.com/sqlser/2514.html --SQL Server删除数据库用户
use test_ryan EXEC sp_revokedbaccess'a' 删除test_ryan数据库下面的数据库用户a
user test_ryan drop login a 删除sqlserver服务器用户
http://www.51windows.net/data/?url=/data/files/file_798.asp--SQL Server 数据库管理常用的SQL和T-SQL语句
http://www.yongfa365.com/Item/SQL-Server-2000-All-sp_-Login-User-Role.html --SQL Server 2000登录,用户,角色,组用到的系统存储过程
http://www.cnblogs.com/jacklaw/archive/2008/11/25/1340533.html --- SQL Server 2000 系统表和 SQL Server 2005 系统视图之间的映射
http://database.51cto.com/art/201006/207889.htm---SQL Server数据库查看数据库用户权限很简单
http://msdn.microsoft.com/zh-cn/library/ms178542%28v=SQL.100%29.aspx--安全性目录视图 (Transact-SQL)