I'm writing a simple project management app that uses MS SQL 7. The tables will be getting Select and Insert calls from a few (~20) sources, and less often, Updates. Can Select and Insert create a ...
I have sort of an odd situation. I have a lot of distributed machines working on a simulation. They each start out with their own work, process it, and eventually put it into a SQL database.