I have a large Database and I've created a repository for the stored procedures so that I can have a version of the SP's through time.
My problem is that when you export from MSSQl as seperate files you get *.PRC files which the Diff tool believes are binary files
I would like the ability to configure unknown extensions that are to be considered text and therefore compariable.
thanks