You won't be able to grant login to the local group via a
virtual server. In other words, if your virtual server is
VServer and your local group is LGroup, you can execute
the following:
sp_grantlogin 'VServer\LGroup'
I would not recommend using the local group on the nodes
because they will have different SIDs and you most likely
would have to use the node server name followed by the
local group name. This doesn't work well with failover.
Linchi
Quote:
-----Original Message-----
Scenerio: I have an active/passive 2-node clustered SQL
Server. I am connecting to the virtual machine via
|
Computer Manager and creating a local group and then
adding the appropriate global users/groups to this local
group. I then grant database access to this group via SQL
Enterprise Manager.
Quote:
Question: If I moved (failed over) the SQL Server
resource group to the second node would my users still
|
have database access?
Quote:
Unfortunately, I do not have cluster available to test
this scenerio and I appreciate any input!
. |