Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rsiddiqi
Starting Member
4 Posts |
Posted - 2005-08-31 : 19:35:20
|
| Hey Guys,Is it safe to assume all error messages in SQL look like "Server: Msg 8134, Level 16, State 1, Line 1Divide by zero error encountered."So..having a "Msg", "Level", "State" and a "Line" in them?I'm returning the output of a procedure as a string (using xp_cmdshell), and trying to catch the error messages in a log file. Need a pattern to match the error messages on.Thanks |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|