Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Query returns HTML code with content ?

Author  Topic 

abrkic
Starting Member

2 Posts

Posted - 2013-03-21 : 16:01:12
Hi everybody, can someone please help me with this ?

I createad a query, but when it is executed it gives me HTML code in the
Noted column ( see a picture ). I need to get rid of HTML code.

[/url][/img]

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-22 : 01:33:06
whats the datatype of notes? where are you trying to display this?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

abrkic
Starting Member

2 Posts

Posted - 2013-03-22 : 12:09:49
quote:
Originally posted by visakh16

whats the datatype of notes? where are you trying to display this?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/





in sql management studio
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-22 : 13:44:04
http://www.mssqltips.com/sqlservertip/2418/remove-html-tags-from-strings-using-the-sql-server-clr/

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -