I have the following problem when trying to connect to a database in sqlserver that is on a shared server from laravel.
Problem:
I am using laravel 8. I would be very grateful if anyone has solved this problem or something similar has happened and can help me.
Note: I have reviewed several forums and tested the sqlsrv driver is correct with tinker.
Review and verify what they tell me in this other stackoverflow link but it does not work for me.
Laravel - SQLSTATE[HY001] Unable to allocate sufficient memory - MsSQL