We have developed project in Laravel with Mysql want to connect the project to SQL Server database. The project is not able to connect to SQL Server - we're getting the following error:
SQLSTATE[22007]: [Microsoft][ODBC Driver 11 for SQL Server]
[SQL Server]Conversion failed when converting date and/or time from character string. (SQL: select sum([credit]) as aggregate from [loan_transactions] where [transaction_type] = repayment and [reversed] = 0 and [date] between date_sub(now(),INTERVAL 1 WEEK) and now())
(View: D:\Xampp\htdocs\loanmanager\resources\views\dashboard.blade.php)