Skip to content

dbForge Studio for SQL Server

dbForge Studio for SQL Server is an SQL server development tool incorporating query builder, data import/export and compare tools for managing and analyzing data.

To consider your idea as soon as possible, follow the guidelines:
  • Describe the goal you want to achieve and what result you want to get
  • If you have a solution, add it to the description
  • Give examples that we can use to implement your ideas
  • Add one suggestion per post. If you have several ideas, share them in separate posts
  • Add comments to the suggestion

dbForge Studio for SQL Server

Categories

255 results found

  1. It would be great if dbForge remembered what tables were open when a connection is opened. When working on a big project where lots of tables are being worked on every day, I have to spend quite some time re-opening the tables every morning before I can get any work done.

    An alternative would be to have the ability to save the currently open windows for a connection into a 'workspace' file.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. I'm an advocate for your products, but there are certain functionalities in special products like SQL Sentry Plan Explorer, or text editors like Sublime Text 3 that are difficult to fully match.

    I would like an option to support "external tools" in your product so If I want to have an external tool open a sql plan directly in it, I would have some way to configure this. Additionally, the ability to open the current text file in another editor and reload changes as I switch between the two would be helpful.

    Ensuring some support for external tool access to…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. be able to view the columns defined in a sql view like you can in a table.

    table view has a "columns" button
    want a columns button for views also

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. In SQL it is possible, when adding a column with a default value to a table with existing data, to set the value of the column in the existing rows to the default value:

    ALTER TABLE {TABLENAME}
    ADD {COLUMNNAME} {TYPE} {NULL|NOT NULL}
    CONSTRAINT {CONSTRAINTNAME} DEFAULT {DEFAULTVALUE}
    [WITH VALUES]

    I would like to select this option when adding a column to the table in the designer, and also be able to include the option when scripting the changes to the table - when a schema comparison is done, have the WITH VALUES option included in the script.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. In the "Data Viewer and Editor" when using the Hexadecimal view it would be nice if the selection/cursor was highlighted or marked on both sides in some way. That way a user could select some hex values or some text and see visually what it is in the other format.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. The Pivot Table is great, however it would be nice if it provided the SQL code, such that it can be used elsewhere. This would make for a great pivot builder.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. provide a search field in the Visible Columns box. so I can filter the list by entering a word such as "next" and all field names with the word "next" appear.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. When clicking on the filter icon in the data grid column (to enter a quick custom filter), the "Custom AutoFilter" dialog appears. I instinctly start to enter a value on my keyboard and realize that I need to manually click on the value textbox to set focus to that box to enter data. It would be great if when the "Custom AutoFilter" dialog opened, the value textbox already had focus to start typing right away.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. in the drop down for the Database Connections that list the connections to sql server and databases, please give an option for search ALL. we use 4 sql servers with views that point back to other servers. (Linked Servers)

    thx

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Could you please provide us a screenshot of where exactly you would like it to be present?

    You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom

  12. An option to quickly get the update script for a single table in the opposite direction. (From Target back to source). I need to get all changes done by other developers and some developers make changes to one of two different databases, and I need to merge changes to/from the two main databases.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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 ProcMon

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. It seems to me that it would be convenient to quick filter or highlight objects in object explorer simply by typing (condition "contains" by default not only starting) or pressing the key combination. Thanx.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Please provide an option to hide the "dbo." prefix in the Database explorer

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?