No announcements
Found 1320059 threads
-
1 Votes
Load and manipulate large amount of data
SQL Server will process large chunks of data significantly faster then fetching a record doing some processing and writing it back using an application.Answered | 10 Replies | 3449 Views | Created by GMS0012 - Friday, January 1, 2010 7:11 PM | Last reply by Michal Burger - Friday, January 1, 2010 9:52 PM -
0 Votes
Manipulating large amounts of data
A RDBMS like Oracle or SQL Server would be more suited than an xml file since you have 4-5 GB of data.Answered | 7 Replies | 3083 Views | Created by malik_abu_sabri - Monday, May 25, 2009 4:16 PM | Last reply by masher2 - Monday, May 25, 2009 6:38 PM -
1 Votes
Syncing large amounts of data to Azure
Hi Ravi, You can use the Import/Export service to transfer large amounts of file data to Azure Blob storage in situations where uploading over the ...Answered | 3 Replies | 1393 Views | Created by RaviRabheru - Wednesday, October 22, 2014 9:35 AM | Last reply by Jiajia Wu - Tuesday, November 4, 2014 10:06 AM -
5 Votes
Large amount of data in ComboBox
How it increase the performance in data reader operations?Answered | 14 Replies | 10406 Views | Created by Sharfudeen - Thursday, August 6, 2009 6:41 AM | Last reply by Jeff - www.SRSoft.us - Saturday, August 8, 2009 4:05 PM -
1 Votes
Processing large amounts of data in SSIS ?
But 2-3 million rows is not considered large amount nowadays.Answered | 14 Replies | 1882 Views | Created by blastoSO - Thursday, October 24, 2013 5:11 AM | Last reply by Uri Dimant - Sunday, October 27, 2013 7:31 AM -
0 Votes
Displaying Charts with large amount of data points
Naturally, this is not the ideal scenario since it takes a while for the chart to plot the data.Answered | 2 Replies | 5605 Views | Created by Nazeeh - Tuesday, January 12, 2010 2:19 AM | Last reply by Alexandros Biratsis - Tuesday, January 12, 2010 7:57 PM -
3 Votes
Load Datagridview with large amount of data progressively
Hello, If you have a huge amount of rows, like 10 000 and more, to avoid performance leak - do the following before data ...Answered | 7 Replies | 19924 Views | Created by Jiten Patoliya - Friday, September 17, 2010 5:31 AM | Last reply by NEETShonen - Tuesday, August 6, 2019 4:57 PM -
2 Votes
Best Practices on Processing Large Amounts of data
If the objects aren't very large then is there any advantage in storing them in 500 seperate files?Answered | 25 Replies | 12082 Views | Created by Tryin2Bgood - Tuesday, August 4, 2009 1:36 PM | Last reply by Louis.fr - Saturday, August 14, 2010 2:17 PM -
2 Votes
Large amount of data from files to SQL Azure.
if yes - Then you can load the data into your local database and then use the data export feature with SQL Studio client tools to upload the data.Answered | 5 Replies | 7881 Views | Created by falven - Tuesday, August 14, 2012 7:03 AM | Last reply by MKMahesh - Monday, August 20, 2012 8:47 PM -
7 Votes
Handling large amount of data in SQL server 2008 >10Gb
Yes it can handle large amounts of data.Answered | 6 Replies | 5370 Views | Created by Philip Bulles - Tuesday, September 10, 2013 3:50 PM | Last reply by JoDask - Wednesday, September 11, 2013 7:49 AM -
1 Votes
Best library to export large amount of data into excel
Hi, you can also check out this article: http://www.codeproject.com/Tips/659666/Export-very-large-data-to-Excel-file It usesAnswered | 6 Replies | 15052 Views | Created by Webfriebd13 - Thursday, August 30, 2012 2:41 PM | Last reply by Cosettear - Wednesday, March 19, 2014 8:51 AM -
2 Votes
large amount data in text file ssis
That's a lot of data!!Answered | 6 Replies | 1722 Views | Created by coool_sweet - Thursday, March 5, 2015 6:06 PM | Last reply by ryguy72 - Friday, March 6, 2015 6:24 PM -
2 Votes
Delete large amounts of data from a table
Table partitioning will help to switch out large amounts of data to another table and/or delete it in less than a minute as it is a metadata operation and without blocking ...Answered | 9 Replies | 1072 Views | Created by Nikhil Kumar Reddy - Wednesday, September 24, 2014 10:59 AM | Last reply by pituach - Thursday, September 25, 2014 12:31 PM -
5 Votes
Uploading large data amount of image blobs using ServerSyncProviderProxy, WCF issue
With WCF, one solution for large uploads is to use HTTP Streaming instead of buffered mode.Answered | 13 Replies | 17046 Views | Created by J Oliver - Wednesday, June 11, 2008 8:03 AM | Last reply by loopmaster - Wednesday, July 22, 2009 5:09 PM -
0 Votes
What is the best practice of deleting large amount of records?
I suggest you few links which may help you in deleting large amount of records from SQL Azure ...Answered | 2 Replies | 5034 Views | Created by Youxu - Tuesday, January 13, 2015 4:13 AM | Last reply by TChiang - Tuesday, January 13, 2015 3:29 PM -
1 Votes
Reports with Large Amounts of Data - Subscription vs.
Hi Linda, Report server performance is affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount of data ...Answered | 1 Replies | 977 Views | Created by Linda Cornerstone - Tuesday, April 2, 2013 3:55 PM | Last reply by Charlie Liao - Wednesday, April 3, 2013 8:37 AM -
0 Votes
Access 2007 - unable to paste large amount of data from Excel into Access.
Import the data and then append it to your table.Answered | 3 Replies | 1767 Views | Created by Michael Neville - Friday, March 20, 2015 6:09 AM | Last reply by ryguy72 - Friday, March 20, 2015 3:06 PM -
1 Votes
Analysing and Updating large amounts of data
I'm not sure if System.Data has a way to iterate through chunks of data.Answered | 4 Replies | 1766 Views | Created by Remo Imparato - Wednesday, June 25, 2014 1:58 PM | Last reply by Erland Sommarskog - Wednesday, June 25, 2014 7:50 PM -
1 Votes
Processing Large amounts of data in C# app - using ADO.NET
If your data is on a database server then why not leave it in table form on the server and us the OleDbDataReader class?Answered | 2 Replies | 5535 Views | Created by Tryst - Tuesday, April 7, 2009 9:08 AM | Last reply by Guo Surfer - Friday, April 10, 2009 4:40 AM -
1 Votes
what should I use for a very large amount of data?
So I was asking how to store such kind of data or which one is appropriate.Answered | 3 Replies | 6554 Views | Created by asahun - Thursday, March 3, 2011 5:45 PM | Last reply by asahun - Wednesday, March 9, 2011 5:11 PM - Items 1 to 20 of 1320059 Next ›
No announcements