The following examples display the information about the money system datatype and the tid user-defined datatype:
sp_help money
Type_name Storage_type Length Prec Scale
---------- ------------ ------ ----- -----
money money 8 NULL NULL
Nulls Default_name Rule_name Identity
----- ------------ --------- --------
1 NULL NULL NULL
(return status = 0)
sp_help tid
Type_name Storage_type Length Prec Scale
---------- ------------ ------ ----- -----
tid varchar 6 NULL NULL
Nulls Default_name Rule_name Identity
----- ------------ --------- --------
0 NULL NULL 0
No comments:
Post a Comment