I want to know if it’s possible to change this:
ENTRY IN DATABASE WHERE CAPSLOCK IS USED. I WANT TO REMOVE THIS CAPS HERE.
To:
Entry in database where capslock is used. I want to remove this caps here.
With a script or anything withing sql. I have copied a database into another database, but alot of records contain fields with every character in capslock. Doing this by hand may take me some time since it contains like 50.000 rows +.
From Simple T-SQL Proper Case User-Defined Function .