1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples
Mihaela Blendea 9ccc8a17fb Update vdipipesample.cpp
Fix sample to work on SLES. . The issue is in access to the shared memory that VDI uses to communicate between SQL Server and the client application. When opening the file, the mode is modified by the current umask setting and group sharing is removed.
2017-05-19 14:58:55 -07:00
..
2017-03-22 12:10:27 -07:00
2017-04-08 22:34:26 +02:00
2017-05-19 14:58:55 -07:00
2017-04-29 16:22:41 -05:00

Sample Categories

applications

End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.

databases

Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.

demos

Demos of various SQL features and capabilities that were presented at conferences, in Webcasts, etc...

features

Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.

management

Samples that help with the management of SQL Server and Azure SQL Database.

tutorials

Samples showing how to connect to SQL databases using various programming languages, including Python, C#, Java, Ruby, Node.js, and PHP.