Home Forums SQL Server 2005 Administering Login failed for user - Microsoft SQL Server, Error: 4064 RE: Login failed for user - Microsoft SQL Server, Error: 4064

  • paulc.byrum (3/25/2010)


    The default database is master and it still exists.

    I get this when running the commands:

    C:\>sqlcmd -E -d master

    1> ALTER LOGIN pbtf\bob WITH DEFAULT_DATABASE = master

    2> go

    Msg 170, Level 15, State 1, Server THOTH, Line 1

    Line 1: Incorrect syntax near 'LOGIN'.

    I am logging in as bob with Windows Authenication. As mentioned before, bob's accont is in the Active Directory security group at the SQL Server level.

    I think the Incorrect Syntax error is because you have not delimited the login name, try [pbtf\bob].

    You should be able to change the default database for your login.

    That being said, I don't follow. If your default database is already master...