kingkong0924 Liked 1 Years ago through
What is New | 1 Point
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).
Try running the following code in SQL Serv...