I am having issues granting permission to a particular table for a particular ROLE, when i run:
USE PLUMDB
GO
GRANT SELECT
ON PLUMDB.PLUMUSER.PTSERVERCONFIG
TO COLLABREAD
GO
from Query Analyzer or I use EM to manually set the permission, it hangs indefinitely, does not error out or anything, it just hangs... Inside Query Analyzer, I just end up cancelling out the query since it just sits there...
Here's the thing that is weird tho, it is just on this particular table in this database, every other user-defined tables in there I can GRANT just fine... Just this particular table.
Our app is a .NET web portal, and this app is using a clustered active/passive relationship setting with a storage data array and two database servers. We have basically restored a backup of our UAT instance of the databases to our PROD instance of databases, including all objects and user accounts.
Can someone help me out troubleshoot to confirm what I am missing in diagnosing this peculiar prob?
USE PLUMDB
GO
GRANT SELECT
ON PLUMDB.PLUMUSER.PTSERVERCONFIG
TO COLLABREAD
GO
from Query Analyzer or I use EM to manually set the permission, it hangs indefinitely, does not error out or anything, it just hangs... Inside Query Analyzer, I just end up cancelling out the query since it just sits there...
Here's the thing that is weird tho, it is just on this particular table in this database, every other user-defined tables in there I can GRANT just fine... Just this particular table.
Our app is a .NET web portal, and this app is using a clustered active/passive relationship setting with a storage data array and two database servers. We have basically restored a backup of our UAT instance of the databases to our PROD instance of databases, including all objects and user accounts.
Can someone help me out troubleshoot to confirm what I am missing in diagnosing this peculiar prob?