mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
all lines from [setup-k8s-prereqs.sh] basically require elevation, and because there's no sudo prefixing each, running the script under sudo su context makes sense. But the setup-k8s-master.sh will do chmod for root instead of current user if run under sudo su (cf use of "id"). It should be run under regular user context I think ? The need for root context for [setup-volumes-agent.sh] is tied to the bond command, which is linked to another PR which I'll link later.
Sample Categories
End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.
Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
Demos of various SQL features and capabilities that were presented at conferences, in Webcasts, etc...
Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
Samples that help with the management of SQL Server and Azure SQL Database.
Samples showing how to connect to SQL databases using various programming languages, including Python, C#, F#, Java, Ruby, Node.js, and PHP.
Samples showing various SQL Server in container scenarios.
