Viewing 15 posts - 226 through 240 (of 6,105 total)
Keep in mind that a logon trigger that blocks a certain application (like Excel) will do that for all connections of that application. So if you have other databases that...
May 11, 2011 at 7:53 am
Yes, as Mohammed has posted, check to see if there is an account already added with that SID. In the case where the user or group name is changed in...
May 11, 2011 at 7:38 am
Lowell (5/10/2011)
May 10, 2011 at 7:02 am
Citrix is built on top of the Terminal Services technology but provides a greatly enhanced experience, especially as far as manageability is concerned. You can learn more at http://www.citrix.com. It's...
May 10, 2011 at 6:43 am
You'll need to do the following:
- Create a user defined role to assign permissions to.
- Grant CREATE PROCEDURE to that role.
- Grant CREATE FUNCTION to that role.
- Grant ALTER on...
May 9, 2011 at 7:17 pm
Usually you see this sort of error when the user in question is a member of too many Windows groups. Based on the name, this looks like a service account,...
May 9, 2011 at 7:13 pm
Depends on the type of group as well as the trust relationship between B and C. For instance, for a group in Domain B to able to take users from...
May 9, 2011 at 11:29 am
This sort of works. There are two ways to have the equivalent of sysadmin rights as of SQL Server 2005. The first is to be a member of the sysadmin...
May 9, 2011 at 11:14 am
Without knowing your AD domain and trust setup, it's nearly impossible to troubleshoot this. That's not something you want out in the public domain, so at this point, I'm going...
May 9, 2011 at 11:08 am
There are a few issues with this scenario.
1. SQL Server will be exposed to the Internet. While this is doable, it's not fun. Definitely can't run with default ports or...
May 9, 2011 at 11:04 am
Lowell (5/6/2011)
select 'EXEC sp_help_revlogin ' + name
from sys.database_principals
where type_desc IN ('SQL_USER','WINDOWS_USER')...
May 9, 2011 at 10:59 am
I agree with Michael: best to check with legal professionals. And yes, it does vary from state-to-state. For instance, California's data breach laws aren't pretty.
May 9, 2011 at 10:53 am
ebeyalb123 (4/26/2011)
April 26, 2011 at 6:48 am
Richard Warr (4/26/2011)
April 26, 2011 at 6:47 am
Do you have the option of using Windows groups and Windows authentication? If so, this is trivial. Put both sets of users in a Windows group. Make that Windows group...
April 25, 2011 at 6:52 pm
Viewing 15 posts - 226 through 240 (of 6,105 total)