We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38329a9 commit c4f1e5aCopy full SHA for c4f1e5a
SQL/WideWorldImportersUpdates.sql
@@ -10,7 +10,7 @@ GO
10
Create user to be used in the sample API solution
11
*/
12
IF USER_ID('DotNetWebApp') IS NULL BEGIN
13
- CREATE USER [DotNetWebApp] WITH PASSWORD = 'a987REALLY#$%TRONGpa44w0rd';
+ CREATE USER [DotNetWebApp] WITH PASSWORD = 'a987REALLY#$%TRONGpa44w0rd!';
14
END
15
16
/*
0 commit comments