From the name itself we can guess that SYNONYMS are alias which is pointing to the Database objects.The use of synonym is to replace Multi part name SQL Statement into Single part name SQL Statement.
Synonyms can be created on only following objects.
- Assembly Aggregate (CLR) Aggregate Functions
- Assembly (CLR) Stored Procedure
- Assembly (CLR) Table-valued Function
- Assembly (CLR) Scalar Function
- Replication-filter-procedure
- SQL Table-valued Function
- Extended Stored Procedure
- SQL Scalar Function
- SQL Inline-table-valued Function
- SQL Stored Procedure
- Table (User-defined)
- View
Let us look the below code for more understanding.
seo new york
13 years agoI want to be able to access my SQL Server on my computer from another computer on the network.
Both computers have SQL Server installed now I just need to know how to configure the Host system and what ports I need to open on the firewall for example.
Thanks.
Varun R
13 years agoYou need to open 1433 Port.