Using a title longer than 100 characters for a Data Explorer query produces an MS SQL error message:
String or binary data would be truncated. The statement has been terminated.
This should be made more user-friendly by checking the title length before passing it to the database and displaying a more appropriate error message:
Query title may not exceed 100 characters.
Also consider setting maxlength="100" on the title <input>.
~/App/StackExchange.DataExplorer/Views/Query/Editor.cshtml, line 26 per the latest rev. – sixlettervariables Apr 3 '12 at 21:43