Thursday, August 1, 2013

how to get the name of the day in sql server

To get the name of a day in sql server

Query
SELECT DATENAME(weekday,getdate())

No comments:

Post a Comment