You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SqlConnectionMonConn=null;DataTabledt=newDataTable();try{MonConn=newSqlConnection(MonServerConnString);MonConn.Open();SqlCommandGetServersToTrace=MonConn.CreateCommand();GetServersToTrace.CommandType=CommandType.StoredProcedure;GetServersToTrace.CommandText="GetServersToTrace";using(SqlDataAdapteradapter=newSqlDataAdapter()){adapter.SelectCommand=GetServersToTrace;adapter.Fill(dt);}}catch(Exceptionxyz){Console.WriteLine("Error in CheckControlForChanges "+xyz.ToString());}finally{MonConn.Close();}
Are there some stored proc?
The text was updated successfully, but these errors were encountered:
Ahh, yes there is a stack of stored procs which support the application, I have finished this project but have been a little behind updating github so will look into doing that soon.
What is 'GetServersToTrace" in this code?
Are there some stored proc?
The text was updated successfully, but these errors were encountered: