Hi,
>Is it possible execute insert statement at same milliseconds and same Table. i got strange error like this
>Sql connection Timeout.
For insert operation, the command will be queued, and for update operation you can try the concurrency control.
Based on the error "SQL connection Timout", what is the connection timeout value you set now and have you tried to increase that value?
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.