May 17, 2026, 11:40 PM

This commit is contained in:
Paweł Domański
2026-05-18 06:40:19 +00:00
commit 64944cf004
896 changed files with 310709 additions and 0 deletions
@@ -0,0 +1,5 @@
//with rebuild system databases - users and databases are dropped so better to detach user databases before
[installation folder]\setup.exe /QUIET /ACTION=REBUILDDATABASE /INSTANCENAME=BIS_SQL /SQLSYSADMINACCOUNTS=INFRABIS\administrator /SQLCOLLATION=Polish_CI_AS /SAPWD=StrongPassword
//without rebuilding system databases - users and user databases stay but it's advised to detach user databases to speed up process
sqlservr -m -T4022 -T3659 -s"BIS_SQL" -q"Polish_CI_AS"