Files
sql-server-samples/samples
Josh Elster cc2402f91e prevent attach failure when db name contains '.'
When a database name along the lines of "WidgetCatalog_v8.3.433" is passed into the script, attach fails at the "v8.3". Rather than deal with trying to properly escape/encode a `[` and `]` around the names, I found that escaping them with quotes behaves as expected.
2016-12-19 18:54:09 -06:00
..
2016-11-16 13:51:29 -08:00
2016-12-08 09:03:01 -08:00
2016-12-01 18:28:34 -08:00

Sample Categories

[applications] (applications/)

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

[databases] (databases/)

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

[demos] (demos/)

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

[features] (features/)

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

[management] (manage/)

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

[tutorials] (tutorials/)

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