About this question
I am attempting to run an UPDATE query like the one given below:
UPDATE [TILL].[dbo].[appParameters] SET [TILL].[dbo].[appParameters].[ParameterValue
When the field [parameter name] refers to the value “StaffTablesRefresged”, then create the value of [parameterValue] to 1. On executing, SQL server gives the error as invalid column name “stafftablesrefreshed”. [parametername] and [parametervalue] are nvarcgar 255/ Is there something being unnoticed?