Viewing 2 posts - 1 through 2 (of 2 total)
I couldn't get the query to work so I don't have proof but my guess is that the Order By in your correlated subselect is killing you.
You don't state it...
July 12, 2002 at 1:50 pm
#432626
Try the following command from a command prompt:
isql -Usa -P<sa password> -S<server name>
According to the note in the Microsoft KB because isql uses DB-Library you will be able to...
July 11, 2002 at 2:48 pm
#432541