Limited output is due to a value set in query connection options. Have a look into "query connection options" in query analyser, there is one option called "rowcount" to set how many rows should return as output for your specified query. The default value for this option is 0 means output will return all rows from a query. If you set it as 10, only 10 rows will be returned.
madhusudannaidugundapaneni