
Need to change the compatibility level of the CM database so that it would import drivers successfully.
Altered the database using following: ALTER DATABASE <CM_DB> SET COMPATIBILITY_LEVEL = 150
or
To change the compatibility level of a database in SQL Server, you can:
- Open the database properties
- Select the Options page
- Set the Compatibility Level
- Select a different option from the list
- Click OK




