字体:大 中 小
护眼
关灯
上一章
目录
下一章
第一千六百九十八章 高手七 (2 / 11)
declare #curDistDb CURSOR LOCAL FAST_FORWARD FOR
select publisher, distributor, distribdb
from #distdbs
FOR READ ONLY
open #curDistDb
fetch #curDistDb into @publisher, @distributor, @distribdb
while (@@fetch_status >= 0)
BEGIN
-- sp_MSpublication_access returns those publications that the passed login has access to.
-- If the value passed in for @agent_login is not the same as the current user, a separate
-- table is populated with those publications that the agent has access to. This table is
-- used to set the agent_access field returned.
--
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章