I was writing a query against a table today on a SQL Server 2000 box, and while writing the query in Query Analyzer, to my surprise I noticed the word LineNo wa
LineNo
Depending on where you use it, you can always use [LineNo]. For example:
[LineNo]
select LnNo [LineNo] from OrderLines.