Viewing 7 posts - 1 through 7 (of 7 total)
Sorry this is the right answer, I think.
if you want distinct on one column then you will have multiple other columns for that column.
e.g. if you are asking for...
September 25, 2009 at 1:25 am
Hi there,
Please find attached copy of sample data and requirment.
Thanks,
Dreamslogic
July 21, 2009 at 1:10 am
Try this
SELECT CAST (floor (cast(getdate () AS SmallDatetime )) AS
July 16, 2009 at 9:02 pm
Hi Steve - Here are the choices
Create a new View
Use a cursor and store the data in a temporary table
Create an Indexed View
Create a User Defined Function to return the...
June 13, 2009 at 10:16 pm
Viewing 7 posts - 1 through 7 (of 7 total)