Skip to content

Simple Solution For Database Tasks With Azure #442

@metaskills

Description

@metaskills

The following tasks are the most common and we currently rely on the user's giving us administrator level credentials to connect to SQL Server and perform said tasks via simple SQL statements provided by each task.

  • create_database
  • drop_database

These tasks are much more complicated on Azure which has no USE ? notion. You have to re-connect, but it does have a master DB. Options to support these tasks include:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions