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
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is tcl in sql server?
What is open database communication (odbc)?
What are scalar functions?
How to execute a stored procedure in ms sql server?
can a table be moved to different filegroup? : Sql server administration
What is user-defined scalar function?
How to select some specific columns from a table in a query in ms sql server?
Is t sql the same as sql server?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What are four major operators that can be used to combine conditions on a where clause?
What are the requirements to use odbc connections in php scripts?
Do you know what is a linked server in sql server?
Which sql server is best?
How to create indexed view?