I haven’t been able to find a a SQL Server intellisense tool that provides meta data info (like table and column description infor) in tooltips. I could’ve sworn that Red Gate supported it but I can’t seem to figure out how. Devarts SQL Complete does not appear to.
Are there any intellisense tools that do this?


If you hover the cursor over the object in a query window, SQL Prompt will show a tooltip with the MS_Description displayed. Is this what you were looking for?