DECLARE @query nvarchar(max) = 'select 12.1 / 10.1 AS [Column1]'; EXEC sp_describe_first_result_set @query, null, 0;