August 20, 2018 at 2:34 pm
Hi Team,
I am trying to copy 2 million + rows from sql server Grid view to Excel spreadsheet.Its not allowing me to do that.Is there any alternative way I can copy them??
Thanks
SE
August 20, 2018 at 2:46 pm
sathwik.em91 - Monday, August 20, 2018 2:34 PMHi Team,
I am trying to copy 2 million + rows from sql server Grid view to Excel spreadsheet.Its not allowing me to do that.Is there any alternative way I can copy them??Thanks
SE
It's an export, not an import. Use a CSV file instead.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
August 20, 2018 at 2:53 pm
Phil Parkin - Monday, August 20, 2018 2:46 PMsathwik.em91 - Monday, August 20, 2018 2:34 PMHi Team,
I am trying to copy 2 million + rows from sql server Grid view to Excel spreadsheet.Its not allowing me to do that.Is there any alternative way I can copy them??Thanks
SEIt's an export, not an import. Use a CSV file instead.
I have the same error when I try to export into .csv file.
August 20, 2018 at 3:00 pm
sathwik.em91 - Monday, August 20, 2018 2:53 PMPhil Parkin - Monday, August 20, 2018 2:46 PMsathwik.em91 - Monday, August 20, 2018 2:34 PMHi Team,
I am trying to copy 2 million + rows from sql server Grid view to Excel spreadsheet.Its not allowing me to do that.Is there any alternative way I can copy them??Thanks
SEIt's an export, not an import. Use a CSV file instead.
I have the same error when I try to export into .csv file.
Excel only supports 2^20 rows (1,048,576). Depending on exactly what you are trying to do, you may be able to use PowerPivot.
Drew
J. Drew Allen
Business Intelligence Analyst
Philadelphia, PA
August 20, 2018 at 4:35 pm
sathwik.em91 - Monday, August 20, 2018 2:53 PMPhil Parkin - Monday, August 20, 2018 2:46 PMIt's an export, not an import. Use a CSV file instead.I have the same error when I try to export into .csv file.
Please provide the full text of the error message.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
August 20, 2018 at 5:17 pm
sathwik.em91 - Monday, August 20, 2018 2:34 PMHi Team,
I am trying to copy 2 million + rows from sql server Grid view to Excel spreadsheet.Its not allowing me to do that.Is there any alternative way I can copy them??Thanks
SE
Why, on this good Green Earth, would you want to do such a thing? SQL Server has plenty of horsepower to return reporting results that you can use in EXCEL. Just exactly how long do you think it will take to do such an analysis or whatever it is you're trying to do in Excel? For that matter, what makes you think the machine you have Excel installed on actually has the memory capacity for such a thing?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply