hello i am trying to install DotNetNuke CMS and i have created a database in my microsoft sql server managment studio 2008 which i have installed after installing microsoft visual studio 2010 , i have created a login for it and a password but i am not able to log in. it is giving me sql login failed 18456 i have tryed the post that exist in this site and many different sites but i am not able to log in. please any help would be great.
|
feedback
|
State xpart. Possibly you have created SQL Server login but forgot to associate it with database etc -- exact error message is important (reduces guessing). – LazyOne Jun 15 '11 at 21:10State 1is a generic message and you will have to login into SQL Server via Management Studio and look for more details in Logs: Management -> SQL Server Logs. You should look forLogonin Source column. Exact error message will be split in 2 lines, for example:Error: 18456, Severity: 14, State: 8.Login failed for user 'xxxx'. Reason: Password did not match that for the login provided. [CLIENT: xxx.xxx.xxx.xxx]. Further actions will depend on the actual error reason (realState xpart). – LazyOne Jun 15 '11 at 21:36