Hi....
Im currently migrating a db from 2000 to 2005. Within the 2000 master database, I hold all my custom error messages in the sysmessages table.
I'd like to insert the old error messages into the 2005 master database. Unfortunatley it seems that sysmessages has been replaced with a catologue view in 2005. Does anyone know where I can add my error messages now
Many thanks
Jeremy

Error Handling + changes to sysmessages in SQL 2005
InquiringMinds
--
Adam Machanic
Pro SQL Server 2005, available now
http://www..apress.com/book/bookDisplay.html bID=457
--
John Broomfield
Thanks, thats unfortunately the conclusion I came to..
Bit of a pain that you cant do this in the tables
Thanks for your help
Jeremy