Viewing 12 posts - 1 through 13 (of 13 total)
Got it.
There was a different database role that was a member of the role I was trying to remove from the selected db users. I needed those db users...
April 13, 2016 at 11:41 am
Check out the suggestions people gave me on my post about the same issue and see if anything helps you. Nothing has resolved my issue so far, but I believe...
April 13, 2016 at 11:29 am
There are no database triggers present that would cause this to happen. Also, I'm not quite sure what events I should be capturing in the Extended Events Session to be...
April 13, 2016 at 11:23 am
I did another test by dropping the user and re-creating them in the database. This will - of course - remove them from the role. However, when I add them...
April 13, 2016 at 9:19 am
Running that query returns the same name as the login that I put in for l.name
Thanks,
JimiHaze
April 13, 2016 at 7:22 am
Yes, I changed all of your examples into what I needed.
April 12, 2016 at 8:25 am
Certainly. Here's one that I've tried running a few times:
USE [myDB]
GO
ALTER ROLE [DBRole] DROP MEMBER [DOMAIN\serviceAcct]
GO
[DOMAIN\serviceAcct] is what I used for 'where name = ' in the post above.
Thanks,
JimiHaze
April 12, 2016 at 8:16 am
LoginSID : 0x010500000000000515...
DBUserSID: returned nothing
April 12, 2016 at 7:35 am
It is not in a DMZ, however it is behind more than just a Windows Firewall, there's a firewall appliance in the middle. I will try adding the inbound rules...
March 29, 2016 at 1:56 pm
Hi, thanks for the response.
I'm trying to connect from one SQL instance to another SQL instance. For simplicity I will call the server initiating the connection the SOURCE and the...
March 29, 2016 at 1:39 pm
This worked perfectly for what I need! Thank you so much!
Regards,
JH
October 21, 2015 at 12:11 pm
Viewing 12 posts - 1 through 13 (of 13 total)