Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: Minimalistic SELECT

    However, the data type isn't strictly speaking an INT it is a DECIMAL(1,0):

    The query

    sp_describe_first_result_set @tsql = N'SELECT 1.test;' 

    shows it is a system_type_id 108 (numeric) and the...

  • RE: Drop Any Object if it exists

    The list of object types catered for is somewhat limited - object type have the following additional values:

    AF = Aggregate function (CLR)

    C = CHECK constraint

    D = Default or DEFAULT constraint

    F...

Viewing 2 posts - 1 through 2 (of 2 total)