What is the easiest way to find all numeric and decimal data type columns in a database?
I'm presuming I'd select from sysobjects, but not sure if I should select on xtype, or another column, and also what specific column value I should search for to find the data types I want to find.
Any ideas?
-Ovatvvon :-Q
I'm presuming I'd select from sysobjects, but not sure if I should select on xtype, or another column, and also what specific column value I should search for to find the data types I want to find.
Any ideas?
-Ovatvvon :-Q