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.
@dzsquared - Working through the document, adding the localization class before the resources file gave undefined errors in Visual Studio 2022. Creating the resources file first and then creating the...
The system_health Extended Events session keeps ten files with a maximum size of 100 MB. You can confirm this by looking at GUI properties or scripting the definition. `ADD TARGET...
Update vector-search-transact-sql.md I think there is a mistake in Example 2, line 158: te `SIMILAR_TO` value should refer to column v of type `vector` in the table alias `t` (temporary...
Added a step where the resources would still be available even after deleting the SQL Server Arc instance..
This change adds information about update latency in the azure system related to security change propagation, and offers guidance about how to mitigate that latency in critical situations.
ubuntu-latest no longer includes sqlpackage, as ubuntu-latest now points to 24.04 https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/ https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
This pull request includes changes to the `azure-sql/database/authentication-azure-ad-user-assigned-managed-identity.md` file to update permission references and add a note about additional required permissions for creating a contained database user for a Microsoft...
Removed batches, as I'm not sure DNR applies there. If I'm wrong, please let me know and I can amend. This also does apply to functions. Tagging @rwestMSFT for visibility.
…ilder-and-ssrs.md Remove the MSSQL13. from the Named Instance connection string
There is a missing installation of the Python "packaging" module (added to the commands) without which the redirection of "os.devnull" doesn't work.