June 4, 2012

sp_MSsettopology (Transact-SQL MetaData) Definition

Please note: that the following source code is provided and copyrighted by Microsoft and is for educational purpose only.
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

Total Pageviews