If you have a varchar column that holds text as well as dates in ddmmyyyy format. However you only want to show the columns that have dates in them only. How would I be able to do this ?
I am working with sql server 2008 r2. This will be for a stored procedure for SSRS.