Viewing 7 posts - 1 through 7 (of 7 total)
Cannot find the with options you gave, but I found this :
DROP TABLE #dbc
go
create table #dbc(c1 varchar(15), c2 int, c3 varchar(255))
insert #dbc EXEC('dbcc inputbuffer(7)')
wich works fine too
tnx anyway !
July 2, 2004 at 7:48 am
yep, that's exactly what I did..made sure this user has no rights at all ! but still didn't work, made your idea of recreating this user helps, but just to...
July 1, 2004 at 5:42 am
well, for the first few weeks I would like to send me an e-mail, so I know when there is a delete action and on what time this happens, and...
July 1, 2004 at 5:38 am
nope, sql authentication, no windows authentication.
July 1, 2004 at 5:36 am
I was thinking of an INSTEAD OFF trigger..is there any difference with your suggestion ? what is best ?
July 1, 2004 at 5:27 am
Deny permission is set for all users, still my user can delete on the table, after your message I unchecked the SA role for this user, but still same result.
When...
July 1, 2004 at 5:26 am
Viewing 7 posts - 1 through 7 (of 7 total)