July 25, 2016 at 11:16 am
We do not want everybody installing the SQL Server client tools. SSMS exposes features these users do not need [and yes I know that security can limit what can be done ...] There are some people that want/need to run SQL queries against a SQL Server database but they do not need any management features. These users write simple SQL statements. If the tool is capable to show the tables/column names and maybe syntax assistance that would be good. SQL Server is the only type of connection necessary [no Oracle, MySQL, etc.]
Does anyone have a favorite recommendation for a simple Query tool?
Will appreciate any feedback. Thank you.
July 25, 2016 at 12:46 pm
Linqpad[/url] is a good alternative; it supports a object explorer type of panel, and multiple tabs with syntax highlighting like SSMS does.
it's also "portable", meaning you don't have to install anything, but it does assume you have the DotNet frameworks installed.
i keep that on my flash drive along with code /sql backups.
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply