Viewing 15 posts - 1 through 15 (of 333 total)
The table Users is replicated from production to all the non-production Apples-Seucrity.dbo.Users tables. The UserID in the non-production table is created with NOT FOR REPLICATION which means that the seed...
August 22, 2017 at 10:43 am
I believe replication has bitten me once again. I haven't taken into consideration Replication Identity Management. This is what happens when the Development team wants to play with replicated tables.
August 22, 2017 at 10:23 am
Sorry Sean. Here's a briefer summary of the objects.
Apples
procedure - insertUsers
view - Users (points to Apples.dbo.Users)
Apples-Security
table - Users (contains Identity column UserID and...
August 22, 2017 at 10:02 am
Basically, I'm trying to get the target table(s) and the sql command that was executed. Not the entire sql batch like you get in the extended events but the actual...
May 25, 2017 at 10:35 am
Thanks! The ODBC SHOULD be on the current User and is Integrated Security so I'm going to keep my fingers crossed and test it out.
Erin
July 31, 2015 at 8:54 am
We are all in a standard work environment of Windows 7 and all using Office 2010. Now that I think of it I could just build a front end myself...
July 30, 2015 at 4:53 pm
Not currently. The clients have the front end on their systems and this is supposed to be as transparent as possible.
July 30, 2015 at 2:39 pm
To avoid results like O'GaraD you're going to have to employ logic such as (possibly):
Any characters that occur BEORE or AFTER an invalid character are also explicitly invalid. So possibly...
October 9, 2014 at 2:41 pm
Thanks, everyone. That's about what I thought the solution would be but wanted to exhaust my options and make sure I wasn't missing some great tool that was heretofore unknown.
Erin
September 22, 2014 at 10:44 am
The majority are adhoc queries and even the ones in stored procedures are vendor owned and we can't change them. That's why I was hoping for something along the lines...
September 22, 2014 at 9:47 am
That's an interesting thought and I tried your code, which executed just fine, except of course if you execute it from another context other than master at which point the...
July 18, 2014 at 9:19 am
That was an excellent question, Shaun, as I hadn't thought to look at that but the answer is that AuditUser can access and perform dml statements against both databases.
July 18, 2014 at 8:28 am
mrdenny (6/17/2014)
What's the end goal here?
The ultimate goal is to verify that a given username exists in the ldap before querying a registered group looking for that username. Any alternate...
June 18, 2014 at 10:43 am
Viewing 15 posts - 1 through 15 (of 333 total)