Posted in Programming, SQL Server on February 6th, 2007 1 Comment »
For a long time I find it is very confusing when it comes to deal with T-SQL errors because T-SQL error sometimes prevent all the statements in a batch from being executed, sometimes it just prevent the statements after the error statement from being executed, and sometimes it doesn’t prevent any statement execution except […]
Posted in Programming on January 15th, 2007 2 Comments »
That is what I feel. Because writing a web application that is looking good across all versions of web browsers is a tough job. It is hard to debug. It is tougher than every other programming that I had to deal with in my past experience.
That is mostly because different web browsers handle things […]
Posted in Programming on January 13th, 2007 6 Comments »
I didn’t make a post for the past week because I experienced trouble when I moved my production site to my local machine. I found none of the permalink solutions addressed here was working on my local machine. The Wordpress article said the permalink format
[…]
Posted in Programming on January 6th, 2007 3 Comments »
For many people tuning store procedure means looking at the query execution plan and finding the operation that cost the most. If there is operation like table scanning or index scanning, then they will think they found the performance problem. For me I never use the query execution plan to determine where the performance bottle […]
Posted in Programming on January 2nd, 2007 2 Comments »
I have spend quite some time lately to set up my blog and try to make it different from other blogs that are using the same theme. But it doesn’t look much different. You can tell it is still a mistyook theme which you can download from here. There are two changes I made to […]