I am curious, whether we can use regular expression in the MS SQL 2005.
I have data base that has column which contains the webpage and I would like display the pages with tags removed from the page.
I know how to do it using ASP and display content in web browser, but can we directly use SQL Server Management Studio to get it done?
If yes can you guys let me know how it can be done.
Thanks in advance