dbForge SQL Complete is, without a doubt, one of our key add-ins for SSMS, designed to level up the speed and precision of your routine SQL coding, formatting, and debugging. And today, we're happy to herald the release of its latest incarnation—version 7.0. Traditionally, here's a detailed overview of all the new goodies awaiting you in it; so buckle up, since it's going to be a long ride—but by no means boring.
In this article, we are going to talk about the UPDATE JOIN operation — a powerful tool in database management that allows you to perform precise and efficient data updates, ensure data integrity, and improve overall operational performance.
Open transactions in SQL Server occur frequently and demand close attention and proper handling to prevent issues. Monitoring open transactions and ensuring their timely completion (either committing or rolling back) is a best practice, and this article will explore tools and methods and provide a guide on automatically finding and resolving open transactions.
On November 13, 2023, Microsoft's new SQL Server Management Studio (SSMS) 19.2 saw the light of day. It's the IDE you will definitely need if you are dealing with the most modern versions of SQL Server.
SSMS users sometimes need to zoom grid results to improve visibility. This article will guide you through the process of zooming in on grid results with ease.
The shorthand SELECT * command might be one of the most convenient and commonly used SQL statements during the development phase, but is it really the best practice for production environments? Let us try to find out.
As September is slowly but steadily coming to a close, it's time to deliver a summary of our achievements on independent review platforms over Q2-Q3 2023. Our previous recap was rather rich with awards, and this time we hope you won't be disappointed either.
In this article, we will explore how to recover recently closed tabs and documents using built-in features of SSMS as well as third-party solutions like dbForge SQL Complete.
Recently, we have rolled out extensive updates of our product lines for MySQL, Oracle, and PostgreSQL databases. But what if you are a SQL Server user? Well, you don't need to worry. dbForge tools for SQL Server didn't escape our attention.
This article delves into the benefits of tab color customization, exploring how the combination of native SSMS and SQL Complete features empowers you with seamless navigation and a visually appealing workspace.
Recently, we've explored the case when dbForge SQL Complete was adopted by a group of SQL developers working under the banner of a tech company and seeking to get their routine coding done faster. Our today's case dwells on the same idea—but the difference is that this time we'll be dealing with a company of a much larger scale.
It is always interesting to explore a case where dbForge tools are used in a collaborative process. Take SQL Complete, for instance. It was created to make individual SQL developers exceptionally productive and help them write error-free code much faster.
The article will overview the TRUNCATE TABLE statement in SQL on particular examples and describe the differences between the TRUNCATE, DELETE, and DROP statements.
When...
Following our previous recap that covered the awards garnered by dbForge products in Q1 2022, and a compelling selection of DBTA 2022 Readers' Choice...
DBA hat eine Reihe von Aufgaben, die hauptsächlich darauf abzielen, die Datenbank-Performance und die Datenkonsistenz zu unterstützen. Der Administrator kann den CHECKDB-Befehl verwenden, um...
One of the primary features of dbForge SQL Complete—a top-tier add-in for SSMS and Visual Studio—is code formatting, which helps beautify SQL code and...
Here comes the maintenance update of dbForge SQL Complete, your favorite SSMS and Visual Studio add-in for context-sensitive code autocompletion, formatting, and refactoring.
Our team...
Database statistics are a powerful weapon. They store a vast array of information about the database data that helps identify slow-running queries and allows...
Working with SQL databases and tables usually implies performing daily data-related tasks using the CRUD operations in order to re-use, manipulate, and access data...
The 17.5 version of SQL Server Management Studio (SSMS) brought with it a new built-in security tool. Since then, the Data Discovery and Classification...
For a database administrator, the common everyday practice involves running multiple operations targeted at ensuring database security and integrity. Thus, we shouldn't overlook the...
We are pleased to present the latest version of our superior solution for SQL Server database development, management, and administration - SQL Complete v6.6....
The present article deals with one of the bottlenecks in the work of database developers and administrators, namely the occurrence of invalid objects and...
In previous articles, we have reviewed a general algorithm of finding and deleting incomplete open transactions in SQL Server databases, created a table for...
In two previous articles, we have reviewed a solution for deleting incomplete open transactions in SQL Server.
By incomplete transaction, we shall basically understand an...
Frequently enough, MS SQL Server open transactions are incompleted and their initiators forget about them. This is quite a commonly encountered situation in routine...