C2025-043 Admin Tool - Data Check - Tool to identify and report RO's that are not used in any of the PROMS data.

Performance Improvement
This commit is contained in:
2026-01-12 15:21:18 -05:00
parent ac88add40b
commit 52dbd8afec
2 changed files with 30 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ namespace VEPROMS.CSLA.Library
{
cm.CommandType = CommandType.StoredProcedure;
cm.CommandText = "vesp_GetROsNotUsed";
cm.CommandTimeout = Database.DefaultTimeout;
cm.CommandTimeout = 0;
using (SqlDataAdapter da = new SqlDataAdapter(cm))
{
DataTable dt = new DataTable();