|
It sounds your login id was created for sql server anthentication, but on server, you have windows authentcation only. Try to change in this way:
1 Go to enterprice manager, under Sql Server Group, you will find node called (local)(Windows NT)
2. Right click and open it. You will get a dialogbox."SQL Server Properties", open Security tab, change authentication from Windows Only to "SQL Server and Windowns".
3. Click ok, SQL Server will ask restart. OK again.
Does it solve your problem? |
|