Expand Minimize
This topic has not yet been rated - Rate this topic

sys.synonyms (Transact-SQL)

Contains a row for each synonym object that is sys.objects.type = SN.

Column name Data type Description

<Columns inherited from sys.objects>

For a list of columns that this view inherits, see sys.objects (Transact-SQL).

base_object_name

nvarchar(1035)

Fully quoted name of the object to which the user of this synonym is redirected.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.