Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Syntax for adding a column with the WAIT_AT_LOW_PRIORITY Option

$
0
0
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.

Viewing all articles
Browse latest Browse all 6525

Trending Articles