381 results found
-
Print Preview
It would be nice to preview the printout of the database diagram(s) before electing to send them to the printer. Certainly would save on paper!
1 vote -
When we write Queries, the [dbo] should prefix to the appropriate object to execute queries more faster.
When we write Queries, the [dbo] should prefix to the appropriate object to execute queries more faster.
1 vote -
Add Fearure like SQL Everywhere for queries.
Have a look free tool "SQL Everywhere" which is very good tool for query database. You should add such feature like prefix DBO, Copy query output as "IN" clause and may more.
1 vote -
Change query result window behaviour
Some users (and I'm amonh them) prefer to see query results in separate window. I can change it when I open new query, but there is no option to make this choice by default. In SQL Server Management Studio you can move between these windows (query, result, output window) by pressing F6, there is no hotkey for that.
1 vote -
Query Optimizer for SQL Server with Indexes suggestions.
Query Optimizer for SQL Server with Indexes suggestions.
1 vote -
Show plan for express version
Could you please provide show execution plan feature for the expression version, so we can stop switching between your product and SQL Server Management Studio?
1 vote -
Allow filtering where the results shows the number of changes for a column at the bottom of a tab
When I run a compare, I often have thousands of records in the results tabs, per tab. At the bottom it shows the number of different records for each column labeled "Changes". Would be great to have a button that quickly filters on those records that are different instead of trying to scroll up and down to find them, per column.
1 vote -
Diagram Features
- Copy Paste containers with tables between diagrams
- Option for default view of tables (Name Only, Properties, etc)
- A free viewer so clients can look at diagrams I create
- Lock Position of tables inside container (no move, even when hit layout button)
- Ability to color table titles in diagram .. same way container is colored
1 vote -
logical data model
The database diagram should be allowed for offline creation and modification. In the agile development world the relational model can through a number of changes before the physical model is ever deployed. It would be nice to be able to design the database offline and then when all parties agree, push those changes to the database.
1 vote -
Auto close current connection immediataly after script has been completted
Now, it is uncomfortably to drop temporary tables manually when a script is restarted.
To avoid this problem I suggest to add settings to auto close current connection immediately after script has been completed
1 vote -
1 vote
-
1 vote
-
allow snippets to be inserted as you type without pressing tab.
allow snippets to be inserted as you type without pressing tab. there is a setting for it but it doesn't work:
Options->Text Editor->Code Completion->List Members->Commit selection in completion list by typing: Whitespace
Perhaps this does something else?
I'd like to be able to type & insert without TAB1 vote -
Sql formatter
The SQL formatter (CTRL+K CTRL+D) is great, but...
1. I can never remember how to get to the screen to change the options. I have already had the answer to where this is but every time I need to go back to it I can never find it. I think the menu for it isn't clear enough.
2. After every update of the product all my formatting options are lost. I am now sick of setting it up every time (because it is time consuming)1 vote -
Event Profiler - filter directly from grid
Event Profiler:
Please add possibility to filter events directly from grid - simple RIGHT-CLICK on the cell, then [Include 'selected-value'], or [Exclude 'selected value'].
This funktionality like in the SysInternals ProcMon1 vote -
1 vote
-
Join next line to current line.
This would be a small quality of life improvement in the User Interface. When editing SQL, it would be handy to move the contents of the following line to the existing line.
Example. Let's say the cursor is on line 8 and has an INNER JOIN table statement fragment on it. Line 9 has the ON part of the join condition. Pressing the keybind for "Join lines" would move up line 9 to the end of line 8 and move up all the following lines 10 through N to 9 through N.
I do realize this can be automatically managed…
1 vote -
custom filter has no CONTAINS
the custom filter has no CONTAINS comparison for alpha data.
thx1 vote -
commented code is not easy to see
comment code is not easily distinguishable from normal code. I see the "--" and a faint yellow background. please make more visible.
thx
1 vote -
Show a dropdown calendar when entering criteria in WHERE clause when field is a DateTime field
When I am creating a query with the query builder and select a DateTime field in the WHERE clause (for example, a DateTime field so that the date is Between two dates), I have to manually enter the dates in for the between values. Clicking to dropdown next to the field, does not bring up a calendar to allow me to simply select a date. This would be a nice feature to have.
1 vote
- Don't see your idea?