UNPKG

@cityssm/worktech-api

Version:

Integrations with the WorkTech (Pearl) work order management system.

6 lines (5 loc) 169 B
export async function lockTable(transaction, tableName) { await transaction .request() .query(`SELECT TOP 1 * FROM ${tableName} WITH (TABLOCKX)`); }