c# - View Errors happened in Database (Remote) – SQL Server -


our application using sql server 2005 database. using history database actual database putting values using trigger.

i checked db server. set 600 sec remote query timeout. changed 0 , restarted server.

still, getting errors during operations if enable above mentioned triggers, after 10 minutes. working fine if don’t use triggers.

i use profiler see errors happened in 2 databases. how configure profiler see errors above mentioned 2 databases? otherwise, there query or dmv see errors happened in databases?

note: want see errors in profiler; not other details

in profiler check box 'show columns', can choose 'databasename' in columns , set filter on show db names.

there category in events errors , warnings.

here's msdn reference error events.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -