We have some old sql2000-centric code that runs this query:
"select description from sys.messages where error = "
What is the "proper" query to run under sql 2008? (Points will be given for an approach that does not need to directly access sysmessages.)
TIA,
barkingdog