12 results found
-
18 votes
Microsoft announced that SQL Server Compact Edition had been deprecated.
-
6 votes
That’s an obsolete version control system. Please use Git.
-
Invalid colimn add scripting for new columns
If new colums have a sparse they will be scrithed without.
At second syng diff can be detected and scripted as :
ALTER TABLE [dbo].[lalala]
ALTER
COLUMN [lala] ADD SPARSE
GO
IF @@ERROR<>0 OR @@TRANCOUNT=0 BEGIN IF @@TRANCOUNT>0 ROLLBACK SET NOEXEC ON END
GO4 votes -
Get back full-colored icons
Get back full-colored icons in all places in the program like the choise of optional theme in program preferences. Flat and "grayed" icons in style win10 looks very bad and disorientired
4 votesThis is by design.
-
Database diagram with metadata export to svg or a free dbd viewer for third parties
Viewing a dbd schema in DBForge works perfect. We deliver our diagrams as documentation to customers. We would like our customers to have the same functionality as we do without having to purchase dbForge. Delivering an image only is not enough. We would like to deliver our customers detailed constraint, pk and other meta data information that is available within the diagram (click on a fk constraint results in the fields within the constraint and the link between the tables)
3 votesYou can vote for the following suggestion on our UserVoice forum http://devart.uservoice.com/forums/177009-dbforge-studio-for-sql-server/suggestions/6920312-add-database-documentation-tool
We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.
-
Autocomplete not working if more than 1 query
In an Sql window, if I type:
select Field1 from Table1
... autocomplete works ok (i.e. Field1 and Table1 will appear as suggestions). However, if in the same window I type:
select Field1 from Table1
select Field2 from Table2... Autocomplete doesn't work for the second line of sql. It only seems to work for the query which is at the top of the sql window.
3 votes -
selected stored proc execution script is deselected after execution
- in SQL Editor, execute selected stored proc e.g. declare @p1 nvarchar(4000) set @p1=NULL declare @p4 xml set @p4=convert(xml,N'<paramData></paramData>') exec api.widgetpreferencesave select @p1
- after execution (multiple recordset returned), the selected code has been deselected
3 votes -
Have a download option that works.
When the download option to trial a product does not work it reflects VERY BADLY on the product
1 voteeverything works fine.
-
Ability to Set Diagram Printing Options for Query Profiler Plan Diagram
The Query Profiler - Plan Diagram can be printed, but is not very customizable. Unlike the database diagram, I cannot choose the print layout - I am stuck to A4 Portrait, even though my PDF printer has A2 Landscape defaulted.
1 voteYou can setup this in the ‘Query Profiler → Page’ or ‘Query Profiler → Print’ section of the ‘Options’ window that can be opened by selecting ‘Tools → Options…’ from the main menu.
In order the changes to take effect, please make sure you are starting a new Profiler document.
-
Strange Cursor Behaviour
The cursor sometimes displays as a bar, but in the wrong place - i.e. you can be typing somewhere else. Or the bar becomes stuck, and the cursor where you're typing becomes a small vertical rectangle - and it all doesn't quite work correctly.
This ambiguity over where the cursor really is, coupled with the (very nice) F8 feature, is quite dangerous: you could easily think you're going to execute one statement, when actually you will execute a quite different statement.1 vote -
Ability to edit a connection of .dcomp through GUI without clearing settings
Ability to edit a connection through the GUI without clearing the settings. Make it to ask a user to reload data.
1 vote -
Create business objects with templates
It would be useful to apply a template for our database like mygeneration or some others products
We could use with visual studio or nhibernate etc.if you create the template editor the community can share the templates ..
1 voteThis is by design.
- Don't see your idea?