No announcements
Found 2930446 threads
-
0 Votes
The fastest way to insert an 10K*6 array to a SQL table
Hi, What's the fastest way to insert the data of an [10000,6] array to a SQLUnanswered | 1 Replies | 2849 Views | Created by Joe-B_ - Wednesday, July 4, 2007 4:13 PM | Last reply by William Vaughn - Thursday, July 5, 2007 2:30 AM -
2 Votes
What is the fastest way to modify a byte array?
I need to modify a byte array that I've read from my memory.... a need to modify it an then rewrite to my flash all it again..but i need ...Answered | 2 Replies | 2581 Views | Created by Gil Gil - Friday, July 8, 2011 1:16 PM | Last reply by Wyck - Saturday, July 9, 2011 8:15 AM -
0 Votes
Fastest way to insert over 1000,0000 record
Dear All How to write a query that can insert over 1000,0000 dummy records in the fastest way? My current ...Answered | 7 Replies | 752 Views | Created by mintssoul - Friday, May 8, 2015 3:26 AM | Last reply by Atif-ullah Sheikh - Friday, May 8, 2015 4:02 PM -
0 Votes
Good way to insert 10k records into Sql CE database.
Hi Balu, There is no need to creating new SqlCeConnection, SqlCeCommand and SqlCeParameter for every item in _personGroupInfoObj to insert data in ...Answered | 5 Replies | 7543 Views | Created by BaluEnv45 - Monday, March 26, 2012 10:51 AM | Last reply by ErikEJ - Friday, March 30, 2012 4:10 PM -
0 Votes
Insert an array into a table
let's say I have an array and a table with only one columnI need to insert all items of this array quickly to the ...Answered | 1 Replies | 2829 Views | Created by Ushta - Monday, January 26, 2009 5:21 AM | Last reply by Jason Kresowaty - Tuesday, January 27, 2009 12:27 AM -
0 Votes
Fastest way to process many INSERT commands
tips and tricks to get maximum performance of using ADO.NET to perform a large number of INSERT commands in a short amount of time. I can't just use ...Answered | 6 Replies | 3496 Views | Created by Korazy - Tuesday, June 2, 2009 9:00 PM | Last reply by Korazy - Sunday, June 7, 2009 9:10 PM -
2 Votes
Fastest way to clone an array of ints?
Your fastest approach is the one I've taken, after quite a bit of profiling. It seems to be the best case way to copy an ...Answered | 24 Replies | 21721 Views | Created by Matthew Watson - Tuesday, July 28, 2009 2:57 PM | Last reply by Matthew Watson - Monday, August 3, 2009 11:31 PM -
4 Votes
Fastest way to insert/retreive data.
should be able to capture the data into a single transaction table just with an INT IDENTITY PK, no indexes, no constraints, no triggers. After ...Answered | 7 Replies | 8263 Views | Created by AndyB1978 - Monday, February 8, 2010 2:54 PM | Last reply by AndyB1978 - Monday, November 21, 2011 11:03 AM -
0 Votes
Fastest way to draw 2D array of pixels?
On 12/10/2012 4:55 PM, md313230 wrote: I want to know what is the fastest way to draw a 2D array of pixels ...Answered | 1 Replies | 1604 Views | Created by md313230 - Monday, December 10, 2012 9:55 PM | Last reply by Igor Tandetnik - Monday, December 10, 2012 10:23 PM -
0 Votes
Fastest way to convert native array to generic List?
} } Unfortunately, this is very slow to be unusable because this function will be called many ...Answered | 4 Replies | 6290 Views | Created by BlueBeetle - Thursday, October 12, 2006 7:53 PM | Last reply by Alex Farber - Friday, October 13, 2006 6:12 AM -
0 Votes
Fastest way to add a lot of Records to SQL
is one part of the text file where there is detail related to the overall parent record. I then loop through the parent array to make ...Answered | 2 Replies | 544 Views | Created by mbrad - Friday, March 6, 2020 5:58 PM | Last reply by mbrad - Friday, March 6, 2020 6:47 PM -
0 Votes
insert an array into a table
hi.i have a program that gets data from a loop one by one with one second delay and i want to store data in my database,the data are going first to my ...Answered | 1 Replies | 3137 Views | Created by softnet1 - Friday, May 8, 2009 5:27 PM | Last reply by softnet1 - Saturday, May 9, 2009 5:35 PM -
0 Votes
Fastest way to alter table structure
I'm writing a database table designer (works like the Enterprise Manager one, but with restricted datatypes and some checks), and I have a bit of a ...Answered | 3 Replies | 5215 Views | Created by EvilPenguin - Thursday, June 14, 2007 1:34 AM | Last reply by EvilPenguin - Thursday, June 14, 2007 3:27 AM -
0 Votes
Insert elements from an array into table?
Since each field is a column if your table is in the same order you can use the bulkcopy object first convert your ...Answered | 5 Replies | 7979 Views | Created by hungdoan - Thursday, July 14, 2011 3:24 PM | Last reply by Powmax - Monday, July 18, 2011 1:34 PM -
0 Votes
Fastest way to update an xml file
xmlDoc.Save(strXmlFilePath.ToUpper()); I have more than 100 tags, that needs to be updated like this way for a single ...Answered | 1 Replies | 3541 Views | Created by Am X - Monday, April 30, 2007 11:52 AM | Last reply by Martin Honnen - Monday, April 30, 2007 1:29 PM -
0 Votes
The "fastest" way to load string data
I need to load a lot of data into a sql table as fast as possible. (All data is string data, CSV file). I have read that the ...Answered | 2 Replies | 6274 Views | Created by edm2 - Monday, July 10, 2006 4:07 PM | Last reply by Donald Farmer - Tuesday, July 11, 2006 4:26 AM -
0 Votes
What's the fastest way to search an access database?
VB 2008. It's using ADODB with an SQL FIND to retrieve the information. It works, but it's pretty slow. Back in the VB6 version, I broke ...Answered | 4 Replies | 1907 Views | Created by Truckteach - Sunday, October 7, 2012 9:13 PM | Last reply by Truckteach - Wednesday, October 17, 2012 7:07 AM -
0 Votes
Fastest way to iterate a DataTable
situation and would like to know the fastest approach to get each single row from a DataTable. 1. I have a DataTable filled ...Answered | 2 Replies | 4682 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 -
0 Votes
Do an Insert from the Array using LINQ to SQL
SQL. Trying to use LINQ to SQL, but the problem is I can not find a way to loop through Linq object which was created by ...Answered | 1 Replies | 5018 Views | Created by Nat-2020 - Sunday, October 12, 2008 3:10 AM | Last reply by MarkMacumber - Monday, October 13, 2008 2:44 AM -
0 Votes
Fastest way to read from a database?
Hi, I was wondering what is the quickest way to read data from a table from SQL server into an array or list ...Answered | 1 Replies | 3404 Views | Created by Anonymous_189 - Thursday, August 28, 2008 7:17 PM | Last reply by WaywardMage - Thursday, August 28, 2008 7:36 PM - Items 1 to 20 of 2930446 Next ›
No announcements