Forum Discussion
ScotB93
Feb 15, 2023Copper Contributor
When pasting SQL into Teams, spaces get switched to NonBreaking Spaces and prevent SQL from running
When you paste SQL into Microsoft Teams, the text is being changed. The spaces used for Formatting are being changed to Non-Breaking Spaces (UTF-8) and when the user you were sending receives the S...
Christovam_Cursino
Feb 24, 2023Copper Contributor
I also have this problem sometimes. To prevent it, I send the code using the 'code snippet' available on the format button.
ZaccaroMatias
Mar 16, 2023Copper Contributor
Christovam_Cursino Since a while, even inserting it from the snippet section doesn't work for me. Copying and pasting it changes the format completely. It sounds silly, but SQL queries stop compiling and putting them back together is hard work.
- LostFocusMar 27, 2023Copper ContributorNot silly at all. It’s a pain in the butt
- UsA1405Mar 24, 2023Copper Contributor
I have the same issuse.
Firstly, I paste the code to Microsoft team with Code snippet. However, I can not copy this format code to SQL .
It shows only 1 row for all codes.
How can I solve this problem?
- LostFocusMar 27, 2023Copper ContributorWhen you open the code snippet try setting the type of code to “text” I have found it works when code snippet is set to text and it fails when code snippet is set to SQL