Added link to sample DB

This commit is contained in:
nelgson
2017-10-30 21:31:23 -07:00
parent 059bbee1f8
commit d729518369
2 changed files with 2 additions and 0 deletions
@@ -7,6 +7,7 @@ RSetup.exe /install /component MLM /<version>/language 1033 /destdir <SQL_DB_ins
Example:
RSetup.exe /install /component MLM /version 9.2.0.24 /language 1033 /destdir "C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\Lib\site-packages\microsoftml\mxLibs"
The models will be downloaded and extracted.
The database used for this sample can be downloaded here: https://sqlchoice.blob.core.windows.net/sqlchoice/static/tpcxbb_1gb.bak
*/
@@ -1,3 +1,4 @@
--The database used for this sample can be downloaded here: https://sqlchoice.blob.core.windows.net/sqlchoice/static/tpcxbb_1gb.bak
USE [tpcxbb_1gb]
GO