SQL Server – Retrieve Physical Cores, Physical and Virtual CPUs, and Processor type information
Today’s post describes SQL queries to get the following information about the processors of a SQL Server instance: 1. The...
117 articles
Today’s post describes SQL queries to get the following information about the processors of a SQL Server instance: 1. The...
SQL Server Analysis Services can be installed in one of three modes. Tabular Multidimensional SharePoint How to check the current...
One of the first things to do for securing your SQL Server is to change its default TCP port. You...
SQL Server 2022 STRING_SPLIT Function – This function allows you to split a string by a delimiter and return a...
This tutorial will explain what a while loop is in SQL. It will also explain how to use the SQL...
This topic describes how to change the availability mode of an availability replica in an Always On availability group in...
Do you restore SQL databases across SQL instances? The Database administrators get frequent requests to refresh the staging or development...
Learn how to measure transactions per second in SQL Server with this quick and easy guide. We’ll show you step-by-step...
SQL Server UPDATE STATISTICS WITH FULLSCAN is a process that is used to update statistics in SQL Server. This article...
The T-SQL script takes a full backup of all databases(System databases and user databases) in the format of DataaseName-YYYY-MM-DD-HH-MM-AM/PM. The...