I want to compare two files in visual studio (files containing stored procs)
So I want to ignore all the "Capital" / "Small"
differences in the file.
I opened the command window and used Tools.DiffFiles
but its taking the case difference also into consideration
P.S I have already seen this question and answers for it