Month: December 2004
-
Shell Script – determine the directory where script is run from
nnnnn>On 2004-11-08, Petterson Mikael wrote:n>n>>>> How can I determine the directory where my script is run from.n>>>> I need to use that to assign a variable $MY_HOME. It will be used whenn>>>> I call files that are in the same directory or subdirectory to myn>>>> executing script.n>n>>n>> Maybe this one?n>> #vn>> MY_HOME=`which $0`n>> #v-nnnwhich is…
-
SQL Server Hardware Performance Checklist
nnnnnSQL Server Hardware Performance Checklist: “SQL Server Hardware Performance ChecklistnnBrad M. McGehee | Contributing Writer | 2004-12-10nnnAuditing SQL Server Hardware Is An Important Early StepnnFrom this previous article, on using Performance Monitor, you may have identified some potential hardware bottlenecks that are negatively affecting your SQL Server’s performance. In this section, we will take a…