Skip to content

v12.0.0

Compare
Choose a tag to compare
@johlju johlju released this 25 Dec 09:16
cf6383a
  • Changes to SqlServerDatabaseMail
    • DisplayName is now properly treated as display name
      for the originating email address (issue #1200).
      Nick Reilingh (@NReilingh)
      • DisplayName property now defaults to email address instead of server name.
      • Minor improvements to documentation.
  • Changes to SqlAGDatabase
  • Changes to SqlDatabaseOwner
    • BREAKING CHANGE: Support multiple instances on the same node.
      The parameter InstanceName is now Key and cannot be omitted
      (issue #1197).
  • Changes to SqlSetup
    • Added new parameters to allow to define the startup types for the Sql Engine
      service, the Agent service, the Analysis service and the Integration Service.
      The new optional parameters are respectively SqlSvcStartupType, AgtSvcStartupType,
      AsSvcStartupType, IsSvcStartupType and RsSvcStartupType (issue #1165.
      Maxime Daniou (@mdaniou)