USE [DataPRO] GO INSERT INTO [dbo].[DefaultProperties] ([PropertyId] ,[PropertyName] ,[DefaultValue]) VALUES (306 ,'DefaultSensorCalibrationBehavior' ,'NonLinearIfAvailable') GO