There's a lot of ways to increase performance of our databases in SQL Server 2005. And there's so many tutorials about these. Like implement index, use of stored procedure, etc. But actually, how we can monitor our database performance in SQL Server, so we could review our works. In this tutorial...