Hi,
I am not a MS SQL guru, but I have plenty of mysql skills.
Maybe someone can help me out here. We have a requirement to store large text/html document in a SQL database. Currently we have a MS SQL database which has all the information stored. But we are running into a problem where the information is getting too large. From what I have read on the internet you are only allowed to store information no greater than 8000 characters (give or take a couple hundred).
Is it possible to create larger text fields say 65535 characters like mysql?
Just to give you a little background we are using this for a intranet QA site to track Release Criteria and Test Cases. We needed something to store the information. When I started working here they are a MS shop and I would like to suggest a MS/PHP solutions.
We have about 1500 release criteria, and the results will always grow. There are about 15 people hitting this database. What is the issues with storing large data objects in a database?
And how can I make this database store more info?
Thanks
- Justin