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 reference section?
How do you set a trace flag in sql server?
What is instead of dml trigger?
How to link tables in sql server?
Mention the 3 ways to get a count of the number of records in a table.
Can you move the resources after pausing the node? : sql server database administration
What are trace flags?
What are the types of database recovery models?
Explain about unique identifier data type in sql server?
How do I completely remove sql server instance?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
What is the meaning of resultset type_scroll_insensitive?
what's the difference between delete table and truncate table commands? : Sql server database administration
How can you know if the row fetched from cursor is still valid in underlying table?