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_oledb_defdb()MetaData:
create procedure sys.sp_oledb_defdb
as
select
dbname
from
master..syslogins
where
sid=SUSER_SID()
No comments:
Post a Comment