How to Shutdown PC Remotely
Using the Windows Command Shutdown.Exe, you can turn off your PC remotely. Here's the syntax for shutdown.exe;
Usage: shutdownNo...
How to Fix Chain Linkage Mismatch Errors
To fix "Chain Linkage Mismatch" error, execute this script in your Query Analyzer;Use DBName
GOALTER DATABASE database_name SET SINGLE_USER
GODBCC CHECKDB('DBName', REPAIR_REBUILD)
GOAfter the repair, you have...
How to attach a database without the MDF file.
1: Make a new database with same name, and which uses the same files as the old one on the new server.2: Stop SQL...