ptheriault
IS-IT--Management
Does anyone know what could add a char(127) instead of a "'s"
Here is an example of the data that I am getting in my database. Unfortionatly the datatype is Varchar(1000) instead of NVARCHAR(). So I'm getting errors when I try to replicate the data.
SELECT 'The claimant was a passenger in the insured?'+CHAR(127)+'s vehicle when the MVA occurred'
Could it be caused by a user keystroke?
- Paul
- Database performance looks fine, it must be the Network!
Here is an example of the data that I am getting in my database. Unfortionatly the datatype is Varchar(1000) instead of NVARCHAR(). So I'm getting errors when I try to replicate the data.
SELECT 'The claimant was a passenger in the insured?'+CHAR(127)+'s vehicle when the MVA occurred'
Could it be caused by a user keystroke?
- Paul
- Database performance looks fine, it must be the Network!