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 are the parts of a function?
explain different levels of normalization? : Sql server database administration
How to connect to SQL Azure Database by using sqlcmd?
What is BLOCK statements in SQL?
How to change the ownership of a schema in ms sql server?
How to convert a unicode strings to non-unicode strings?
What is a group function explain with an example?
Where is trigger in sql server?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What is format parameter in ssrs?
What is identity?
How to recover from sql injection? : sql server security
What are various aggregate functions that are available?
between cast and convert which function would you prefer and why?
What is reference section?