Home Forums SQL Server 2005 T-SQL (SS2K5) Changing the default date format of SQL server 2005 RE: Changing the default date format of SQL server 2005

  • Are you using VARCHAR instead of DATETIME to pass parameter around? If so, you are bound to have issues in a muti-cultrual deployment. It may not be the easiest solution, but, probably, the best solution is to use proper datatypes.