Viewing 15 posts - 241 through 255 (of 609 total)
it does not seem to be systax error because it worked on DATABASE but not working ON SERVER
September 10, 2010 at 1:26 pm
I am getting the following error when creating FOR ALL SERVER
Msg 1098, Level 15, State 1, Procedure [TR_DB_NO_DROPPING_OBJECTS] , Line 58
The specified event type(s) is/are not valid on the specified...
September 10, 2010 at 12:39 pm
great thank a lot Lowell.
finally can i use triiger for prohibintg INSERT,UPDATE and DELETE also ?
September 10, 2010 at 12:14 pm
I am sorry if i have confused you.
from the above script does it mean that users listed in NOT IN cluse can drop the tables.
Actually my goal is to prohibit...
September 10, 2010 at 11:32 am
Looks like this trigger prohibits dropping all tables and all users and it is raising error only for the given users.
I want to prohibit everyone except User1 and User2 only...
September 10, 2010 at 9:51 am
actually i want to handle this in reverse like say i want to restrict access to eevry one except one win group, how do i filter that group or is...
September 10, 2010 at 9:32 am
Lowell
This looks exciting to me and would like to try but few questions..
1. Yes i have 3 tables only across all servers
2. i have 2 win groups to restrict this...
September 10, 2010 at 8:58 am
Is it possible to create a trigger that will DENY few users to drop/insert/update/alter only on few tables across the server?
I have TableA,TableB,TableC on all databases in the server for...
September 10, 2010 at 8:46 am
That is how the system is setup which can not be changed as they need liberty to drop and create tables other wise i will have to do that for...
September 10, 2010 at 8:42 am
Is there a way to restrict ddl_admin role members for insert,update,delete and drop on some tables but they still have to be ddl_admin on the whole database. I want to...
September 10, 2010 at 8:23 am
These users have R/W/ddl_admin previalges on the dataabase and so i am trying to deny those permission.
Is there a way i can restrict these users for dropping at table level...
September 10, 2010 at 8:19 am
I understand this trigger fires on the whole server but do i need to create this on master database so that i can restrict people from dropping/updating the tables i...
September 10, 2010 at 7:18 am
tables are fixed but will be created after the database is created.
If i have to execute this through a trigger how do i fire it across all databases when these...
September 9, 2010 at 12:49 pm
how does the trigger keep track of any new database?
September 9, 2010 at 9:41 am
The SP i created will deny permission for some users on few tables to drop or update them. I would like this to be executed as and when new database...
September 9, 2010 at 9:05 am
Viewing 15 posts - 241 through 255 (of 609 total)