Hi,
LoadUI is a curently discontinued tool (that exists only as a licensed LoadUI NG Pro - https://smartbear.com/product/ready-api/loadui/overview/) designed to generate a load web traffic with the optional use of the functional tests created using SoapUI (https://www.soapui.org/) / SoapUI NG Pro (https://smartbear.com/product/ready-api/soapui-ng/overview/).
LoadComplete (this is where you've posted this your question to) is also a web load generation tool (https://smartbear.com/product/loadcomplete/overview/) that is similair to LoadUI.
Both these tools, basically, generate web requests to web servers and measure the time that it takes for the server to reply. Additionally, these tools can get data from the performance counters of the remote machines thus providing you with the info of what it takes for the servers to reply to the requests in terms of their hardware resources (memory, CPU, cache, etc.). But usually this is done as a part of web load test.
If I got your scenario right, there will be some scripts that will trigger some jobs/stored procedures/queries on the database server(s). Usually, the performance of script code itself is irrelevant and the primary goal is to monitor what it taked to the database server to execute the tasks. This is usually done with the internal monitoring tools provided with the given database server and may optionally include data provided by the OS performance counters without the necessity to use any load generation tool.
If, however, jobs on the database server are triggered as a result of some request to the web server and you are expecting a lot of such requests to this web server, then you may consider to use the load testing tool to generate required requests load and to check how database server serves web server with the data.