(0000081)
ozanpakyuz (administrator)
2010-04-02 08:15
|
Medium or "meduim" is incorrect in the database table, as part of the next upgrade a script will be used to fix this.
If you want to go ahead and fix this now you can run the following fix from within the SQL Management Studio:
1 - Open SQL Management Studio
2 - Click Connect
3 - Click the [+] next to Databases
4 - Click on the [+] next to the OPSD database
5 - Click the [+] next to Tables
6 - Single left click to select tblpriority
7 - Top left of the Management Studio click on New Query
8 - Add the following line:
UPDATE tblpriority SET prioritytext = 'Medium' WHERE prioritytext = 'Meduim'
9 - Click on the execute button
10 - It should return the line "1 Row(s) affected"
11 - Close the Management studio as the fix is complete. |