Re: SQL 2000, SP3a "TOP 100%"
- From: "David Portas" <REMOVE_BEFORE_REPLYING_dportas@xxxxxxx>
- Date: Sat, 18 Jun 2005 11:59:14 +0100
> you need TOP 100% for a view
>
> you can't use an order by in a view without a top 100%
You don't need TOP 100% for views and you shouldn't use ORDER BY in views
either. Views are supposed to be unordered and with good reason. Queries
against the view may well perform better without an ORDER BY clause in the
view definition. The best place to use ORDER BY is when you query the view.
--
David Portas
SQL Server MVP
--
.
- Follow-Ups:
- Re: SQL 2000, SP3a "TOP 100%"
- From: aaron . kempf
- Re: SQL 2000, SP3a "TOP 100%"
- References:
- SQL 2000, SP3a "TOP 100%"
- From: RTL
- Re: SQL 2000, SP3a "TOP 100%"
- From: aaron . kempf
- SQL 2000, SP3a "TOP 100%"
- Prev by Date: Re: SQL 2000, SP3a "TOP 100%"
- Next by Date: Q: fulltextcatalog population doesn't start
- Previous by thread: Re: SQL 2000, SP3a "TOP 100%"
- Next by thread: Re: SQL 2000, SP3a "TOP 100%"
- Index(es):
Relevant Pages
|
Loading