字体:大 中 小
护眼
关灯
上一章
目录
下一章
第一千六百九十八章 高手七 (3 / 11)
-- Information is returned on those publications that the current user has access to.
--
SELECT @proc = case when (@distributor IS NOT NULL) THEN quotename(@distributor) + N'.' else N' ' end
+ quotename(@distribdb) + N'.sys.sp_MSpublication_access'
--
-- Get accessible publication list if user is not sysadmin
--
if (@is_user_admin = 0)
begin
insert into @curuser_publications
EXEC @retcode = @proc
@publisher = @publisher,
@operation = N'get_publications',
@login = @login
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章