Viewing 15 posts - 301 through 315 (of 6,105 total)
Looking at the options...
Triggers won't work because they won't capture SELECT statements.
Trace will work, but the DBA can easily stop it. Also, how will you get the data back into...
October 5, 2010 at 12:06 pm
Is the architecture the same? In other words:
client -> reporting services server -> sql server
Where each of these are on separate computers? Or are they combined reporting services & sql...
October 5, 2010 at 11:54 am
timothyawiseman (9/2/2010)
From my standpoint, it tends...
September 2, 2010 at 12:21 pm
croberts 36762 (9/2/2010)
Excellent article.I have one question about the workaround. If a person has SecurityAdmin, could they give themselves permission to alter the LimitSecurityAdmin trigger?
No. As a securityadmin,...
September 2, 2010 at 11:09 am
What operating system are you on? SQL Server 2008 can take advantage of service isolation in Windows Vista and later operating systems. This assigns a SID to the service and...
August 13, 2010 at 1:17 pm
jswong05 (7/27/2010)
Harold Buckner (12/11/2008)
Bradley Deem (12/11/2008)
I have the EXACT same problem with Kerberos. Resulting in the NT AUTHORITY\ANONYMOUS LOGON. It does work though, because I'm able to connect...
July 27, 2010 at 1:20 pm
The SQL Server Reporting Services application has its own security model that is separate from any database access. The database access still has to be there, and you'll see how...
July 24, 2010 at 5:01 pm
Do you have an option of rolling back the patches? If you can and do and everything is fixed, sounds like a call on Microsoft's dime.
July 22, 2010 at 10:14 am
With Kerberos in play, you've actually got a two hop situation, even if you're local. Kerberos keys on the name. So...
if you are talking about a cluster, here's how things...
July 22, 2010 at 9:06 am
This is a three part process. Let's look at each.
1) Active Directory Group Membership
There are no tools and commands from within SQL Server that do this correctly, especially when nested...
July 22, 2010 at 8:47 am
I don't believe that there is way with the securables to only allow viewing of certain database names in the list. Therefore, you'll need to restore the VIEW ANY DEFINITION...
July 22, 2010 at 8:28 am
OK, it's not a bug. It's expected behavior. There will be an update to Books Online accordingly to clarify things.
Because securityadmin has the ability to grant any server permission, it...
July 21, 2010 at 5:08 pm
When you check the Security event log on the physical node where the SQL Server instance is failing, can you correlate a successful Kerberos login in the OS' security event...
July 21, 2010 at 2:11 pm
This should affect both, unless one has been setup for Kerberos authentication / delegation properly and the other hasn't. One instance isn't failing over to another node on the cluster...
July 21, 2010 at 1:53 pm
This should be filed as a bug. Checking into it.
July 21, 2010 at 9:39 am
Viewing 15 posts - 301 through 315 (of 6,105 total)