• GSquared (1/26/2011)


    The definition of relational databases and the normal forms for them is what I'd start with.

    What kind of numeric and text data, and what difficulty does it create?

    Hello,

    You can see http://www.sqlservercentral.com/Forums/Topic1054055-338-1.aspx for the immediate problem I am facing.

    The column can contain: 'T' or '49.10' both in a varchar column so I am having difficulty determining whether its numeric, if it is I need to perform a < or > evaluation.