G
Galin Iliev
Hello guys,
I am researching the best way to update SQL server with bunch on
information.
let's suppose that we have
one table in SQL database with 500 rows. load it in memory as Dataset and
add more 500 rows, change 250, and delete 100. when you call
SQLDataAdapter.Update( dataset ) you will have 500 INSERT queries ( or SP
calls ), 250 Update, and 100 delete.
the problem will be when 100 or 1000 users decide to do this at one time.
The quiestion is : Is this best way (according Microsoft) for updating SQL
server with bunch with information? or is there another aproach about this?
maybe something like packaging information into one and transfer it to
server?
According you which is best way: using central SQL server
- OR -
one central server and many locally MSDE with replication?
I know it is depending on the case, but let's talk a little bit
theoretically
Thank you in advance
Galin Iliev [MCSD]
Senior Software Developer
Software Consulting Services
I am researching the best way to update SQL server with bunch on
information.
let's suppose that we have
one table in SQL database with 500 rows. load it in memory as Dataset and
add more 500 rows, change 250, and delete 100. when you call
SQLDataAdapter.Update( dataset ) you will have 500 INSERT queries ( or SP
calls ), 250 Update, and 100 delete.
the problem will be when 100 or 1000 users decide to do this at one time.
The quiestion is : Is this best way (according Microsoft) for updating SQL
server with bunch with information? or is there another aproach about this?
maybe something like packaging information into one and transfer it to
server?
According you which is best way: using central SQL server
- OR -
one central server and many locally MSDE with replication?
I know it is depending on the case, but let's talk a little bit
theoretically
Thank you in advance
Galin Iliev [MCSD]
Senior Software Developer
Software Consulting Services