382 results found
-
1 vote
AdminDevart (_, Devart) responded
Could you please describe this in more detail?
-
1 vote
-
debug and unit test support with local variables
Within SQL Server Management Studio 2012, while debugging and stepping through a stored procedure source code many levels deep, one has access to the local variables pane. That pane shows variable name, value, and then type. That pane is so close to being helpful, yet it falls short by having the value and type in the wrong order.
It would be great to be able to copy the whole local panel and paste that as source to an editor as DECLARE @<variable name> <type>=<value> for each of the local variables.
That would greatly facilitate recreation of the cases that one…
1 vote -
Ability to select objects to print on Query Profiler Plan Diagram
Though I can selet objects in the plan, I cannot "Select all" by using Ctrl-A, to print just a part of the plan.
1 vote -
1 vote
-
Disable event objects support when disabled in database
My hosting provider has event support dissabled in database engine. dbForge tries to retrieve events on almost every action, which results in error (Cannot proceed because system tables used by Event Scheduler were found damaged at server start) Could events support be disabled in dbForge when event_support server variable is set do DISABLED?
1 vote -
1 vote
-
Show the review number of a table in the 'Properties' window
It will be usefull to show the review number of a table in the 'Properties' window.
1 vote -
Don't remove "Recent Files" items just because of network access issues.
When selecting a Recent Files' item that is not currently accessible, dbForge for SQL Server removes that item from the list. This is a highly unusual UX experience and very annoying.
1 vote -
Provide a means to 'preview' the results of a sql query prior to actually executing it.
When designing fairly complex queries that would result in the altering of several (potentially hundreds) of rows of data it would be nice to be able to see a 'preview' of what the results of running it might be. This would help greatly in refining the query as it is being written so that it really does end up producing the desired results.
1 vote -
Key bindings like in Sublime Text 2
The way that Sublime Text 2 manages key bindings is far superior to the Visual Studio way which dbForge Studio currently implements. Specifically, I would like to be able to edit a text file that describes how keys ought to be bound.
Personally, I prefer emacs-style key bindings, but not everyone does and my keyboard doesn't have the home/end/pgup/pgdown buttons because I use a MacBook Pro.
dbForge Studio doesn't appear to support bindings for moving to the end or beginning of a line, so I'm stuck without an ability to remap these keys.
1 vote -
Ability to unpin Data window from query
It seems good if you add ability to unpin data window from query. For example, It will be nice (if you use two monitors) to edit query on the first monitor and view data on the second.
1 vote -
Temp Table to XML conversion
Most of the times we will take input parameters as XML datatype but finally output we are getting in table format. If we need to get the output on XML formal then we need option to convert datatable to XML.
1 vote -
Runtime modules.
SQL Query Builder, Data Editor, Data Report and Data Export available as runtime for distibution by developers.
1 vote -
1 vote
-
Generate Scripts Wizard Options
Generate Scripts Wizard should have another options (like those in Data Comparison) especially Ignore TIMESTAMP columns and Inculde/Exclude tables by mask.
1 vote -
Theme Import from Visual Studio VSSETTINGS
Cannot import color scheme from visual studio vssettings or from corresponding sql complete export from ssms or visual studio. https://studiostyl.es/ offers a whole range of custom colors for code enviroment. I'd love the ability to import a color scheme without the needed to manually build item by item in the options menu currently offered in sql studio.
1 vote -
1 vote
-
Custom SQL commands and HotKeys like MS-SMS
Simple, i want to set custom command like "Ctrl+1" execute "sphelptext 'objectatcursorintexteditor'"
1 vote -
Shortcut key for Parent Container in Database Explorer
In SSMS I can press backspace to navigate to the parent container. So i have a procedure selected, pressing backspace will take me to "programmability." One more and I am at the database level. From there I can quickly jump to tables, etc.
With hundreds of procedures I find myself scrolling for days just to get back to "tables"
1 vote
- Don't see your idea?