Installation MSSQL Server auf Windows

D

Developer · 26. August 2026 01:19

0

iwr https://download.microsoft.com/download/7ab8f535-7eb8-4b16-82eb-eca0fa2d38f3/SQL2025-SSEI-Expr.exe -OutFile SQL2025-SSEI-Expr.exe

.\SQL2025-SSEI-Expr.exe /IAcceptSqlServerLicenseTerms /Quiet /Action=Install /Language=de-DE

sqlcmd -S .\SQLEXPRESS -E -C

EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'LoginMode', REG_DWORD, 2;

GO

ALTER LOGIN sa WITH PASSWORD = 'YourStrongPassword!123', CHECK_POLICY = ON;

GO

ALTER LOGIN sa ENABLE;

GO

EXIT

Admin Terminal

Restart-Service -Name 'MSSQL$SQLEXPRESS' -Force

2. Install SQL Server Management Studio (optional)

winget install --id Microsoft.SQLServerManagementStudio --silent --accept-package-agreements --accept-source-agreements

3. SQL Server Configuration Manager -> SQL Server Network Configuration -> TCP/IP -> Enabled -> IP Adresses -> Set Port 1433 per Interface and enable

4. Download JTL (470 MB) + install

iwr https://downloads.jtl-software.de/setup-jtl-wawi_2.0.6_2026-07-23_15-57_bcc6edf.exe -OutFile setup-jtl-2-0-6.exe

5. JTL Datenbankverwaltung
New profile -> Server:localhost -> weiter -> "YourStrongPassword!123" -> ok -> weiter 

6. JTL WAWI -> Admin -> Cash Register -> Add -> Select company, warehouse , (root Category) -> save

7. Install Chrome (if you started with tiny11)

iwr "https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi" -OutFile googlechromestandaloneenterprise64.msi

Melden Sie sich an, um teilzunehmen.