5
I need to make a script to convert all user records into a table in this format (single field):
INFORMATICA\desenvolvedor  
ADMINISTRACAO\contador
That is, before the uppercase bar and after the minuscule bar. How to do this in SQL Server?
Currently the records are like this (single field):
informatica\desenvolvedor ou  
INFORMATICA\DESENVOLVEDOR
						
Thanks friend, based on your reply I created a function that just pass the string as parameter. I will post below.
– Joao Paulo