...
- Launch and connect to the SQL Server.
- Use the following SQL statement to update the Resource Report ReportLocation, replacing Report URL with your actual report URL.
UPDATE WSRepts SET ReportLocation = 'Report URL' WHERE ReportReference = 'Schedule_Resource_Report_1'
...
- Launch and connect to the SQL Server.
- Run the following SQL statement to display the Resource Reportupdate the Job Schedule by Cost Code ReportLocation, replacing Report URL with your actual report URL.
UPDATE WSRepts SET ReportLocation = 'Report URL
' WHERE ReportReference = 'Job Schedule by Cost Code'
...