I need to convert the DateTime from a table. So far have this...
CONVERT(varchar, n.TestDateTime)
There maybe null values so this is returning nothing well I run my script. I know I have to use ISNULL but are unsure as to where on this line of code to place it.
Any help would be greatly appreciated.