I have a parameterized stored procedure that I need to eliminate duplicates from. I tried using SELECT DISTINCT, but I get an error saying that the text field cannot be selected as distinct. One of the fields is a text field.
Looked in BOL and it doesn't offer much help
Is there some way to get around this?
Is there another keyword I could use?
(running SQL server7, Sp3 on winNT 4 sp6)
Thanks,
Matt
Looked in BOL and it doesn't offer much help
Is there some way to get around this?
Is there another keyword I could use?
(running SQL server7, Sp3 on winNT 4 sp6)
Thanks,
Matt