Search:

Type: Posts; User: AviE

Search: Search took 0.08 seconds.

  1. Need to find a Table like data structure to buffer data and insert with 1 command

    Hi, i am trying to build a server and retain the overhead of having many insertions to the DB.
    I am currently buffering the data, but i've been told that there's a table like data structure which...
  2. Need to find a Table like data structure to buffer data and insert with 1 command

    Basically, i am getting many records and try to buffer them and retain the overhead of having an SQL insert command for every record.
    An SQL Server specialist told me there is 1 in C#. I have a...
Results 1 to 2 of 2