3
Currently my seat is in YYYY-DD-MM format I would like to put in MM-DD-YYYY.
I found the SET DATEFORMAT
only it’s not the best option since I’ll have to add it to all the querys.
Is it possible to configure it in my connection similar to what is done in Mysql?? Or change it somewhere so I don’t have to change it in Mysql querys?
I don’t understand your goal. You want to use literals to represent dates (e.g.:
2014-04-28
) or wants to print the dates in some way?– utluiz