• 2 Tim 3:16 (7/31/2009)


    Mayne the user didn't get matched up with the login.

    Go to Security - Login and look at the porperties for the login and see if the user database is checked for dbo.

    execute sp_change_users_login 'loginname','username'

    SQL DBA.