Write a SQL Query to find first Week Day of month?
Answer Posted / vijay
SELECT DATENAME(dw, DATEADD(dd, – DATEPART(dd, GETDATE()) + 1, GETDATE())) AS FirstDay
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is nonclustered index with included columns ?
Explain datetimeoffset data type in sal server 2008?
what is raid and what are different types of raid configurations? : Sql server database administration
What is a document index?
How do I start and stop sql server?
What is a covered index?
What do you mean by authentication modes in sql server?
What are policy management terms?
What is a performance monitor?
What is the difference between a local and a global temporary table?
What is the maximum size of sql server database?
Define clusters?
Tell me what is de-normalization and what are some of the examples of it?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is resource db in sql server?