I have an \"Observation\" table in SQL Server 2008. This table has a locationId column for a bunch of geographic locations, a few columns for observation details and a colum
Use the Getdate function as I used as below.
select * from TBL_MP_QC_CustomerWiseCOA_Master order by getdate() desc