[dba-SQLServer] sql performance monitoring

fhtapia at gmail.com fhtapia at gmail.com
Tue Apr 24 10:01:39 CDT 2018


I've never used ManageEngine, but I've used soalrwinds, Redgate and
Idera... I believe Idera has a free tool you can begin with, it'll run over
the DB and provide a result of the poor performing queries.

I think it's a mistake to run the database in the lower compatibility mode
unless there is a feature the current developer is supporting, in which
case, we are in Sql Server 2012, and he should support the latest version,
as bugs with the older compatibility mode will stop functioning.

 There are many faster better features in the latest version of sql server,
plus in 2012 you can fully make use of RSCI.. (
https://littlekendra.com/2016/02/18/how-to-choose-rcsi-snapshot-isolation-levels/
 )

good luck!
Francisco Tapia

On Tue, Apr 24, 2018 at 7:30 AM J- P <jnatola at hotmail.com> wrote:

> Hi all,
>
>
> Client decided to upgrade from sql express to full sql, the database runs
> in 2000 compatibility mode, so it is currently sql2008 running on server
> 2012.
>
>
> Its a hyperV guest  with 1 vcpu and 8gb of ram (5 gb allocated to sql)
>
>
> The database is small (~2gb) it has an Access front end and  there are
> about 40 concurrent users, on multiple occasions the server slows down and
> the only recourse is restarting sql service.
>
>
> I have been tasked with "finding out what is wrong" , I'm not a sql admin
> but having been a network admin for almost 20 years , and having setup
> numerous commercial sql dbs (Great Plains, Share point, Sage) on much
> inferior hardware , with much larger databases I have to believe that the
> problem lies in the DB/FE configuration itself.
>
>
> Of course the in-house "dba" refuses to believe that, and has always shot
> me down when suggesting to get a real dba to come to assess the code and
> make it more efficient, (IMO  it should not 5 to 10 seconds to run a query).
>
>
> I have setup  some perf counters based on what I have read, in addition I
> would like to get a tool(s) specifically made for sql that pinpoints where
> the issue(s) are.
>
>
> I have budget so it does not have to be free, the two I have been looking
> at is Solarwinds and ManageEngine
>
>
>
> Does anyone have a preference or suggestion?
>
>
> TIA
>
>
> _______________________________________________
> dba-SQLServer mailing list
> dba-SQLServer at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
> http://www.databaseadvisors.com
>
>


More information about the dba-SQLServer mailing list