Viewing 15 posts - 541 through 555 (of 6,105 total)
Use the IS_MEMBER() function.
July 13, 2009 at 9:39 am
Did the account you were using have administrative rights on all nodes?
July 13, 2009 at 9:38 am
With the nesting of AD groups I've seen flaky behavior using such methods. One workaround that we've used is to take the Windows groups and make them members of the...
July 13, 2009 at 7:24 am
Can you detail what permissions you gave the service account (and it'll have the be the same on each physical node of the cluster) and what services failed when you...
July 13, 2009 at 7:20 am
If internal applications are accessing the database, we tend to like a single Windows user login, a service account, if you will. That way individual users can't get direct access...
July 13, 2009 at 7:18 am
If it's 2005/2008, you need the SHOWPLAN permission at the database level. You also need the ability to execute the query. This is for the actual execution plan returned from...
July 13, 2009 at 7:15 am
Because of ownership chaining, I'm not sure that you can. Permissions are going to be checked at the first object (the view) and if the owner of that view is...
July 13, 2009 at 7:09 am
Login = account that allows you to connect to the SQL Server. Also known as server principal. Can be a SQL Server login, a Windows user login, or a Windows...
July 13, 2009 at 6:51 am
Taylor (5/19/2009)
Great article!Any chance of another great article for Kerberos Delegation?
At some point, yes. Generating the screenshots is what is problematic since I'm no longer a domain admin (took a...
May 20, 2009 at 8:51 am
Kevin Rathgeber (5/19/2009)
May 20, 2009 at 8:50 am
Can you ping the SQL Server 2008 server from the client?
Is it a named instance you are trying to hit? If so, have you updated MDAC on the client? If...
May 15, 2009 at 5:22 pm
By design, SQL Server 2005 and above only shows the objects which a user has permissions for. So in your example, if you create a shared login which has SELECT...
May 15, 2009 at 1:26 am
The correct permissions and what options you may have there are documented in Books Online:
May 14, 2009 at 8:45 pm
Actually, I'm sorry, it should be varbinary(256). nvarchar is 2 bytes per character. The varbinary is not guaranteed to be readable characters, meaning the conversion may store something that doesn't...
May 9, 2009 at 12:56 pm
Viewing 15 posts - 541 through 555 (of 6,105 total)