Click here to Skip to main content
15,923,168 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
When fire sql trigger then error occurred  "" The SELECT permission was denied on the object 'KEY_COLUMN_USAGE', database 'mssqlsystemresource',schema 'INFORMATION_SCHEMA',


What I have tried:

<pre>When fire sql trigger then error occurred  "" The SELECT permission was denied on the object 'KEY_COLUMN_USAGE', database 'mssqlsystemresource',schema 'INFORMATION_SCHEMA',
Posted
Updated 10-Dec-20 1:20am
Comments
CHill60 10-Dec-20 6:58am    
You are running the trigger under credentials that cannot select from that database or that table. Try running the trigger with the dbo credentials

1 solution

 
Share this answer
 
Comments
chamindat 11-Dec-20 1:23am    
Thanks a lot 😍💗💗

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900