In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The following is an example of using cursors in sybase, because it took some time to use, so it was specially made to record
-- query the object permissions directly granted to the user
DECLARE cur_DBName CURSOR FOR SELECT [name] FROM master..sysdatabases
Go
BEGIN
DECLARE @ temDBName VARCHAR (30)
DECLARE @ v_sql VARCHAR 8000
CREATE TABLE # tb_t1 (dbName VARCHAR 50) NULL, objectName VARCHAR (50) NULL,userName VARCHAR (50) NULL, loginName VARCHAR (50) NULL, action INT NULL, protecttype INT, grantor INT)
OPEN cur_DBName
FETCH cur_DBName into @ temDBName
WHILE @ @ SQLSTATUS=0
BEGIN
SET @ v_sql='insert into # tb_t1 select''+ @ temDBName+''',d.name,b.name,c.name,a.action,a.protecttype,a.grantor from'+ @ temDBName+'..sysprotects a
Inner join'+ @ temDBName+'..sysusers b on a.uid = b.uid
Inner join master..syslogins c on b.suid = c.suid
Inner join'+ @ temDBName+'..sysobjects d on a.id = d.id
'
Exec (@ v_sql)
FETCH cur_DBName into @ temDBName
END
Close cur_DBName
Deallocate CURSOR cur_DBName
SELECT * FROM # tb_t1
DROP TABLE # tb_t1
END
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.