In SQL Server 2005, when you create a user group that is linked to a domain
group, and you then rename the domain account on the domain controller, SQL
Server does not rename the local SQL user group. Is there a
straightforward way to rename the SQL Server user group?
Does that situation change in SQL Server 2008?

Signature
Will
Uri Dimant - 27 Jul 2008 06:41 GMT
Will
I think only
> In SQL Server 2005, when you create a user group that is linked to a
> domain group, and you then rename the domain account on the domain
> controller, SQL Server does not rename the local SQL user group. Is
> there a straightforward way to rename the SQL Server user group?
>
> Does that situation change in SQL Server 2008?
Russell Fields - 28 Jul 2008 20:41 GMT
Followed by (if you care about this part):
ALTER USER username WITH NAME = newusername;
RLF
> Will
> I think only
[quoted text clipped - 4 lines]
>>
>> Does that situation change in SQL Server 2008?