News

Identity Category Expands to show the Name property. Name Shows the name of the selected column. Query DesignerCategory Expands to show properties for Allow Nulls, Collation, Datatype, Length, ...
Select tables in the Navigator tree and drag-and-drop them into the Visual Query Builder area. The existing connections between the tables will automatically be displayed. The tables will also be ...
SQL Bulk Insert is not a new technology. In fact, I've used it since SQL Server 6.5., when it was a very cumbersome implementation from Microsoft that required a great deal of preparation of the Bulk ...
This lets you use JSON objects in your SQL statements as if they were tables, even inserting those objects as rows into a table. The problem with that solution is that you lose the original JSON ...
Using a parameter to combine columns from different tables is impossible if there’s no relationship to support them. This is probably in place, but if you can’t create the visual or a ...