SyntaxFix
Write A Post
Hire A Developer
Questions
I've had success forcing the view to be ordered using
SELECT TOP 9999999 ... ORDER BY something
Unfortunately using SELECT TOP 100 PERCENT does not work due the issue here.
SELECT TOP 100 PERCENT