Michel
Michel

Reputation: 23615

sql server error messages

let's say i have a trigger which tries to update a non existing table. does sql server out of the box logs these kind of things somewhere?

Upvotes: 1

Views: 975

Answers (1)

Neil Knight
Neil Knight

Reputation: 48547

Any errors should go into the SQL Server Error Log.

Upvotes: 2

Related Questions