We are adding servers to SW we added some columns to the data base and I want to use SQL to "populate" them using SQL.
SUDO looks like the following
read source file using perl
from there write a for loop to read in the three sql fields
Field one is the server name
field 2 is the customized fieild for billing client
field 3 is the agency that owns the server.
(All this after we have snmp running)
I want to test with out writing to the DB first is this possible and have it be a try test? or do I have to set up a test DB?
If I can do this is there any API that needs to done ?
Please note I am a admin, not a DBA ---