Specify Collations in SQL Table Creation |
|
Answered By
Moderator1
on
11/19/2009 7:01:00 AM |
|
|
|
|
Hi,
By default, as you knew, SQL Server will store dates in yyyy/MM/dd format. Anyhow, try to change the collation setting of the database, or while creating the table try to find the correct collation name for storing the date in your format. But I'm not sure on this.
Btw, may I know why you want to store the date in dd/MM/yyyy format. Is it making problem while displaying it, if so, you can format it. Please post in this thread, if you have any further questions regarding the DateTime format.
Thanks. |
|
|
|