I wonder whether there's documentation about inline syntax for indexes for SQL Server 2014? I couldn't find it [url=http://technet.microsoft.com/en-us/library/dn305849.aspx]here[/url].[code="sql"]CREATE TABLE Consumer( Account nvarchar(20) null, Consumption float null, INDEX IX_Consumer_Account NONCLISTURED (Account));[/code]
↧