I want to change a sql server 2000 database to sql server 2005 database. There are some views in that database where order by clause is used for example : select top 100 percent from emp order by empname...
As you are aware that in sql server 2005 we cannot use the order by clause in a view. So how to upgrade the database..