"Modify" and "Newname" do not convert to uppercase

Wyatt70Wyatt70 Posts: 50
edited July 2, 2007 12:20PM in SQL Prompt Previous Versions
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.

Comments

Sign In or Register to comment.