Hi SQL experts,I am working on our product bug which reports problem in automatic creation of few dynamic tables with following error: [b][SQLServer]Column\, parameter\, or variable #002322: Cannot specify a column width on data type ntext[/b].Seems this used to work fine with SQL server 2012 version.I understand 'ntext' is still supported and not sure why this would fail with SQL server 2014.Kindly don't recommend to remove the "width" value - like people have done in other posts out there.Thanks.
↧