The primary (though certainly not the only) places where the old server name is stored are the output file paths of reports in Selections & Listings. To find these reports and other places that reference the server path, use the following query:
select ItemType = 'Report', Title from Shelby.SSReports where Reports like '%server_name_here%'unionselect ItemType = 'Preference', ControlKey from Shelby.SSControl where Memo like '%server_name_here%'order by ItemType
This will provide a simple list. The Report lines will tell you which reports refer to the server you specified. The Preference lines will tell you where to look for preferences that reference the old server name.
No comments:
Post a Comment