Hello All,
I am facing a problem , while i tried to create the login in SQL SERVER 2005 , it is always throwing me error message :
Create failed for login xxxxx
Invalid object name admin..ddl_log (Microsoft SQL Server : Error 208)
In the above mentioned error message , admin is -> dbname , I am not able to understand whenver i am trying to create the login with any default database i am geting this above error message . I can create the user and map it with the existing logins . But not able to create the new login for any database.
Is it possible that there is any DDL Trigger in place which is not allowing to create Logins. Also if this is the case then how to check it ???
Any suggestions would be of great help.
Thanks