in my project, per second, i fire 14 insert query which insert two fields (1)time(varchar(11)) and (2)temparature(numeric(5,3) in 14 different tables.
Whether these simultaneous operation affect(degrade) performance of my system or not?
if yes, then how can i improve performance ?
how can i solve this problem?
is there any bulk insertion operation in sql which automatically perform batch insertion operation?
pls, reply me. Quick