The meta data is from an SQL 2012 Server.
I have posted alot more, find the whole list here.
Goto Definition or MetaData
Definition:
sys.sp_MSsetaccesslist(nvarchar @publication, nvarchar @publisher
, nvarchar @publisher_db)
MetaData:
create procedure sys.sp_MSsetaccesslist
@publication sysname,
@publisher sysname,
@publisher_db sysname
AS
-- we don't need to do anything here since we use role based security
return 0
No comments:
Post a Comment