随笔分类 - Database - SQL Server
摘要:拿 select * from users where name like 'acme%' 举例, 在name上有非聚集索引。 Seek 翻译成定位更合适,上面的SQL直接在索引定位到该 Entry. Scan 如果 Users表很小,或者返回大量的数据;索引一个一个定位慢,还不如 从头到尾 Sca
阅读全文
摘要:SEEK - find everything from index Lookup - find key from index, then visit table to find other row data. http://www.theboreddba.com/Categories/indexes
阅读全文
摘要:https://blog.sajjan.com.np/2017/02/05/docker-getting-started-containers-ubuntu/ https://blog.sajjan.com.np/2017/02/06/docker-running-apache-web-server
阅读全文
摘要:Export tables below Import above data to existing tables
阅读全文
摘要:Articles Forward from Locking in Microsoft SQL Server (Part 12 – Lock Escalation) Today I’d like us to talk about Lock Escalation in Microsoft SQL Ser
阅读全文
摘要:instance / database / schema / objectlogin / user / schema (dbo)sequenceCollationPSM: Both Instance and DB need case insensitiveWindchill: Both Instan...
阅读全文

浙公网安备 33010602011771号