I want to run a query on my database that finds the longest string in a text column from all the rows in my database.
The reason being I want to change the column type from text to a fixed length char column but don't know how big to make it.
Am I right in thinking that changing the column type will speed up my querys and reduce the load on the server?
If so is char or varchar better?
Thanx for your help,
Ben.