RegEx-Based Finding and Replacing of Text in SSMS
Posted by: Simple Talk,
on 14 Jan 2011 |
View original | Bookmarked: 0 time(s)
So often, one sees developers doing repetitive coding in SQL Server Management Studio or Visual Studio that would be much quicker and easier by using the built-in Regular-Expression-based Find/Replace functionality. It is understandable, since the syntax is odd and some features are missing, but it is still well-worth knowing about....