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
Where are stored procedures in sql server?
What is the difference between ddl,dml and dcl commands?
How to disable stored procedure sql server?
What is a sql join?
How to execute a stored procedure in ms sql server?
What is an identity?
Explain how to send email from sql database?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
What is the default schema of your login session in ms sql server?
How adventureworkslt tables are related?
How to convert a numeric expression from one data type to another?
What is a recursive stored procedure in sql server?
how can u get last observation in an unknown dataset ?
What do you understand by a view?
How to integrate the ssrs reports in application?