In EM that is, in QA if I use:
use master
select * from sysdatabases
I get:
(6 row(s) affected)
Server: Msg 220, Level 16, State 1, Line 1
Arithmetic overflow error for data type smallint, value = 42840.
use master
select * from sysdatabases
I get:
(6 row(s) affected)
Server: Msg 220, Level 16, State 1, Line 1
Arithmetic overflow error for data type smallint, value = 42840.
Comment