Replace <default> values in Owner and Collation fields for Create Database dialog (#2086)

This commit is contained in:
Cory Rivera
2023-06-02 16:19:00 -07:00
committed by GitHub
parent 0b247e507e
commit 0ad169781e
2 changed files with 19 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.ObjectManagement
return new DatabaseInfo()
{
Name = "TestDatabaseName_" + new Random().NextInt64(10000000, 90000000).ToString(),
Owner = "<default>",
Owner = "sa",
CollationName = "SQL_Latin1_General_CP1_CI_AS",
CompatibilityLevel = "SQL Server 2022 (160)",
ContainmentType = "None",