Sunday, April 6, 2025

Sütun Tipleri - REAL

Giriş
Açıklaması şöyle
- Equivalent to a 32-bit floating-point number (single precision)
- IEEE standard floating-point value (7-digit precision)
- Storage size: 4 bytes
- Synonym: FLOAT(24)

XACT_ABORT

SELECT CASE      WHEN ( ( ( @@OPTIONS & 512 ) = 512 ) ) THEN 'ON'      ELSE 'OFF'  END AS XACT_ABORT_STATUS; -- When XAC...