255 results found
-
Rename foreign key constraints
I'm unable to rename constraints in "Edit Table" mode (expect primary key constraint).
In addition, in database explorer this is also not possible3 votes -
Automatically change Collation
I want to automatically change the Collation. If you just change the Collation in the database, then the new Collation applies only to new tables. And old tables need to be changed through a script. The views do not change either.
1 vote -
"Find invalid objects" ... "Select all"
In the "Find invalid objects", I really miss an option to "Select all". There's a "Clear all", but not a "Select all".
1 vote -
Merge compare script
Can be userfull can have a option in the compare script to can marge the modify of the table structure (add Columns or Modify Columns) in the same query instead have more query. If I have a table with many records if I make more alter very slow instead to make the modify of the structure in 1 single script.
1 vote -
Default Filter for Database Connection
I have couple of websites and I manage the databases for my website using dbForge Studio by connecting to hosting SQL server. You know that web hostings has hundreds of databases on SQL instance so expanding the connection in database explorer takes time. I wish I was able to embed filters when creating a connection so it will show the selected databases only.
1 vote -
Add a link to microsoft help viewer to the help menu
To be able to get the MSD help file / SQL documentation
1 vote -
1 vote
AdminDevart
(_, Devart)
responded
Could you please describe this in more detail?
-
trigger order, we need a handy way to set or change trigger order
It is sometimes important to set triggers order when there are several triggers for a single table, UPDATE event, for example.
There is a command which performs this:
EXEC spsettriggerorder @triggername=N'[dbo].[tskTask_Validate]', @order=N'First', @stmttype=N'UPDATE'But I wish I had a visualized tool for this task and more control than a simple 'First' / 'Last' option.
Thank you
1 vote -
On the customer License Information page, add a user editable field where we can log who has which license.
I purchase the licenses for my dev team, so when I purchase two licenses, one for myself (SQL Tools) and a separate on for one of my devs (Schema Compare) I would like to indicate which is assigned to whom. Currently on the License information page, both appear assigned to me. While two folks is easy, if we grow our usage of your products further, I would like to know who I've assigned which licenses to, while keeping them all under the one account.
All I'm looking for is a field that I as the customer can note this type…
3 votes -
1 vote
-
Python Generator to accept other table's columns
I have to generator a column based on another tables column value . Currently python generator can work with same table columns only. It will be great if we can access other table column also.
1 vote -
Data Compare: Drag & drop database backups
Drag & drop backups when comparing database backups.
See here: https://i.imgur.com/4yD2se0.png1 vote -
Output
Option for cleaning Output before every Execute of sql statement/script
3 votes -
option to calculate values based on other columns in data generator
(for example totalprice=unitprice+tax)
0 votes -
1 vote
-
1 vote
-
Command to better see table and its dependencies on Database Diagram
It would be nice to have a command in the popup menu allowing to see the table along with its dependencies. I.e., to zoom it out in order to fit on the page and make the other tables transparent or something like that.
0 votes -
Search or Navigation in Database Diagram
It would be convenient to be able to search or navigate through the database diagram, similar to class navigation in Visual Studio.
0 votes -
option to generate data for updateable views
No option to generate data for updateable views
0 votes -
query shortcuts
Just like SSMS i'd like to use query shortcuts like
selecting a table
press ctrl+1
results is
SELECT COUNT(*) FROM {selected table}3 votes
- Don't see your idea?