Write a SQL Query to find first Week Day of month?
Answer Posted / saravakumar
SELECT DATENAME(dw, DATEADD(dd, - DATEPART(dd, GETDATE()) +
1, GETDATE())) AS FirstDay
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
What is apply operator in sql?
Why are you getting errors when creating a new odbc dsn?
What is key set driven?
Explain primary key in sql server?
What are different types of database indexes?
What is join query?
What is function of ROLLUP ?
Why should one not prefix user stored procedures with ‘sp_’?
Does an index slow down updates on indexed columns?
How you can get the list of largest tables in a database?
What do you understand by the analysis services in sql server?
when would you go for denormalization? : Sql server database administration
Why it is recommended to avoid referencing a floating point column in the where clause?
Why de-normalization required?
What are data files?