SqlCaps is a vim plugin which capitalizes SQL keywords in your text file.
Requires python-enabled vim
:call SqlCaps()
You can drop it into your vim runtime plugin folder or you can install with vundle by adding the following to your vimrc:
Plugin 'jmbeach/sql-caps.vim'