This project is built using MSSQL 2014 and Visual Studio 2019. An update from Microsoft Management Studio 2014 to 2019 might cause data migration errors. For your convenience, we have included a backup of the database. In case of any issues, please refer to the backup.
To run this project, you will need to install Visual Studio 2022 and MSSQL Management Studio 2019. Follow these steps:
-
Open Microsoft Management Studio.
-
Navigate to the "Database" folder.
-
Choose "Restore Database."
-
Select the option to restore from a backup.
-
Locate the backup file named
jobsDB.bak
. -
Alternatively, you can run the following SQL command in a new query window:
RESTORE DATABASE [YourDatabaseName] FROM DISK = 'PathToJobsDB.bak'