DeployState View

The Reporting2.DeployState view defines deployment states.

Column Name Data Type Nullable Description
Id int   The deploy state id.
Value nvarchar(100)   The value of the deploy state.
Description nvarchar(512)   A description of the deploy state.

Content

Run the following query to generate the contents for the Reporting2.DeployState view.

SELECT [Id]

,[Value]

,[Description]

FROM [SecurityControls].[Reporting2].[DeployState]