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

JUMP TO ANOTHER FORUM

267 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. When filtering for tables and views I can currently filter by Name, Owner, Schema, or Creation Date, which is really helpful but it would be nice if you could add "Row Count" so I could filter by tables that actually contain data. I work with a database where about half the tables are completely empty so it would be nice to only show tables that contain some data.

    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)
  3. i can get a list of columns in a table but not in a view.
    please add a tab on views to see column definitions.

    thanks

    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. when clicking the DATA tab on a view, no indication that the query is running is shown. please add an indicator that query is running

    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)
  5. Every now and then I use "Close all Windows", I would like to see an option where you can specify that the Startpage remains open all the time.

    Kind regards, Dinand Veldman

    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. I have several Master-Detail browser sessions that I use on a daily basis. When I reload them in the morning, it is necessary to SHIFT-click on the column headers in the Data view to set the sorting/sub-sorting. Is it possible to save the last known sort conditions for the tables involved in the design?

    There appears to be the beginnings of this feature in the Design panel. A person can highlight a column and press the 'Sort Ascending' or 'Sort Descending' buttons at the top of the tab window. When these are set, a little icon shows up indicating the…

    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)
  7. When you open a file in SSMS you can see your favourites down the left hand side, which I use a great deal. dbForge does not show this, can it?

    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. i would like a pane on the left under the database explorer that gives me one click access to a table/view that i designate as a favorite.
    this way i dont have to click on the connection database/click to expand tables/scroll to table/click table

    i could rightclick table at this point, click make favorite and then from that point on i simply do one click to open in main content area.

    thanks

    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. Copy values from data view as 'SQL values list' for easy copy/paste into T-SQL query. SSMSBoost has this feature and I use it extensively.

    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)
  10. When I execute a query, every single time I get a notification that reads 'Data is read-only'.

    This is extremely annoying. Sometimes the bubble/popup will cover a part of the results grid, which means I have to wait till it disappears before I can see the result clearly.

    Please add a feature to disable these popups.

    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)
  11. In "Data Comparison tool", when two tables are compared, the user may wish to create a script to update only one of the i.e. 5 fields that have changes. It would be nice if in the header of the results grid, a checkbox existed next to each field name (only in tab "Different Records") so that the resulting UPDATE statements of the selected lines would contain only the "checked" fields.

    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)
  12. It would be helpful to generate C# POCO sourcecode right inside dbForge Studio.

    Right click on table or view => Generate script as => C# POCO

    I use code first approach, but structure changes are made directly in the database.
    Of course I use VS if I have to create a complete new c# model from a database. But for single tables / views it would be a timesaver, to generatet the POCO C# sourcecode in dbForge and then copy-paste it to VS.

    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)
  13. In the search window has the ability to copy into clipboard current line. Is it possible to modify to copy all the rows or selected rows ?

    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)
  14. Import One file with multible columns into multible tables in a database.
    For example: fileheader: first name, last name, phone1, phone2, phone3
    database table: person - first name, last name, street...
    database table: phone phonenumber (1:N relasionship)

    make it posible!!

    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. Virtual relations for views are essential for documenting database logic purpose. Those relations dont have to be convertible of course.

    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)
  16. Mustang have feature. Filtering based on patterns and just on hide/show logic on every column.

    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)
  17. Would it be possible to see the table name in the query result. When you have big queries it is hard to see which table the data is in. E.g.

    SELECT
    c., jp., cp.*
    FROM x, y, z

    This query results in 100 columns. It would be useful in the result to see:

    c.Column1, c.Column2, jp.Column1, jp.column2, jp.Column3

    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 use more Devexpress options like:
    - smooth scrolling
    - saving and restoring filters
    - excel export layout WYSIWYG like
    - enable grouping aggravate in popup - showing i.e. count, max for groups
    All above features I currently use in my applications and many more small enhancements.

    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)
  19. It is currently possible to setup an external program to compare text when doing a schema comparison.

    It wold be nice if this option would extend to comparing source control to the database.

    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. When the database explorer has very connections (more than 70), is terrible find a connection name, with an order or 'textbox search' would be great.

    Please to consider!

    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?