﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Data Issue / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 01:43:28 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>Thanks Chris..</description><pubDate>Fri, 08 Mar 2013 02:03:37 GMT</pubDate><dc:creator>Ratheesh.K.Nair</dc:creator></item><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>[quote][b]Ratheesh.K.Nair (3/6/2013)[/b][hr]Thanks Chris for the reply.Problem i am facing is When selecting I am getting same data while using symbol Ｆ or F as search criteria both are giving the same result.[/quote][code="sql"]SELECT	Descript, 	MyString, 	p2 = UNICODE(SUBSTRING(MyString,2,1)) FROM (	SELECT Descript = 'Normal Latin F', MyString = CAST(N'4F' AS NVARCHAR(2)) UNION ALL	SELECT Descript = 'Wide Latin F', N'4Ｆ') d--WHERE MyString = '4F' -- need a width-sensitive collation hereWHERE MyString = N'4Ｆ' -- need a width-sensitive collation here[/code]</description><pubDate>Wed, 06 Mar 2013 07:41:10 GMT</pubDate><dc:creator>ChrisM@Work</dc:creator></item><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>What is the collation of the server/database/column?</description><pubDate>Wed, 06 Mar 2013 07:01:35 GMT</pubDate><dc:creator>Lynn Pettis</dc:creator></item><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>Thanks Chris for the reply.Problem i am facing is When selecting I am getting same data while using symbol Ｆ or F as search criteria both are giving the same result.</description><pubDate>Wed, 06 Mar 2013 06:43:44 GMT</pubDate><dc:creator>Ratheesh.K.Nair</dc:creator></item><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>It's difficult to find a question in your post. What are you observing now, and what would you like to see? Or are you looking for an explanation for an observation?</description><pubDate>Wed, 06 Mar 2013 06:36:35 GMT</pubDate><dc:creator>ChrisM@Work</dc:creator></item><item><title>RE: Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>can anyone please help me on this??</description><pubDate>Wed, 06 Mar 2013 06:32:10 GMT</pubDate><dc:creator>Ratheesh.K.Nair</dc:creator></item><item><title>Data Issue</title><link>http://www.sqlservercentral.com/Forums/Topic1426826-1550-1.aspx</link><description>Hi Experts,In one of our database developers found an issue with data. The data is 4Ｆ which is returned correctly when using this value and the same is returned when given 4F. That is the symbol is replaced with 'F'. have to give N' (unicode) while searching with both the symbol and F. Any idea why this happens. The column data type is NVARCHAR.Thanks in Advance</description><pubDate>Tue, 05 Mar 2013 07:30:56 GMT</pubDate><dc:creator>Ratheesh.K.Nair</dc:creator></item></channel></rss>