Abid
Abid

Reputation: 133

how can i determine a day name in sql server 2005?

i want to know the query so that i can get the name of today`s day

Upvotes: 1

Views: 3160

Answers (1)

Ed Harper
Ed Harper

Reputation: 21495

select datename(dw,getdate())

Upvotes: 5

Related Questions