There are a number of posts when it comes to date format but these all seem to be in regards to when writing SQL syntax.
In Query Analyzer when I open any table that has a datetime column the format is "1999-04-01 00:00:00.000". How can I amend this so that it just reads DD-MM-YYYY i.e. "01-04-1999".
I thought SQL Server was mapped against my Regional Settings but this does not seem to be the case ?
In Query Analyzer when I open any table that has a datetime column the format is "1999-04-01 00:00:00.000". How can I amend this so that it just reads DD-MM-YYYY i.e. "01-04-1999".
I thought SQL Server was mapped against my Regional Settings but this does not seem to be the case ?