LicenseWatch FAQ
Changing the License Code Directly in the Database
Run the following SQL command:
update systemsettingvalue set settingvalue = '[license code]' where systemsettingid = 22
If you are using MSDE then you have to use the osql tool to issue the SQL command:
C:\Program Files\Microsoft Sql Server\80\tools\binn\osql -S [Server]\licensewatchmsde -U sa -P [password] -d licensewatchplatinum –q "update systemsettingvalue set settingvalue = '[license code]' where systemsettingid = 22"
