Skip to content

Check if connected to SQL Azure and warn user that platform is not supported. #1

@HannahVernon

Description

@HannahVernon

Checking if the connected instance is SQL Azure via the following code, which returns 1 if the instance is Azure SQL Database, should exit the module with advice that SQL Azure is not supported:

SELECT CASE WHEN CONVERT(nvarchar(128), SERVERPROPERTY(N'Edition')) LIKE N'%Azure%' THEN 1 ELSE 0 END

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions