01 2008 档案

摘要:用户表--- user uid username 1 user1 2 user2 3 user3 ......... 数据表1--- table1 id useranme a b c ... 阅读全文
posted @ 2008-01-23 20:29 zhengguoqing 阅读(407) 评论(0) 推荐(0)
摘要:select [name] from sys.all_objects where type = 'p' and modify_date > '2007-11-6' exec master.dbo.xp_cmdshell 'logoff id ' exec master.dbo.xp_cmdshell 'query user' 阅读全文
posted @ 2008-01-10 11:30 zhengguoqing 阅读(260) 评论(0) 推荐(0)