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_MSsettopology(nvarchar @server, int @X
, int @Y)
MetaData:
create procedure sys.sp_MSsettopology
@server nvarchar(258), @X int, @Y int
as
-- empty --
return 0
No comments:
Post a Comment