No announcements
Found 1367884 threads
-
0 Votes
Fastest way to iterate a DataTable
D D D T T T T T T T T a b c 1 2 3 4 5 6 7 8 a a a 3 4 5 6 7 8 9 ...Answered | 2 Replies | 5055 Views | Created by DirkLX - Friday, September 10, 2010 8:37 AM | Last reply by R.A.J.Y.A.M - Friday, September 10, 2010 6:27 PM -
3 Votes
Datatable to Excel or CSV without for Loop, Need the fastest Way.
. ;-) ***** EDIT ***** As an addendum here, I tried it both ways and Reed is right: The parallelization took LONGER than standard For Each ...Answered | 13 Replies | 3259 Views | Created by ID GO - Sunday, November 8, 2015 7:13 PM | Last reply by Reed Kimble - Monday, November 9, 2015 4:32 PM -
1 Votes
Fastest way to Display Data from Database or DataTable
The following MSDN document introduces how to do this: http://msdn.microsoft.com/en-us/library/2b177d6d.aspx If you want to search in a DataTable rather than the ...Answered | 5 Replies | 3372 Views | Created by Avinash Desai - Wednesday, July 1, 2009 12:32 PM | Last reply by _SuDhiR_ - Thursday, July 9, 2009 1:07 PM -
2 Votes
What is the fastest way to fill DataTable from SQL Server
Just initialize the datatable DataTable table = new DataTable();Answered | 7 Replies | 55170 Views | Created by frank.uray - Monday, May 16, 2011 2:10 PM | Last reply by Mel_W - Sunday, September 16, 2018 4:09 PM -
1 Votes
fastest way
There are a few different ways.Answered | 16 Replies | 7427 Views | Created by kalyan kamesh - Friday, September 14, 2012 5:47 PM | Last reply by Kalman Toth - Wednesday, November 7, 2012 12:42 PM -
0 Votes
fastest way to count no of records
There is another quick way using management studio without opening the table...Answered | 3 Replies | 6703 Views | Created by Ronald VIctor - Thursday, July 1, 2010 8:15 AM | Last reply by Naomi N - Friday, July 2, 2010 2:08 AM -
1 Votes
The fastest way to rebuild indexes
Hi zhichkin, The fastest possible way to rebuild indexes is to rebuild the indexes in OFFLINE mode because OFFLINE index rebuilds do require ...Answered | 3 Replies | 3478 Views | Created by zhichkin - Wednesday, June 17, 2015 1:49 PM | Last reply by zhichkin - Thursday, June 18, 2015 7:39 AM -
0 Votes
fastest way to copy a block of memory
I have to wonder, if strlen(buffer) gets calculated on each iteration of the loop...it kinda looks like it does.Answered | 4 Replies | 3534 Views | Created by Project-NZ - Sunday, June 13, 2010 9:30 AM | Last reply by Wyck - Monday, June 14, 2010 3:02 AM -
0 Votes
Fastest way to sync Appdata
Is there a fastest way to sync the data or perhaps manually sync remote app data using a timer?Answered | 1 Replies | 473 Views | Created by Yigit Gungor - Thursday, October 15, 2015 11:26 PM | Last reply by Jamles Hez - Wednesday, October 28, 2015 1:43 PM -
0 Votes
Fastest way to recreate a test environment
The absolute fastest way is to script your installation of a farm, and as you said, restore from backup.Answered | 1 Replies | 763 Views | Created by bbatl - Tuesday, February 9, 2016 4:54 PM | Last reply by Trevor Seward - Tuesday, February 9, 2016 6:07 PM -
0 Votes
Whatt is the best and fastest way to iterate through a sharepoint lists with large data (>500.000 rows)
if u wish to do this using powershell :http://blogs.msdn.com/b/kaevans/archive/2012/02/13/iterating-large-sharepoint-lists-with-powershell.aspxAnswered | 4 Replies | 6812 Views | Created by [Yavuz B.] - Thursday, April 11, 2013 6:10 PM | Last reply by no-nerd - Friday, April 12, 2013 5:31 AM -
5 Votes
Fastest way to turn off computer
Fastest way.Answered | 19 Replies | 3755 Views | Created by messvk - Thursday, September 15, 2011 6:18 PM | Last reply by FallenHeroz - Monday, January 16, 2012 10:09 PM -
2 Votes
Fastest way to search object in List(of T)
Pretty much a similar use of how Microsoft operates the DataSet/DataTable/Relationship/DataRow model structure (only without data tables).Answered | 17 Replies | 647 Views | Created by Jamie V Johnson Old - Tuesday, August 15, 2017 8:12 PM | Last reply by Jamie V Johnson Old - Friday, August 18, 2017 3:28 PM -
2 Votes
Fastest way to clone an array of ints?
However, I can't find a way to avoid it.Answered | 24 Replies | 23246 Views | Created by Matthew Watson - Tuesday, July 28, 2009 2:57 PM | Last reply by Matthew Watson - Monday, August 3, 2009 11:31 PM -
1 Votes
what is the fastest way to serialize and compress a class?
So asking what is the fastest way to go from here to New York, if we don't know where for you here is it is impossible to answer.Answered | 4 Replies | 3861 Views | Created by marck68 - Thursday, June 10, 2010 3:35 PM | Last reply by Cor Ligthert - Tuesday, June 15, 2010 8:48 AM -
0 Votes
Fastest way to become MCITP
hi all I recently got my MCSA although it hasnt displayed on my transcript yet, I have completed 270,290,291 and 680 whats the fastest way to ...Answered | 4 Replies | 10865 Views | Created by scottrotton - Friday, December 10, 2010 8:43 PM | Last reply by Alberto Poblacion - Tuesday, January 25, 2011 6:49 AM -
1 Votes
Iterate a Dictionary - best way
var matches = from kvp in items where kvp.Key.StartsWith("f") select kvp.Value; EDIT: There's no such a thing as ...Answered | 3 Replies | 2023 Views | Created by Volkert Lindström - Wednesday, September 14, 2011 2:15 AM | Last reply by Eyal Solnik - Wednesday, September 14, 2011 3:12 AM -
0 Votes
The fastest way to populate a column with -1 value
What is the fastest way to populate the column with -1 value.Answered | 2 Replies | 714 Views | Created by Igor Gelin - Thursday, August 13, 2015 6:01 PM | Last reply by Igor Gelin - Thursday, August 13, 2015 8:19 PM -
2 Votes
What is the fastest way to read paragraphs in word and c#?
Another way to determine page number information would be to iterate through the pages, retrieving the .Range.Start of each page.Answered | 22 Replies | 4358 Views | Created by zequion1 - Friday, January 26, 2018 1:53 PM | Last reply by namwam - Thursday, November 21, 2019 2:11 AM -
0 Votes
fastest way to search an element in an set
Object-oriented programming offers a sustainable way to write spaghetti code. - Paul Graham.Answered | 10 Replies | 2094 Views | Created by avengerzx - Sunday, April 8, 2012 9:52 AM | Last reply by servy42 - Monday, April 9, 2012 4:46 PM - Items 1 to 20 of 1367884 Next ›
No announcements