Skip to content

add additional options for creating/maintaining non dacpac/bacpac databases #21

@nkavadias

Description

@nkavadias

Current CreateDb function leaves a lot to be desired.
In a real environment, if databases are to be created/maintained using xDatabase then it should support more than just $databaseName. Some optional parameters as per T-SQL CREATE DATABASE / ALTER DATABASE I'd like to add are:

  • collation_name
  • containment_option
  • recovery_option
  • filespec for primary data file & log file
    • name
    • size
    • maxsize
    • filegrowth

Should I be contributing changes/ using https://github.com/PowerShell/xSQLServer instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions