Sql Server 2005 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Can we recover the data deleted from a table in SQL Server Database
How to get number of row in each table in database
How to get number of records in a table
How to rename a column
How to select random row from table in SQL
How to Enable CLR integration in SQL Server
Home
>>
Dababase Interview Questions
>>
Sql Server 2005 Query
How to get first day of week
Posted on December 15th , 2009 by Admin
select DATEADD(DD, 1 - DATEPART(DW, getdate()),getdate())
Site Search