?? page 291 to page 311.txt
字號:
EXEC sp_configure 'c2 audit mode', 1
RECONFIGURE
USE Sample
SELECT * FROM Employees
USE Northwind
SELECT * FROM Customers
EXEC sp_configure 'c2 audit mode', 0
RECONFIGURE
DBCC CHECKDB ('Sample')
DBCC CHECKDB ('Sample', REPAIR_REBUILD)
USE Northwind
EXEC sp_helpindex 'Suppliers'
DBCC SHOWCONTIG ('Suppliers','PK_Suppliers')
EXEC sp_detach_db 'Northwind'
USE Northwind
EXEC sp_attach_db 'Northwind', 'C:\northwnd.mdf', 'C:\northwnd.ldf'
USE Northwind
SELECT * FROM Suppliers
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -