We are using a SQL Server Data-tier application (dacpac or DAC pack) and I'm having a hard time finding the current version of the database.
Is there a way to obtain the current version using any of these methods:
- From within SQL Server Management Studio
- Via a SQL statement
- Programmatically using .NET code