The Transact-SQL programming language provides DBCC statements that act as Database Console Commands for SQL Server. DBCC commands take input parameters and return values. Database Console Command statements are grouped into the following categories. Category Maintenance - Maintenance tasks on a database, index, or filegroup. Miscellaneous - Miscellaneous tasks such as enabling trace flags or removing a DLL from memory. Informational - Tasks that gather and display various types of information. Validation - Validation operations on a database, table, index, catalog, filegroup, or allocation of database pages. Maintenance Statements DBCC CLEANTABLE Reclaims space from dropped variable-length columns in tables or indexed views. Syntax: DBCC CLEANTABLE ( { database_name | database_id | 0 } , { table_name | table_id | view_name | view_id } [ , batch_size ] )...
Each service in SQL Server represents a process or a set of processes to manage authentication of SQL Server operations with Windows. This topic describes the default configuration of services in this release of SQL Server, and configuration options for SQL Server services that you can set during and after SQL Server installation. Most services and their properties can be configured by using SQL Server Configuration Manager. SQL Server Version and its last versions when Windows is installed on the C drive. Version Path SQL Server 2019 C:\Windows\SysWOW64\SQLServerManager15.msc SQL Server 2017 C:\Windows\SysWOW64\SQLServerManager14.msc SQL Server 2016 C:\Windows\SysWOW64\SQLServerManager13.msc SQL Server 2014 (12.x) C:\Windows\SysWOW64\SQLServerManager12.msc SQL Server 2012 (11.x) C:\Windows\SysWOW64\SQLServerManager11.msc SQL Server 200...