SQL Log Rescue - Undo for SQL Server
or
DBCC LOG
SELECT top 10 * FROM ::fn_dblog(DEFAULT, DEFAULT);
transaction log
or
DBCC LOG
SELECT top 10 * FROM ::fn_dblog(DEFAULT, DEFAULT);
transaction log
How to delay loading of specific services
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\[Service name]
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\[Service name]
10/23: LoadOrder
LoadOrder
This applet shows you the order that a Windows NT or Windows 2000 system loads device drivers. Note that on Windows 2000 plug-and-play drivers may actually load in a different order than the one calculated, because plug-and-play drivers are loaded on demand during device detection and enumeration.
This applet shows you the order that a Windows NT or Windows 2000 system loads device drivers. Note that on Windows 2000 plug-and-play drivers may actually load in a different order than the one calculated, because plug-and-play drivers are loaded on demand during device detection and enumeration.