I want to return all rows where columnX has 10 digits of numerics and nothing else (e.g. '1234567890'). The column in question has other formatted data such as 4 alphas and 4 numerics (e.g. ABCD1234), etc.
I want to utilize my regex in SQL Server 2012 queries.