Data-tier application version storage at sql server level

  • Is is possible to determine the version of Data-tier application that is deployed on sql server instance ?

    Where is the version number stored ?

  • Try [msdb].[dbo].[sysdac_history_internal] and [msdb].[dbo].[sysdac_instances_internal]

    Catch-all queries done right [/url]
    Gail Shaw's Performance Blog[/url]

  • SELECT instance_name, type_version FROM msdb.dbo.sysdac_instances

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply