Merge remote-tracking branch 'refs/remotes/Microsoft/master'

This commit is contained in:
Jovan Popovic
2016-09-06 15:37:05 +02:00
2 changed files with 3 additions and 1 deletions
@@ -6173,6 +6173,8 @@ GO
-- update statistics on system tables for performance of schema queries
UPDATE STATISTICS sys.syscolpars
UPDATE STATISTICS sys.sysschobjs
UPDATE STATISTICS sys.syssingleobjrefs
UPDATE STATISTICS sys.sysiscols
GO
/*
@@ -28,7 +28,7 @@ To run this sample, you need the following prerequisites.
**Software prerequisites:**
You can run the container with the following command.
(Note the you'll need Windows Server Core TP5 v10.0.14300.1000.)
(Note the you'll need Windows Server Core TP5 v10.0.14300.1030.)
````
docker run -p 1433:1433 -v C:/temp/:C:/temp/ --env sa_password=<YOUR SA PASSWORD> --env attach_dbs="<DB-JSON-CONFIG>" microsoft/mssql-server-2014-express-windows