I'm using MS SQL Server 2005 on a shared Windows server and connecting using Php script. I converted a MySql database into a MsSql database and I'm finding the SQL Server text field datatype is too small and is causing an error. Can anyone suggest a solution please?
I've read where it was suggested to use a blob type field instead, but I don't see blob listed. Can I use the xml datatype? Or set the text field size - I tried this but the MS Management Studio Express says the command is not supported.
Start Free Trial