I am needing to edit several text fields in a SQL Server database. What would be the best way of doing this? The only solution I have so far is writing an update statement(along with escaping quotes and such) to update it.. This just seems really cumbersome though. Is there a better way?
Share
Though it’s not the best solution, I have created a quick tool to generate such update statements for me. It is freely available here: http://jsbin.com/otake/latest