Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
noamg
Posting Yak Master
215 Posts |
Posted - 2001-04-11 : 03:55:02
|
| Hi,I use SQL 2000 on NT and Win2000.I have a store-procedure that define all the login and permission for every one:1 - sp_addlogin ...2 - sp_grantdbaccess ..3 - sp_addrolemember ...after I run this procedure, we get 'Login fail for ...'I try to stop the server and restar, but not always it help.any idea ?Noam Graizer |
|
|
|
|
|