Hi @Keith Daniel
Login failed for user 'mrk'., SqlErrorNumber=18456,Class=14,State=1
It is suggested to check the SQL Server Error log for more details.
The potential cause might be you're trying to use SQL Server Authentication, but the SQL Server instance is configured for Windows Authentication mode.
You can see a message like the following one in the SQL Server Error log for this scenario:
Login failed for user '<UserName>'. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only.
There might exist other potential causes, see this doc for more details and suggested resolutions.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.