News

So I have this page. The page is taking form-submitted data and saving it to a SQL Server database via stored procedure.<br><br>Just one problem - every time I ...
Another one of these choices... to go with a char or varchar for a field. Not really an issue with space since we are only looking at a couple of thousand records or so but just wondering what the ...
The new VARCHAR data type with UTF-8 encoding should require less space, and filter and sorting operations should also run significantly faster. The API has been adapted accordingly.