How can admin prevent himself to drop or truncate specific tables, because sometimes a table is accidently truncated or deleted, making view is not a good idea. if i make a trigger ,it is implemented in all tables in db. i just want to implement it in specific tables, in sql server ?
How can admin prevent himself to drop or truncate specific tables, because sometimes a
Share
For disabling the truncate try this
This may cause some other problems so please check before using.