|
-
Oct 2nd, 2008, 07:34 PM
#1
[RESOLVED] mssql 2005 dates
How do you store dates outside the range of sql servers date datatypes (specified below)
datetime - January 1, 1753, through December 31, 9999
smalldatetime - January 1, 1900, through June 6, 2079
Thanks.
-
Oct 2nd, 2008, 09:13 PM
#2
-
Oct 3rd, 2008, 12:07 AM
#3
Re: mssql 2005 dates
If you can switch to SQL Server 2008 then you have the datetime2 data type, which goes all the way back to #1/01/0001 00:00:00 AM#.
-
Oct 4th, 2008, 01:43 AM
#4
Re: mssql 2005 dates
Ok thank you both for your input.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|