PHP
PHP MS SQL Truncated VarChar(255)
I don’t often have fields much longer than 256 char, but a web application I am working on makes use of varchar…
I don’t often have fields much longer than 256 char, but a web application I am working on makes use of varchar…
The biggest advantage of the change is being able to better take advantage of Microsoft SQL Server features that probably made you choose to use SQL Server in the first place.Making the change wasn't overly difficult because I took time and wrote a simple Database Access Layer.