Skip to content

Commit 307f63e

Browse files
authored
Merge pull request #5651 from Karl-WE/patch-5
more restrictions of SQL Express Local DB and security concerns
2 parents eeb30d9 + dcb2731 commit 307f63e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/database-engine/configure-windows/sql-server-express-localdb.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ The instance collation for LocalDB is set to `SQL_Latin1_General_CP1_CI_AS` and
6060

6161
### Restrictions
6262

63+
- LocalDB cannot be patched beyond Service Packs. CUs and Security Updates cannot be applied manually and will not be applied via Windows Update, Windows Update for Business, or other methods.
64+
65+
- LocalDB cannot be managed remotely via SQL Management Studio.
66+
6367
- LocalDB cannot be a merge replication subscriber.
6468

6569
- LocalDB does not support FILESTREAM.
@@ -142,4 +146,4 @@ An instance of SQL Server Express LocalDB is an instance created by a user for t
142146
143147
## See Also
144148

145-
[SqlLocalDB Utility](../../tools/sqllocaldb-utility.md)
149+
[SqlLocalDB Utility](../../tools/sqllocaldb-utility.md)

0 commit comments

Comments
 (0)