Roger's Access Blog
Thoughts, opinions, samples, tips, and tricks about Microsoft Access
Friday, July 1, 2016
Access DateValue() function to SQL Server equivalent
What is the SQL Server equivalent to Access DateValue() function?
Access SQL
DateValue([Event Timestamp])
SQL Server Equivalent
cast([Event Timestamp] as date)
convert(date, [Event Timestamp])
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment