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 normalization of database?
Explain DBCC?
what is the system function to get the current user's user id? : Sql server database administration
How to encrypt Strored Procedure in SQL SERVER?
Tell me about normalization in DBMS.
Explain intellisense for query editing
How to replace null values in expressions using isnull()?
Do I need a report server to run reports in my application?
What are drillthrough reports?
What are the properties of the transaction?
Define candidate key, alternate key, and composite key.
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What are data resources?
How to maintain a fill factor in existing indexes?
How many levels of sp nesting are possible?