News

SQL Source Control is going to be a huge productivity booster for our customers. For those that aren’t currently version controlling their databases, this tool gives them absolutely no excuse.
Get an overview of JDBC's architecture, then learn how to connect to a database and handle SQL queries and responses with PreparedStatements, transactions, connection pooling, and more.
First, the database is available in two flavors; second, various flavors of SQL dialects can be used, each carrying its own implications. Let's first look at the architecture issue and then move on to ...
Let's talk about database application benchmarking. This is a skill set which, in my opinion, is one of the major differentiators between a journeyman-level DBA and a true master of the trade. In this ...
Joey on SQL Server Hands-On with Copilot for Azure SQL Database I've been playing around with the new Microsoft service, currently in preview and it's time to show off what it can do. By Joey D ...
An introduction to databases and explore the different ways in which they can be used to store and manage data.
Some of the best open source SQL Clients for Database Management are Sqlectron, SQuirrel SQL client, SQL Chat, OmniDB, HeidiSQL,Falcon, etc.
To SQL or NoSQL? That’s the database question But as technological lines blur, there's not always a clear-cut answer.
Your database may get damaged due to several reasons. A backup will help you to restore the database lost in case of disasters and problems, like hardware failure, virus attack, or others. How To ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...