A quick sample: how to customize your database schema view visually?
When you want to change your database schema tree, Metadata Container Editor lets you do this without coding to experiment with the tree structure faster.
Creating a simple SQL query with Active Query Builder
SQL is a powerful weapon to cope with this task, but you will need plenty of time to master it if you don’t have a solid SQL background. Is there a way to get an instant result?
SQL for Beginners
Entry-level SQL users sometimes have a hard time learning the language or hesitate to apply their knowledge in the real
SQL for Advanced Users
A single SQL query sometimes may take multiple pages and include many subqueries. Such a complex query can be quite
Understanding a Complex Database Structure
Knowing where to look for the necessary data in a scarily large database schema is vital when you write SQL queries.
Do you need a BI tool to make ad-hoc reports?
Is it possible to make users of your database information system (ERP or CRM) self-sufficient in serving their needs for data without the use of complicated and expensive BI tools?
How to organize data flow in B2B solutions?
When you start any B2B business, you probably need partner’s data. The manual approach is like asking the CTO to show you where to get the data. Then repeat the process with every client.
Faster visual SQL query building in the upcoming major version!
Find out how things will change in Active Query Builder for .NET 4.0.
Domain Specific Language: define SQL queries via fluent API
New API makes your queries database server-independent and checked against the current database schema on the compilation stage.