Tarzzz
09-17-2010, 04:49 PM
Hello.
What about I having 50000 rows in my SQL 2005 table an each columns are about 50 and each are FAT (maybe 100 varchar), and then I do a sql like:
SELECT * from mytable ORDER by mycolumn; ? from an ASP-page. but from an ASP-page...
Of course first creating the object ADOB.recordset.. and so on...
Where does the machine store it ? Will it slow down ? (I guess).
Are there limits ?
All answers welcome.
I hope you know what I mean. I have now 30 records and everything works fine, but what IF.. 50000 more records...
Thanks
//Tarzzz
What about I having 50000 rows in my SQL 2005 table an each columns are about 50 and each are FAT (maybe 100 varchar), and then I do a sql like:
SELECT * from mytable ORDER by mycolumn; ? from an ASP-page. but from an ASP-page...
Of course first creating the object ADOB.recordset.. and so on...
Where does the machine store it ? Will it slow down ? (I guess).
Are there limits ?
All answers welcome.
I hope you know what I mean. I have now 30 records and everything works fine, but what IF.. 50000 more records...
Thanks
//Tarzzz