In a graph G=(V,E), the degree of a vertex v∈V, denoted by dG(v), is defined as the number of edges incident on v. A set D of vertices of G is called a strong dominating set if for every v∈V\D, there exists a vertex u∈D such that uv∈E and dG(u)≥dG(v). For a given graph G, Min-Strong-DS is the problem of finding a strong dominating set of minimum cardinality. The decision version of Min-Strong-DS is shown to be NP-complete for chordal graphs. In this paper, we present polynomial time algorithms for computing a strong dominating set in block graphs and proper interval graphs, two subclasses of chordal graphs. On the other hand, we show that for a graph G with n-vertices, Min-Strong-DS cannot be approximated within a factor of (12−𝜀)lnn for every 𝜀>0, unless NP⊆DTIME(nO(loglogn)). We also show that Min-Strong-DS is APX-complete for graphs with maximum degree 3. On the positive side, we show that Min-Strong-DS can be approximated within a factor of O(lnΔ) for graphs with maximum degree Δ.