Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Viewing Processes

    I'm not familiar with the connection options available with Tomcat, but we routinely use the "Application Name" property in our ADO/ADO.NET connection strings. Then we can identify SQLServer processes...

  • RE: performance: ''''IF ... IF'''' is faster than ''''IF ... AND...''''??

    What you're talking about is called short-circuit boolean evaluation. Some compilers/languages perform it automatically, some you can enable it explicitly, and some don't have it at all. I'm really not...

Viewing 2 posts - 1 through 3 (of 3 total)