4> SET XACT_ABORT ON5> SELECT POWER(2, 32)6> PRINT 'This will NOT print!'7> GOMsg 232, Level 16, State 3, Server J\SQLEXPRESS, Line 5Arithmetic overflow error for type int, value = 4294967296.000000.1>2>