Hi,I am trying to get the syntax correct below but can't get it to compile - driving me crazy :crazy:ALTER TABLE [AdventureWorks2012].[dbo].[ErrorLog]ADD DemoColumn4 varchar(10) NULL WAIT_AT_LOW_PRIORITY ( MAX_DURATION = 1, ABORT_AFTER_WAIT = SELF) ;I am trying to add a column to a table but wet the WAIT_AT_LOW_PRIORITY Thanks in advance for any help.
↧