How to update database when using wild characters for example like .

Posted by SmartDev on Stack Overflow See other posts from Stack Overflow or by SmartDev
Published on 2010-05-26T19:08:00Z Indexed on 2010/05/26 19:11 UTC
Read the original article Hit count: 153

Filed under:

Hi ,

I have column which consists of path for example \Abc\F\E\record_123 , now i need to update the path in database where only one change i need to do is tht

\Abc\F\E\record_123 = \Abc\F\G\record_123 - i want to update E to G .

how to do that with update query in database .

Can anyone help me its urgent.

Thanks Smartdev

© Stack Overflow or respective owner

Related posts about sql-server-2005