Creating a trigger that manipultes a field in SQL Server
Posted
by icemanind
on Stack Overflow
See other posts from Stack Overflow
or by icemanind
Published on 2010-05-19T17:29:25Z
Indexed on
2010/05/19
17:30 UTC
Read the original article
Hit count: 304
Guys, I have a table called tblNames and one of my fields in this table is called 'UpFileName'. Is it possible to create an insert trigger that would automatically replace all '%20' in the UpFileName field to underscores '_'?
I'm using SQL Server 2005.
© Stack Overflow or respective owner