Hi .
Today i can se that a user is created automatic, whit the following message:
User created automatically[SYSDBA]
How is this done?
How can i control this?
Hello,
What type of data source are you using? Is it SQL Server?
If it's the case and that your user has been created automatically, I suspect that is a member of a specific AD group and that AD group has been added in SQL Management Studio. This is not a good pratice because, as you can see, the user is created automatically with the wrong privileges.
Best regards,
Jeff Dagenais