Category Archives: SQL
Error SQL Server Express R2 Advanced
I got the following error when installing SQL Server Express R2 Advanced (x86) on my brand new laptop (Windows 7 Business): The following error has occurred: Could not find the Database Engine startup handle My solution was: 1) Remove all … Continue reading
T-SQL: Previous and Next Modified Date
Normally queries like this are not really solved in T-SQL; rather a front end UI like WebI is capable of navigating through the records. However if you intend doing it in T-SQL (eg. derived table in universe), then here’s how … Continue reading