Simplify Restaurant Management App Using Winform.
Create .env file in CODE/RESTAURANT_MANAGEMENT
HOST=<Server name>
DATABASE=RESTAURANT_MANAGEMENT
USER=admin
PASSWORD=admin
- Make sure that 4 properties in .env file is correct.
- Make sure that owner is correct (sp_changedbowner root;)
- Go to Server properties -> Security -> Select SQL Server and Windows Authentication mode -> Restart SQL Server Services.