Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
charul
Starting Member
18 Posts |
Posted - 2009-01-14 : 22:37:29
|
My Page displays an error when exporting large amount of data.Anyway to handle this..... |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-01-14 : 23:07:50
|
quote: Originally posted by charul My Page displays an error when exporting large amount of data.Anyway to handle this.....
What error? |
 |
|
Skorch
Constraint Violating Yak Guru
300 Posts |
Posted - 2009-01-15 : 17:27:23
|
Excel 2003 can only hold up to 65k rows - I ran into that issue when trying to export some pretty large reports I created. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-17 : 02:07:03
|
yup...thats a limitation of excel. if you've more rows you cant export to single excel. |
 |
|
|
|
|