0
Completed

Creation of a new connector - 'dbo' configuration

Matthew Woolnough 11 years ago updated by anonymous 8 years ago 3

Creation of a new Connector:

Owner - Had to configure to 'dbo' for some reason, even though Owner was 'domainname\Administrator'

Edit (Adam): This is the owner of the table, in the format of a schema. A default install will have a value of dbo. The UI should be updated so that this is more obvious. Could dynamically get this from the connector as we have the details.

SELECT name, SCHEMA_NAME(schema_id) FROM sys.tables

Use a default of dbo.

A default setting of dbo is now in place, along with a better description of the setting.

Confirmed or migrated to VSO.