I have one database on an SQL server where i can execute a simple Select Top Command eg( Select Top 5 Name From Client List order by Sales), but on another database (same server) the exact same syntax applied to a different table will not work. Is there some database level option that can be set which would enable/disable the "Select Top" syntax?