I\'m creating new login in SQL Server 2008 with following sql script:
CREATE LOGIN [xyz] WITH PASSWORD=\'xyz\',
DEFAULT_DATABASE=[master], DEFAULT_LA
"A connection was successfully established with the server, but then an error occurred during the login process."
I was getting this problem from sqllocaldb when used from within Docker. The problem was the Docker image was not allocated enough memory. Increasing the memory actually fixed the problem.