-
Able to check drift against a standard database
We tried DLM Dashboard, but it doesn't work the way I hoped. I would love to authenticate only one standard database. Then DLM Dashboard can automatically show other related database's drift against the standard database. Instead, we have to approve each database's drift. I really hope DLM Dashboard can develop these kind of functions.
9 votes -
status check during "Checking Schema..." stage
We installed DLM Dashboard yesterday and set up 26 databases to be monitored by it. In doing so, it needs to check the current schema on each of these databases. Several of them are still in a "Checking Schema..." state.
I am proposing either a way to click and see where it is at with checking the schema or even a percentage complete estimate so we know when the tool should be "ready".4 votes -
Comparison options
Can some comparison options be added to DLM Dashboard to filter out things like NOT FOR REPLICATION? I feel we should have the same control as SQL Compare
17 votes -
I downloaded DLM and am super excited to begin using it. My only question/contention is the requirement of the Redgate da
I downloaded DLM and am super excited to begin using it. My only question/contention is the requirement of the Redgate database. I'm a developer with dbowner role in an existing database, but I don't have privileges to create new databases. So in future editions, expanding this software to be compatible/configurable with a database the developer chooses would be a home run! Thanks and all the best
1 vote -
Suppress common event types that are not going to be actionable and frequently seen due to maintenance.
Suppress common event types that are not going to be actionable and frequently seen due to maintenance.
These cause extra traffic and fill the history without benefit.
Something like:
DECLARE @eventdata XML = EVENTDATA();
DECLARE @eventType SYSNAME = @EventData.value('(/EVENTINSTANCE/EventType)[1]', 'nvarchar(128)')
IF (@eventType NOT IN ('ALTERINDEX', 'UPDATE_STATISTICS'))
BEGIN15 votes -
Allow Acknowledgement from original Email Alert
When the Email Alert is sent, allow the recipient to respond with an Acknowledgement via interface from within the email.
For example, when the email is received that "DB has drifted", the email should provide a quick form for the recipient which mimics the Acknowledge interface from within DLM Dashboard. The goal would be to allow quick acknowledgement from the email itself, rather than having to access the UI.
10 votes -
Add Scrollbars to the what was changed
When the SQL Object "code" is really wide, it exapands the entire web page to the point of not seeing the "NOW" portion of the window. Can you add scrollbars at the bottom of the WAS and NOW portion of the web page for each SQL Object change?
4 votes -
Track User Permission Changes for Auditing
Can you add the ability to track user permission changes at the database level?
Example: I temporary give Joe write access to the database. I can accept the change in DLM Dashboard with the reason why the change was made in permissions.17 votes -
Only show Drift that is outside the valid deployment pipeline
I only want to see database drift if it is not in the previous pipeline environment. We have valid changes going in to our environments all the time through our CI process, I just wanted to see those changes that happen outside of that (which would be any change that has not been applied previously in the pipeline)
1 vote -
Configure how many events are retained in main DDL_Events table
The installation script should allow the DBA to configure how many events (rows) are stored/retained in the DDL_Events table. As-is, the install script checks for row-count over 512, and if so, deletes the last 420 rows. This should be configurable by the DBA, especially if he/she wants to be able to examine the "raw" event data written to the table instead of / in addition to using the Dashboard GUI.
10 votes -
etseck vra oum knouck true !
etsa oum gre he nouck vra oum kclouck ok !
1 vote -
multiple email addresses and database specific notifications
Add the ability to have multiple email addresses notified when a change is made and allow notifications to be configured at a database level
21 votes -
Ability to assign Versions by Database
Need the ability to assign Version numbers by database not across the entire instance as we monitor multiple unrelated DBs within the same instance, and be able to re-use version numbers. This may mean adding a custom grouping to selected DBs in the instance.
12 votes -
Exclude "net-zero" changes (important for data warehouses)
Some processes may issue DDL statements which will have a net-zero effect, it would be useful to exclude them. Here are some example:
- stored procedure or SSIS package drops table and recreates it back exactly how it was including indexes.
- a script drops indexes on staging table and then create them back, so net effect is zero.
You may find a lot of such processes in Data warehouses. If you review the changes in the dashboard, then you see message "The changes made to this object can't be displayed. The object may have been rolled back." and a line for…
18 votes -
HISTORY. Simple way to compare past 14 days to current day and see what changed the most?
I cant seem to see more than a couple hours EVERY CRISIS like what we just had and found to be the SAPHOS Client, but everyone was claiming it was SQL, what changed last week compared to today/?? I cant provide that.
4 votes -
Complete SQL of chages
Hi
Is there a way to get the whole SQL corresponding to all changes, in one file?
Thanks
Regards
3 votes -
trigger
The tool is currently alerting us to when triggers are enabled/disabled. The trigger itself isn't changing, just the status. It would be nice if the tool wouldn't see the this as a schema change.
2 votes -
Add additional authentication methods for email server configuration
I'm unable to configure email alerts right now because of how our certificate and DNS are configured, which results in name mismatches--if I use the correct name that resolves to an internal address, I get a certificate name mismatch. If I use the name on the certificate, I end up connecting to the wrong IP address. Thus, the only way I can configure alerts is to disable the secure connection, which I don't want to do. It would be nice to have some other options here so I could work around the certificate name problem.
1 vote -
Ability to post review using command line utility
Ability to post review using command line utility or web-service call.
3 votes -
Stored Session Login
I currently have to login to the DLM Dashboard every time I reopen the browser. I don't have to do this with SQL Monitor. I want the DLM Dashboard login to persist in a similiar fashion to SQL Monitor
3 votes
- Don't see your idea?