This guide will outline details on installing and configuring an SQL Environment onto your local server to then be used as your BundyPlus Database.
IMPORTANT NOTES
- This guide is only to be undertaken by IT personnel
- Be advised that all internal processes regarding BundyPlus after sending BundyPlus your access database should be halted until the migration is complete
- ClockComms is not considered BundyPlus Software which means it can still run in the meantime
- Allow a 1 weeks advance for booking this db migration.
This should be booked in the day after your next payroll and/or the following week to allow for acceptable time -
Call or Email BundyPlus with the below:
- BundyPlus Version - Find out here
- SQL Server Version - Eg. 14.0.1000.169 - Find out here (External Link)
- On the day of the booking, send your Database in a compressed .zip file to sales@bundyplus.com.au with the subject of SQL Database Migration
Step 1: Installing the required Software
SQL Server 2017 Express
Microsoft® SQL Server® 2017 Express - Download Link here
- Run install as Administrator
- Select Basic
- Accept License Terms
- Choose Install Directory
- Select Install
- Click Customise
- Select Next – Microsoft Update screen
- Select Next – Product Updates screen
- Select Perform a new installation of SQLServer
- Select Next – installation type
- Accept terms and next
- Click Next - Feature Selection
- Choose Named Instance Option in Instance Config screen
- Enter a name for the SQL Server (Eg. SQL17BUNDY)
- Click Next - Server Configuration
- Ensure Windows Authentication mode is set - Database Engine Configuration
- Select next - Database Engine Configuration
- If Successful – Close
- Restart server
SQL Server Management Studio
SQL Server Management Studio (SSMS) - Download Link here
- Run as Administrator
- Click install
- The install will finish.
- Click Close
Step 2: Create your SQL Database
- Go to the Start menu
- Type in Server management
- Open Microsoft SQL Server Management Studio 18
- Connect to Server by inputting your SQL server name (as below)
- Restore your BundyPlus database from the .bak file given to you by BundyPlus Support
- Right-click the Databases Object in the Object Explorer and select Restore Database...
- Select the Device option and click on the […]
- Ensure the Backup media type is set to File
- Click Add and navigate to the .bak file location
- Click OK
- Change the Destination Database name to something that is meaningful to you (Eg. BundyPlusGuide)
THIS WILL CREATE THE DATABASE ON YOUR SQL SERVER
You have now created your BundyPlus Database
Step 3: Creating the ODBC Connection to the SQL Database for BundyPlus
- Click on the start menu
- Type ODBC
- Open the ODBC Data Source Administrator as Administrator
- Select the System DSN tab
- Click Add
- Scroll down, Select SQL Server and click Finish
- Enter Details – Any Name and description - Ensure you type the correct Server
-
Click Next after you have configured which authentication process you will be using (SQL/NT)
Note: If an error is displayed after clicking next, you may not have entered the correct server details above. Go back to re-enter the correct address. - Check Change the default database to checkbox and select your newly created database (Step 2.11) from the drop-down menu
- Click Next
- Click Finish
- Click Test Data Source… to ensure the connection to the database is operational
- If the Dialog box displays TESTS COMPLETED SUCCESSFULLY! Then you can click on OK on both windows to finalise the setup
Step 4: Configuring the connection between the SQL Server and BundyPlus
- Open BundyPlus
- Open your Company File (Just so we can enable the ability to connect via ODBC)
This must be completed on every BundyPlus Studio Instance - Click Application Settings
- Click the Database Settings Tab
- Select the Use ODBC checkbox
-
Enter the ODBC Connection name into the DSN name field
Note: This is what we called the ODBC Connection earlier (BundyGuide)
- Click Test Connection – If config is correct then a dialogue box will display Connection is Successful
- Click Save
- Exit BundyPlus - Exiting BundyPlus is a must
- Open BundyPlus
- Select Open ODBC Company File
- Enter credentials (If Applicable)
- Click OK
- Login to BundyPlus as Normal
You are now set up with using an SQL Database
Helpful Note/s:
Each user that needs access to the SQL server needs to be added as a user on the SQL database (If NT Authentication is not the authentication mode). See link below.
Adding new users to your SQL database – Click here