| Assembly | SqlServer.Rules.dll |
| Namespace | SqlServer.Rules.Design |
| Class | TopWithoutOrderByRule |
| Id | SRD0014 |
| Friendly Name | TOP without an ORDER BY |
| Category | Design |
| Ignorable | false |
| Applicable Types | Procedure |
| Scalar Function | |
| Table Valued Function | |
| View |
TOP clause used in a query without an ORDER BY clause.
TOP clause used in a query without an ORDER BY clause. Add order by clause to make selection predictable.