sql-docs
sql-docs copied to clipboard
Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc.
Adding missing quotes around table and column names in the example. (They are not needed for the column name, but since the table name is two-part notations, quotes are needed.)
https://learn.microsoft.com/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-ver17 > When you deploy a container for SQL Server 2025 (17.x) or a later version, use MSSQL_PID=DeveloperStandard for Standard Developer edition, and MSSQL_PID=Developer for Enterprise Developer edition.
Clarified behavior of the occurrence parameter in regexp_replace.
Removed section on configuring buffer pool extension to enhance SQL Server performance using ephemeral storage. Also made a little change to the PowerShell to use the Service name instead of...