Activity overview
Latest activity by hjg
Brian Donahue wrote:
Hello Sasha,
If this script had been saved by SQL Caompare, then the issue may simply be with the script encoding type. When saving the script, you should make sure that the save format is Unicode (as opposed to UTF-8 or ASCII) otherwise the double-byte characters will not be properly interpreted by whatever text reader is opening them.
Hello Brian!
This was the problem, thanks alot!
bye, sascha / comments
Brian Donahue wrote:
Hello Sasha,
If this script had been saved by SQL Caompare, then the issue may simply be with the script encoding type. When saving the script, you should make sure that the...
problems with german-umlauts
Hi!
I have just found out that there seems to be a problem with german umlauts.
For example I have a SP that has a parameter that is called@IVRückStKonto int,
and the tool generates this code@IVR¼...
Ok, I WILL read the manual the next time before posting [image] / comments
Ok, I WILL read the manual the next time before posting
Found a little problem and feature request
Hi!
I found a little problem. I inserted a new PK-column in a table and moved that column forward to the other PK cols. That forced a code change in our program. We deployed the new program version...