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
How to maintain a fill factor in existing indexes?
Does partitioning ssd reduce performance?
How do you delete a trigger?
What is ms sql server triggers?
What is the sql server 2000 version number?
Explain what are sparse columns?
What is user defined stored procedures?
What is the difference between commit and rollback?
Explain the concept of view and Types of views in SQL server?
Explain database normalization?
What is the partitioning method?
Can you get second highest salary from the table?
What are the disadvantages of indexes?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
What are commonly used odbc functions in php?