1: 2: 3: 4: 5: 6: 7: 8:
Select * From Master tm Where tm.CreateDate >= ( Select DATEADD(hour, DATEPART(hour, CreateDate), DATEDIFF(day, 0, CreateDate)) From Master Where MasterID = @MasterId )