Also, setting up a SQL server and doing some basic load-testing locally with a profiler attached should not be beyond your capabilities regardless of host, but without control of the compiler/build ...
A connection to a database is a resource intensive operation that typically comprises a few steps. A channel of communication between the application and the database should be established before the ...