Extended properties for SQL Server VDBs
Extended properties and how to view them
This topic describes extended properties on VDBs that you can use to track the origin of VDBs through SQL Server tools on target servers.
These are the extended properties:
Property | Description |
---|---|
| Address of the Delphix Engine hosting the VDB |
| UUID of the Delphix Engine hosting the VDB |
| Internal reference of the VDB |
You can find these properties in the following locations:
For a VDB using the SQL Server Management Studio tool: under the Extended Properties page of the Properties window
Using the
sp_dlpx_vdbinfo
stored procedure.To install and run this stored procedure, run the SQL code contained in
<Delphix Connector install path>\etc\sp_dlpx_vdbinfo.sql.