Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Declare @Blah Numeric
Set @Blah = 1
SELECT SQL_VARIANT_PROPERTY(@Blah, 'BaseType') AS [Base Type],
SQL_VARIANT_PROPERTY(@Blah, 'Precision') AS [PRECISION],
SQL_VARIANT_PROPERTY(@Blah, 'Scale') AS [Scale],
SQL_VARIANT_PROPERTY(@Blah, 'TotalBytes') As TotalBytes