Apologies if this has been answered already but I have yet been unable to find an answer :(
I'm using SQL Server Management Studio 2008 on Windows 7 box.
I right-click any sproc, function or object and choose "Modify".
I click "Save" and save the file to a folder that is a git repository on my local hard drive.
I save the file as suggested type = "Microsoft SQL Server Query File (.sql)
So now I have a file e.g. "MySproc.sql" which opens fine in SQL Management studio, however when I use Git GUI and do a "scan" to find modified files it presents my new "MySProc.sql" as "* Binary file (not showing content)." instead of simple text.
I've tried opening the file in NOtepad and re-saving it but that did not fix it.
Any help would be greatly appreciated.