We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7772b27 commit e9c2e8dCopy full SHA for e9c2e8d
dbm-services/sqlserver/db-tools/dbactuator/pkg/core/cst/const.go
@@ -234,7 +234,7 @@ var (
234
set @sql ='
235
use master
236
IF SUSER_SID('''+@username+''') IS NOT NULL
237
- DROP LOGIN ' +@username+ '''
+ DROP LOGIN ' +@username+ '
238
CREATE LOGIN ['+@username+'] WITH PASSWORD = N'''+@pwd+''', DEFAULT_DATABASE = [master], CHECK_POLICY = OFF;'
239
IF @role <> 'public'
240
set @sql = @sql + '
0 commit comments