We have recently had SQL Server 2005 set up for us on a new server for a client site.
When this was looked at at the end of last week it was seen that the 'DOMAIN-NAME\PROGRAM-NAME Users' group was listed in the 'Security' - 'Logins' option through SQL Server Management Studio.
Looking at this again today we find only 'sa' and 'BUILTIN\Administrators'.
The applications as set up at the end of last week still continue to work - so we have no security issue with this.
However when I try and re-add the 'DOMAIN-NAME\PROGRAM-NAME Users' group this gives the following message:
"Create failed for Login 'DOMAIN-NAME\PROGRAM-NAME Users'. (Microsoft.SqlServer.Smo)
Additional information
An exception occurred while executing a Transact-SQL statement or batch.
(Microsoft.SqlServer.ConnectionInfo)
User does not have permission to perform this action. (Microsoft SQL Server, Error: 15247)"
Why would this occur?
And how can we correct this to enable us to re-add this group as previously seen?
Any advice would be greatly appreciated.
Thanks in advance.
When this was looked at at the end of last week it was seen that the 'DOMAIN-NAME\PROGRAM-NAME Users' group was listed in the 'Security' - 'Logins' option through SQL Server Management Studio.
Looking at this again today we find only 'sa' and 'BUILTIN\Administrators'.
The applications as set up at the end of last week still continue to work - so we have no security issue with this.
However when I try and re-add the 'DOMAIN-NAME\PROGRAM-NAME Users' group this gives the following message:
"Create failed for Login 'DOMAIN-NAME\PROGRAM-NAME Users'. (Microsoft.SqlServer.Smo)
Additional information
An exception occurred while executing a Transact-SQL statement or batch.
(Microsoft.SqlServer.ConnectionInfo)
User does not have permission to perform this action. (Microsoft SQL Server, Error: 15247)"
Why would this occur?
And how can we correct this to enable us to re-add this group as previously seen?
Any advice would be greatly appreciated.
Thanks in advance.