I\'m creating new login in SQL Server 2008 with following sql script:
CREATE LOGIN [xyz] WITH PASSWORD=\'xyz\', DEFAULT_DATABASE=[master], DEFAULT_LA
I had the same issue when i first setup SQL Server 2014 on my local machine. In my case the solution was to set a correct defualt database.