Resolved! Help with Update statement
I am trying to utilize the custom fields in Lansweeper. I am trying use the follow sql to update the custom1 field if the server name is server01. I'm not sure what I'm doing wrong.use lansweeperdbUpdate dbo.tblAssetCustomset Custom1 = 'test'Select...