What a truly, truly wonderful thought.
I have an idea. Let's preach this: The time has come. The kingdom of God has come near. Repent, and believe the good news. :-D
-- The following is absolutely terrible, but GET DIAGNOSTICS ROW_COUNT simply would not work!!!-- It was returning 0 no matter what, perhaps confused by the INTO clause?SET SWV_RowCount = (select count(N_OID_LST) FROM OID_MGMT WHERE C_OID_CL_ABR = v_vTable);-- GET DIAGNOSTICS SWV_RowCount = ROW_COUNT;select N_OID_LST into v_last_block FROM OID_MGMT WHERE C_OID_CL_ABR = v_vTable;
I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...