Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 609 Bytes

ParkingGarage

To Start:

The DB should be created automaticly on the first run, make sure your SQL Server authentication is Windows authentication. (first time accsessing the DB in the client would be slow,becuase that is when the DB is created if does not exsist.)

If you do not want the DB to be created automaticly, run the sqlDB.sql file. (if you encounter error : 'OPTIMIZE_FOR_SEQUENTIAL_KEY...',use microsoft SQL Managment 2019.)

1.Open Solution in Visual Studio.

2.Press CTRL+F5 to start without debugging.

3.Enjoy.

P.S The Stored Procedure will also be automaticly created when first run.