| Author |
Message |
borispaez
Joined: 15 Nov 2008 Posts: 1
|
Posted: Sat Nov 15, 2008 1:01 am Post subject: Invalid Caracters '?' after insert using SQL MultiScript |
|
|
Hi,
I'm using for excecute masive insert the sql multi script tool.
for example:
EXEC ##ADM_Transaccion_AGREGAR 'PAC110', 'Modificaci�n al Valor'
The tool sql multi script are inserting bad data as: Modificaci�n into my sql server 2005 database
The right value is:
EXEC ##ADM_Transaccion_AGREGAR 'PAC110', 'Modificación al Valor'
Modificación
Is The problem into some setting in the tool SQL Multi script?
[/code][/quote] |
|
| Back to top |
|
 |
eddie davis
Joined: 14 Jun 2006 Posts: 796 Location: Red Gate Software
|
Posted: Mon Nov 17, 2008 5:15 pm Post subject: |
|
|
Thank you for your post into the forum and sorry that you have encountered this problem.
This is a know problem with SQL Multi Script.
SQL Multi Script loads all text files as if they were UTF8 encoded. Unfortunately this is causing the problem you are experiencing where invalid strange characters are included, as your script as a different encoding The only work around for this is to save your SQL Scripts as UTF8 encoded files rather than an ANSI encoded file.
I have the details of this call to an existing Bug Report. The reference for this Bug Report is SE-506. Hopefully this issue will be resolved in later version of SQL Multi Script. I will be maintaining a watch on this bug report and will update you on any changes as they occur.
Many Thanks
Eddie _________________ Eddie Davis
Technical Support Engineer
Red Gate Software Ltd
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group