save
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
# SQL Server Connection Info
|
||||
$ServerName = "172.20.235.176"
|
||||
$Username = "sa"
|
||||
$Password = "robotics@2020"
|
||||
$SqlScriptPath = ".\setup.sql"
|
||||
$Password = "robotics@2022"
|
||||
$SqlScriptPath = Join-Path $PSScriptRoot "setup.sql"
|
||||
|
||||
Write-Host "========================================" -ForegroundColor Cyan
|
||||
Write-Host "AccManager Database Setup" -ForegroundColor Cyan
|
||||
|
||||
@@ -14,8 +14,10 @@ ELSE
|
||||
BEGIN
|
||||
PRINT 'Database AccManager already exists.';
|
||||
END
|
||||
GO
|
||||
|
||||
USE AccManager;
|
||||
GO
|
||||
|
||||
-- ===========================================
|
||||
-- 1. CREATE USERS TABLE
|
||||
|
||||
1
database/setup_output.log
Normal file
1
database/setup_output.log
Normal file
@@ -0,0 +1 @@
|
||||
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'sa'..
|
||||
Reference in New Issue
Block a user