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 was facing the same error.
I've resolved the error by following below mentioned steps:
I hope this will help someone