burmanm / rhq-sqlserver-plugin

SQL Server agent plugin for RHQ
GNU General Public License v2.0
2 stars 0 forks source link

Fix table discovery to use object_id as resourceKey #15

Closed burmanm closed 11 years ago

burmanm commented 11 years ago

SELECT s.name + '.' + t.name AS table_name, t.object_id AS object_id FROM sys.tables AS t INNER JOIN sys.schemas AS s ON s.schema_id = t.schema_id

burmanm commented 11 years ago

16 change will undo this requirement.