Microsoft WebMatrix and Microsoft WebPlatform Installer
For a project at KTSI we needed a platform to quick deploy PHP and MySQL applications. There are a...
How to integrate (slipstream) SQL Server 2008 and SP1
To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At...
Shrinking the Transaction Log in SQL Server 2005
Shrinking the Transaction Log in SQL Server 2005 Use the MS SQL Server Management Studio EXEC sp_dboption 'XXX', 'trunc. log on chkpt.',...
Shrinking the Transaction Log in SQL Server 2000
Here is how you Shrinking Transaction Log SQL Server 2000: Use the SQL Query Analyzer BACKUP...