mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
This commit is contained in:
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user