Do you know if there\'s a quick way in sql server (via transact-sql) that I could trim all the database string fields.
Just make sure you are doing a trim on VARCHAR string fields, not CHAR fields :)
That wouldn't do much good.