This is a discussion on sp_sysmon within the Sybase forums, part of the Database Server Software category; --> Hello, I having a problem when running sp_sysmon, the following message is reported: Msg 257, Level 16, State 1: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I having a problem when running sp_sysmon, the following message is reported: Msg 257, Level 16, State 1: Server 'BROMC1', Procedure 'sp_sysmon': Implicit conversion from datatype 'VARCHAR' to 'TINYINT' is not allowed. Use the CONVERT function to run this query. (return status = -6) Would appreciate if someone can help me to resolve it. Best Regards, Munawwar |
| ||||
| Try this sp_sysmon "00:00:10" -- for 10 sec go Karl "munawwar" <ahmad_munawwarr@hotmail.com> wrote in message news:ed3fa9e7.0306292141.14fd320b@posting.google.c om... > Hello, > > I having a problem when running sp_sysmon, the following message is reported: > > Msg 257, Level 16, State 1: > Server 'BROMC1', Procedure 'sp_sysmon': > Implicit conversion from datatype 'VARCHAR' to 'TINYINT' is not allowed. Use > the CONVERT function to run this query. > (return status = -6) > > Would appreciate if someone can help me to resolve it. > > Best Regards, > Munawwar |