The previous versions of SQL Server never allowed index operations (CREATE,
DROP, REBUILD) on ONLINE mode, if the index includes a Large Value Type column
(VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX) etc).
This limitation has been removed in SQL Server 2012 (Denali). The above code runs without an error in a SQL Server 2012 instance.
This limitation has been removed in SQL Server 2012 (Denali). The above code runs without an error in a SQL Server 2012 instance.
No comments:
Post a Comment