DataBase
chenpan1988
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Database common commands
sybase sp_help -lists all objects list all objects in a specific database including tables and views. select name from sysobjects where type='U' Refer to http://infocenter.sybase.com/h原创 2013-08-06 17:45:14 · 604 阅读 · 0 评论 -
confilicts between permissions on a store procedure and the objects it referers to
Question If user 'A' has the permission to execute stored procedure 'p1', while doesn't have access permission to table 'T' which is refered to in 'p1', then whether user 'A' can execute 'p1'? Answe原创 2013-08-20 20:50:55 · 902 阅读 · 0 评论
分享