Microsoft
Software
Hardware
Network
Question : sql server 2005 datetime min
Hi Experts..
I'd like to set the default datetime for a sproc parameter to be the minimum sql server date.
How do i do this?
@CreatedLowerDate datetime = datetime.Min()???
Answer : sql server 2005 datetime min
min value of datetime i s Jan-1-1753
@CreatedLowerDate datetime = '1753-01-01'
Random Solutions
On Insert: The text, ntext, or image data type cannot be selected as DISTINCT
Which to choose Standard & Premium CALs
xbox 360 show as mapped or connected external drive to PC
Closing a form with docmd.close
Access other cell data on current row in an Excel Function
Is there a way to print the properties for a given control in Access 2007?
Outlook 2007 prompts that it Needs Password
CommonDialog control in Access 2007 -- problem
VBA Looping through cells
Create MDE from MDB hangs