What happens if strings are casted into wrong code pages in ms sql server?



What happens if strings are casted into wrong code pages in ms sql server?..

Answer / Yasho Verma

When strings are casted into the wrong code page in MS SQL Server, it can result in garbled or incorrect data. This is because different code pages use different character sets to represent characters, and casting a string into an incompatible code page can cause some characters to be misinterpreted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How many types of database relationship in sql server?

1 Answers  


What is rolap and its advantage? : sql server analysis services, ssas

1 Answers  


What is pivot and unpivot?

1 Answers  


What is table valued function and scalar valued functions?

1 Answers  


I have student marks in a student table. I need second highest mark .Then what will the query for this?

37 Answers   NetCore, Patni, SAP Labs, Temenos, Wipro,


How much space does sql server 2016 take?

1 Answers  


What are the system database in sql server 2008?

1 Answers  


Explain basic SQL queries with SELECT from where Order By, Group By-Having?

3 Answers   TetraSoft, Wipro,


How you can move data or databases between servers and databases in sql server?

1 Answers  


Explain raiserror in sql server?

1 Answers  


Find nth lowest salary or get nth lowest salary?

1 Answers  


What is tablesample?

1 Answers  


Categories