Viewing 15 posts - 1 through 15 (of 42 total)
Thanks for all of the replies.
I suspect that I am to create the log or history table that is mentioned. Then what do I do? String all of the incoming parameters delimited...
July 30, 2004 at 6:45 am
Before I created this thread I did check out the Log Explorer demo. It only works with the Northwind and Pubs DB's.
How can I use Profiler, trace sp, or triggers...
July 27, 2004 at 11:56 am
Thanks for all of the replys. Leon, your script is what I was looking for. Thanks a million.
June 8, 2004 at 12:12 pm
Thank you all for the posts.
I have a solution using the following sub select as a base and then additions to the WHERE clause:
(
SELECT MAX(Cast(Id AS varchar(15)))
FROM actual_table_name
GROUP...
June 4, 2004 at 9:55 am
Is "With Encryption" different than what I am using in my Stored Procedures which I included in my first post to start this thread?
April 19, 2004 at 7:50 am
Hi Alamir,
Thanks for the post. I don't know what you mean.
Steve
April 19, 2004 at 6:14 am
I can now get the DENY to work like this:
deny select,insert,update,delete on table to "Domain\Account"
sp_helprotect null,'Domain\Account', null,o returns information showing: ProtectType=deny for the object which is the table.
But, this does not DENY...
April 16, 2004 at 3:22 pm
Well at least it makes sence as to why the DENY is bypassed. Thanks for all of your help.
April 16, 2004 at 2:59 pm
I'm told they have "God Access." I sent an email to the Network Group. I'll post their answer when I can.
Thanks for your posts bkelly.
April 16, 2004 at 2:07 pm
Hello, Here is what I have tried:
1. Database: Company_Test
2. Create a Role called: db_deny_IUD
3. Using Database Role db_deny_IUD, deny permissions on table1 (with a red X in the check box) for Insert,...
April 16, 2004 at 1:46 pm
Hi hirenk,
How did you run Deny command? I am using Roles from EM.
I cannot seem to get the Deny to work with an NT Domain Account "CompanyDom\UserName." I have also read...
April 16, 2004 at 12:50 pm
Yes, we have disconnected and connected and it still did not work. I created the role and added myself to the role. Then denied I, U, & D to a table. ...
April 15, 2004 at 4:05 pm
To n3fp and Coach James. Thanks for the posts. I am looking into your suggestions.
April 15, 2004 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 42 total)