I just downloaded and installed the free tool SQLPrompt, now from Red-Gate Software, and I'm really liking it. It provides Intellisense or statement-completion features in SQL Query Analyzer, SQL Server Management Studio, Visual Studio, and other development tools. For example, it not only pops up a list of fields after you type a table name followed by period, but it will also lookup relationships and give you options for your JOIN ON statement (and of course a whole lot more). So, even if you are working in a small database where you already know all the fields and relationships, it...