The keywords "MODIFY" and "NEWNAME" are not being converted to uppercase as I would like.
I entered the following statement in Management Studio:
ALTER DATABASE Test
modify FILE (
NAME = 'Test_Data',
newname = 'NewTest_Data');
Are these not considered keywords in SQLPrompt, or is there a setting I need to change? All other keywords are converting to uppercase, as I intended.
I entered the following statement in Management Studio:
Are these not considered keywords in SQLPrompt, or is there a setting I need to change? All other keywords are converting to uppercase, as I intended.