Write a SQL Query to find first Week Day of month?
Answers were Sorted based on User's Feedback
Answer / saravakumar
SELECT DATENAME(dw, DATEADD(dd, - DATEPART(dd, GETDATE()) +
1, GETDATE())) AS FirstDay
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / vijay
SELECT DATENAME(dw, DATEADD(dd, – DATEPART(dd, GETDATE()) + 1, GETDATE())) AS FirstDay
| Is This Answer Correct ? | 1 Yes | 1 No |
What does sql server mean?
What is a trigger? Why we need it?
How the data stores in a page?
What is the difference between ‘having’ clause and a ‘where’ clause?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
Can we move Resource database from one path to another? If yes,How can we?
Where are magic tables stored ? Is it in the same database where it is created ?
What is the Difference beween sql server 2005 and sql server 2008
What is collation sensitivity? Explain different types.
Is Sql non procedural query language?
What do you understand by sql server agent?
What is lookup override?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)