I am using VSTS 2008 + C # + .Net 3.5 + ASP.Net + SQL Server 2008 Express. I am working on a 32-bit platform with Windows Server 2003. The problem I find is a simple SQL statement, such as a select / create simple table, is very small from SQL Server Management Studio.
BTW: I think this should be a problem with the machine, since the same code works correctly on another machine. But I'm not 100% sure. Maybe this machine causes an error in my code?
Any ideas how to analyze to find the bottleneck of poor performance?
source
share