Please download the attached PDF.
Also attached is the SQL script you can run in order to update the table.
You will need to update the 3 places with your server information before executing. It is attached as a sq_ so you will need to change this extension to .sql as well before executing. Open script in notepad or directly in SQL management studio. Change the following lines between the single quotation marks starting the 5th line from the top:
SET @Server = 'New Archive Server Description'
SET @Archiveipaddressordnsname = '192.168.1.2'
SET @Managementipaddressordnsname = '192.168.1.1'
Comments
0 comments
Article is closed for comments.