Database creation Error  in SQL Server 2005
                            
                         
                        
                     
                 
                
                    Hi.
I followed the following steps:
1.Connected to Database using Windows authetication
2.Created new database by right mouse click on Databases tab.
3.created login for the newly created instance from security tab.
4.I was not able to access my database, when i try to login with the created login by sql server authetication.
I get the following error , when i try to run the scripts.
  
"
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open database "sqlserver database name" requested by the login. The login failed."
Thank you
Kishore