Insights from the SSRS database

The SSRS database contains a wealth of undocumented information that can help administrators. In this article, Edward Pollack explains how to get to the data and ways to use it.
The post Insights from the SSRS database appeared first on SQLServerCentral.

SQL Database Overview

Learn about what a SQL database is, what is stored in a database and how to interact with a database.
The post SQL Database Overview appeared first on SQLServerCentral.

SQL Monitor supports Amazon RDS Monitoring

SQL Monitor works with your SQL Server data, wherever that data exists, from local instances to AWS RDS and AWS virtual machines. You can keep an eye on your estate, regardless of where the data is.
The post SQL Monitor supports Amazon RDS Monitoring appeared first on SQLServerCentral.

Summit 2022 Community Pre-cons have been announced

We’re delighted to announce the Summit community pre-conference sessions and speaker lineup! Choose from 14 pre-cons featuring Brent Ozar, Kimberly Tripp, Melissa Coates, Itzik Ben-Gan, Denny Cherry, and others, taking place on Monday Nov. 14 and Tuesday Nov. 15. Full-day pre-con sessions will cover topics including database performance tuning and troubleshooting, T-SQL querying, DAX, security, cloud VMs, Azure Data Factory, Azure infrastructure, parameter sniffing, Power BI, PostgreSQL, equity toolkits, and much more!
The post Summit 2022 Community Pre-cons have been announced appeared first on SQLServerCentral.

Introduction to artificial intelligence

Artificial intelligence applications are all around us, but what does it really mean? In this article, Kumar Abhishek explains the history and progress of artificial intelligence.
The post Introduction to artificial intelligence appeared first on SQLServerCentral.

Dealing with Transaction Log Growth

Introduction Relational databases are designed to track changes introduced to a database by data modification language (DML) commands. The fundamental reason for this construct is to ensure that changes are durable and that they can be rolled back reliably. The typical DML command used in SQL are INSERT, UPDATE and DELETE. When INSERT introduces new […]
The post Dealing with Transaction Log Growth appeared first on SQLServerCentral.