Re: Creating a VIEW

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



This is most likely because you added sort. A view is unordered set and the graphic tools unfortunately have inappropriate behavior to add ORDER BY and TOP. To correct this copy the view definition to a query window and then use ALTER VIEW to change it removing both the TOP option and the ORDER BY clauses. If you need ordering then use ORDER BY when querying the view.

--
Plamen Ratchev
http://www.SQLStudio.com
.