REMOTE SQL SERVER DBA — SINCE 1990

    SQL SERVER IS NOT PLUG-AND-PLAY.

    Microsoft sells it as an easy product. In production, it's Always On with a replica out of sync, tempdb locking, Query Store down and MAXDOP on default. We handle it 24/7 — in a physical facility, with SLA.

    99.9999%
    SLA on SQL Server in real production
    24/7
    Active monitoring via dedicated NOC
    <15min
    Response time to critical incidents
    2016→2022
    Versions covered in production

    SQL Server environments managed by HTI

    Stone·Cappta·Linx·Qualicorp·Azul Seguros·Infracommerce·BMW

    EVERYONE'S PROBLEMS

    TEMPDB FULL. AG DOWN. NOW WHAT?

    Tempdb locking at 2 PM every day

    PAGELATCH_UP on GAM/SGAM/PFS, contention on allocation pages. Adding files isn't enough — needs trace flag 1118/1117, partitioning and workload sizing. Who knows that?

    Always On with a suspended replica

    Log send queue growing, redo queue stuck, automatic failover that doesn't happen. Without alerts, no one sees it. By then, RPO is gone. AG monitoring is more than CHECKDB.

    Query Store off in production

    Modern SQL Server's most useful feature is disabled in most environments. Without it, plan regression becomes mystery. With it, plan forcing fixes it in 5 minutes.

    HTI runs the watch your team doesn't

    We collect wait-stats baseline, monitor AG sync, keep Query Store active and versioned, open Microsoft tickets when needed. You only hear about it when you gained time.

    MONTHLY SCOPE

    DEDICATED SQL SERVER DBA.

    Monthly contract with contractual SLA. Not hourly billing, not on-call freelancer. Permanent team operating your SQL Server as if it were ours.

    01

    WAIT STATS 24/7

    Continuous collection from sys.dm_os_wait_stats with historical baseline. CXPACKET, PAGEIOLATCH_SH, WRITELOG, RESOURCE_SEMAPHORE — all categorized, all trended.

    DMVsBaselineTrend
    02

    ALWAYS ON / AG

    Sync state monitoring, log send/redo queue, automatic failover tested monthly. Listener health, read-only routing, backup on secondary.

    AGListenerFailover
    03

    QUERY STORE & TUNING

    Query Store enabled, controlled plan forcing, identification of top regressed queries. Plan tuning without changing code when possible.

    Query StorePlan Forcing
    04

    TEMPDB & MEMORY

    Tempdb sizing and partitioning by workload, min/max memory tuning, PAGELATCH on allocation pages identification, correct trace flags for your version.

    TempdbMAXDOPTF1118
    05

    BACKUP & RPO

    Full + diff + log backup with controlled VLF. Restore tested in staging monthly. Offsite copy and documented PITR strategy.

    FullDiffLogPITR
    06

    LICENSING

    Audit of Enterprise vs Standard usage, features that justify the upgrade — or that don't. Defense against Microsoft Software Asset Management.

    SAMCALCore

    NO FREELANCERS. NO CALL CENTER.

    FIXED TEAM IN CONTROLLED ROOM

    The DBAs monitoring your SQL Server tomorrow are the same as today. Knowledge accumulates. Shift change uses formal handover, not prayer.

    • Fixed SQL Server DBA team — no rotation
    • Physical room at PIT/SP with 24h camera and biometrics
    • Formal shift handover with versioned knowledge base
    • Direct escalation to Microsoft Premier Support when needed

    We don't sell hours. We sell sustainment. In December 2024, our SQL Server clients had zero out-of-SLA incidents.

    PROOF IN PRODUCTION

    WHO USES US.

    CAPPTA — PAYMENTS

    ZERO DOWNTIME

    Black Friday + Christmas

    SQL Server 2019 Always On AG on critical payments. Black Friday and Christmas with no maintenance window, no transaction loss, with 10x normal load peak.

    MAJOR RETAILER

    -65% wait time

    Tempdb redesign

    PAGELATCH_UP eliminated with correct tempdb partitioning, TF1118 and allocation page tuning. Daily 2 PM slowdown gone.

    HEALTHCARE

    RPO < 30s

    Multi-region DR

    Always On AG across two regions + log shipping to a third, with documented PITR. LGPD compliance met without increasing license.

    ONBOARDING

    FROM ZERO TO NOC IN 14 DAYS.

    Days 1–3

    Environment discovery

    Inventory of instances, editions, existing AGs, SQL Agent jobs, linked servers and replications. Criticality mapping by database.

    Days 4–7

    Wait stats baseline

    7-day collection of wait stats, perfmon counters and Query Store. Immediate identification of top 5 latent issues.

    Days 8–11

    Documentation and runbook

    Per-instance runbook with topology, dependencies, contacts, escalation. All versioned in HTI internal git.

    Days 12–14

    Go-live 24/7 NOC

    Calibrated alerts, tested escalation, first monthly report scheduled. You only get a call when you need to decide, not to inform.

    FAQ

    Frequently asked.

    Do you cover SQL Server Express and Web Edition?

    +

    We do. Express has RAM and DB size limits, but the operation still deserves monitoring. Web Edition is common in hosting; we manage with documented restrictions. In general we recommend Standard for any production environment.

    Do you support SQL Server on Linux?

    +

    Yes, since the 2017 release. Practices change little (same engine); what changes is OS tooling — we use perf, top, iostat instead of Performance Monitor.

    How does the Microsoft Premier Support integration work?

    +

    If the client has Premier, we open tickets on their behalf and follow up. If not, we have direct contacts with Microsoft technical escalation for cases that need product support. We never push a ticket and disappear.

    Do you touch code (stored procedures)?

    +

    We do when contractually agreed. The default is to point out the problem query with plan and impact proof; many clients prefer that the internal dev applies the change. In environments without available devs, we refactor the SP with documented tests.

    What about migration to Azure SQL or AWS RDS for SQL Server?

    +

    We do it. Includes DMA compatibility analysis, workload capture, choice between Managed Instance vs SQL on VM vs RDS, and cutover with minimal window. Not a separate service — whoever operates your base also migrates it.

    LET'S START DISCOVERY.

    20 minutes with a Senior SQL Server DBA. Tell us your pain (tempdb, AG, seasonal slowness) and we'll tell you what we can solve in 30 days.

    Versions and editions covered

    SQL Server 2016SQL Server 2017SQL Server 2019SQL Server 2022SQL Server on LinuxAlways On AGAzure SQL DatabaseAzure SQL Managed InstanceAWS RDS for SQL ServerSQL Server on EC2

    WHY HTI

    DATABASE
    AUTHORITY
    SINCE 1990.

    Sustaining critical environments in Brazil since 1990. We're not a generic consultancy that learned databases — we are The Database Company.

    01

    35+ YEARS IN MARKET

    Continuously operating since 1990. 25,000+ consulting hours delivered and 596+ critical production incidents resolved. Pattern recognition only decades of real operation can build.

    02

    ORACLE AMEC — ONLY IN BRAZIL

    The only MySQL Authorized Education Center (AMEC) of Oracle University in Brazil — achieved twice. Over 1,000 DBAs trained in official HTI courses.

    03

    CONTROLLED PHYSICAL FACILITY

    DBAs operate from a restricted-access room at PIT São José dos Campos: 24h CCTV, biometric access, dedicated rack. No remote freelancers, no improvised workstations. Compliance that goes beyond internal policy.

    04

    DBSNOOP — PROPRIETARY TOOL

    Behavioral monitoring developed in-house. Detects anomalous ingestion patterns and access to protected objects — no third-party tool dependency.