C
cochoa
Hi.
I have a database with many tables which have field names including the
á,é,Ã,ó,ú or ñ characters (such as débito, año, crédito, etc). I´m moving to
MSSQL and this kind of field name is not accepted in stored procedures. I
need to change it to the correspondant vowel a,e,i,o,u or n (e.g. change
'Débito' to 'Debito'). I have more than 100 installations and it would be
very time-waste to change every one manually.
I'll appreciate if some one of you guys helps me in developing a procedure
to make these changes from code.
Thanks in advance, Carlos Ochoa
(e-mail address removed)
I have a database with many tables which have field names including the
á,é,Ã,ó,ú or ñ characters (such as débito, año, crédito, etc). I´m moving to
MSSQL and this kind of field name is not accepted in stored procedures. I
need to change it to the correspondant vowel a,e,i,o,u or n (e.g. change
'Débito' to 'Debito'). I have more than 100 installations and it would be
very time-waste to change every one manually.
I'll appreciate if some one of you guys helps me in developing a procedure
to make these changes from code.
Thanks in advance, Carlos Ochoa
(e-mail address removed)