In the schema tree, go to
(1) SQL Server 2012 -> Security -> Linked Servers -> Linked
right click 'Linked' node to get popup menu displayed:
Create Linked Server
Alert Linked Server
Drop Linked Server
Linked Server Properties
...
(2) SQL Server 2012 -> Security -> Remotes Servers -> W7SRV80
right click 'W7SRV80' node to get popup menu displayed:
Create Linked Server
Alert Linked Server
Drop Linked Server
Linked Server Properties
Should the popup menu from (2) above be:
Create Remote Server
Alert Remote Server
Drop Remote Server
Remote Server Properties
as SybaseASE Remote Server node does?
If you take a look SQL Server implementation, MSDatabaseLinksRemoteServersNode::createNode(ResultSet) (line #56) return an instance of MSDatabaseLinkLinkedServerNode, but not an instance of MSDatabaseLinkRemoteServerNode. Is this by design or a bug?
fixed. remote server node now used... these two database objects use the same extraction & scripting methods that determine the type at the moment. GUI's are different...
Issue #7318 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-alpha-6 |
No time estimate |
fixed. remote server node now used... these two database objects use the same extraction & scripting methods that determine the type at the moment. GUI's are different...