Error in Sql Server 2008 R2 Error : 233 - Solution
Previously I was Explained about Unable to connect SSMS, Microsoft SQL Server, Error: 53 ,
SQL Server 2008 R2 Setup Error - is not a valid login or you do not have permission .
A connection was successfully established with the server, but then an error occurred during the login process.
(provider: Shared Memeory Provoder, error: 0 - No Process is on the other end of the pipe.)Microsoft SQL server error:233
After several frustrating attempts to get this resolved, I completed the following steps to resolve the "Microsoft SQL Server 2008 R2, Error:233.
1. Log into an administrative account that has access to both the machine and sql server 2005 database
2. Open up SQL Server Management studio with "Windows Authentication"
3. Click on the security folder
4. Click on "logins" - Sa
5. Then click on the account that is not working (Sa or any other user Names)
6. Answer - Make sure there is a database within the "Database Default" specified "I placed the admin account to master"
In my case there was no database specified within the default which put the login into limbo causing the Error:233
2. Open up SQL Server Management studio with "Windows Authentication"
3. Click on the security folder
4. Click on "logins" - Sa
5. Then click on the account that is not working (Sa or any other user Names)
6. Answer - Make sure there is a database within the "Database Default" specified "I placed the admin account to master"
In my case there was no database specified within the default which put the login into limbo causing the Error:233
( or )
Answer : In Sa Login Properties dialogue box Under Security Tab you need to set login Enabled if it was Disabled mode .
Comments
Post a Comment