I\'m trying to create a view with an ORDER BY clause. I have create it successfully on SQL Server 2012 SP1, but when I try to re-create it on SQL Server 2008 R2
ORDER BY
In order to add an ORDER BY to a View Perform the following
CREATE VIEW [dbo].[SQLSTANDARDS_PSHH] AS SELECT TOP 99999999999999 Column1, Column2 FROM dbo.Table Order by Column1