I am trying to find the defined datatype "d_rate_type" whether it is varchar, numeric, integer or etc.
I select from systypes it gives me as below but does not give me above information.
I was wondering whether you guys could help me on this one.
thanks guys,
I select from systypes it gives me as below but does not give me above information.
Code:
name xtype status xusertype length xprec xscale tdefault domain uid reserved collationid usertype variable allownulls type printfmt prec scale collation
d_rate_type 167 1 258 3 0 0 0 0 1 0 65544 258 1 0 39 NULL 3 NULL Latin1_General_BIN
I was wondering whether you guys could help me on this one.
thanks guys,