Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Senior Database Administrator

Octagos

Overview Octagos is modernizing remote cardiac monitoring with AI-powered automation, seamless EHR integrations, and accuracy proven in high-volume, real-world clinics. Atlas AI™ triages cardiac device transmissions to filter nonactionable alerts and highlights the events that need true clinical attention. Through our Two-Brain Approach™ – combining Atlas AI™ with IBHRE-certified oversight – Octagos delivers 99%+ accuracy, sensitivity, and specificity for near-perfect clinical performance. With fast bi-directional EHR integrations, and flexible, cost-effective implementation, Octagos helps clinics scale care efficiently without compromise. Recognized by TIME and Statista as one of the World’s Top HealthTech Companies 2025, Octagos is redefining how cardiac care is delivered. Role Summary We are looking for a hands-on Database Administrator to own performance, reliability, and observability for our Azure SQL Server environment. Our database tier spans multiple schemas (production, Power BI reporting, analytics, ETL procedures, audit, support, and watchtower), supports 300+ stored procedures and views, and runs scheduled Azure Elastic Jobs. This role will proactively monitor database health, diagnose regressions, and lead advanced SQL tuning and indexing efforts to keep clinical workflows fast and dependable. The ideal candidate is not someone who simply keeps the lights on. We need a DBA who designs for query performance from day one, establishes SQL standards that prevent tech debt, and partners with application engineers to keep the full stack (SQL to C# EF to Angular) aligned, performant, and maintainable. You will set the standard for how the team writes, reviews, and optimizes SQL, with a strong focus on database health monitoring and advanced performance tuning. This is an In-Office position based in Houston, Texas. Key Responsibilities Data Architecture and Modernization Drive data architecture improvements (table decomposition, normalization) across core entities (Clinic, Patient, Device, Transmission). Rationalize and optimize views: remove redundancy, flatten view-on-view chains, and improve optimizer effectiveness. Design read/write separation strategies, including Redis caching for high-read, low-write data (settings, lookups, device metadata). Optimize analytics/ETL stored procedures and Azure Elastic Jobs that drive reporting. Conduct proof-of-concept testing for schema changes (e.g., extension tables vs. EAV patterns) and present data-driven recommendations to engineering leadership with migration paths and rollback plans. Manage schema evolution using DbUp migrations, ensuring backward compatibility, zero-downtime deployments, and a documented blast-radius assessment for every migration that touches dependent stored procedures, views, Entity Framework models/mappings, and Angular interfaces. Maintain a living data dictionary and entity relationship documentation covering all schemas (dbo, pbi, analytics, audit, support, watchtower), key tables, column-level lineage, and cross-schema dependencies. Performance Tuning and Query Optimization Lead continuous performance tuning and database health monitoring – Identify and resolve slow queries, blocking, deadlocks, and resource bottlenecks before they impact clinical operations. Analyze execution plans, leverage Query Store for regression detection, and maintain index health (rebuild/reorganize schedules, statistics freshness) across high-volume tables including Transmission, Transmission Status Map, Patient, and Patient Device Information. Develop and maintain an index strategy covering clustered, non-clustered, filtered, and covering indexes. Evaluate indexed views for high-read-frequency reporting views. Track index usage stats and remove unused indexes that add write overhead. Partner with .NET engineers to optimize Entity Framework (EF) data access patterns: review generated SQL, eliminate N+1 query patterns, tune projections and includes, and ensure parameterization/type alignment to preserve index seeks. Optimize Hangfire job-related queries and the analytics ETL pipeline to ensure scheduled jobs complete within their time windows without competing for resources with real-time portal queries. Enforce sargable query patterns by identifying and refactoring anti-patterns such as functions on indexed columns in WHERE clauses, cursors used for row-by-row processing, SELECT * in stored procedures, and NOLOCK hints applied without DBA approval. Own tempdb contention management: identify procedures creating excessive temp table churn, recommend CTE or table variable alternatives for small datasets, and monitor tempdb allocation wait stats. Run periodic performance reviews (top queries, waits, plan regressions/parameter sniffing) and deliver actionable remediation plans. Standards, Best Practices and Governance Define and enforce stored procedure standards across the engineering team: SET NOCOUNT ON, SET XACT_ABORT ON with transactions, TRY/CATCH error handling, proper parameterization, pagination with OFFSET/FETCH or keyset, and the standards naming convention. Author and maintain a SQL development style guide covering naming conventions for all object types, parameter design, error handling patterns, transaction scoping rules, and comment/documentation requirements. Enforce standard active-record filters across all data-access objects and build automated checks to detect missing filters in new or modified stored procedures. Establish code review standards for all SQL changes: require execution plan review for any query touching high-volume tables, mandate index impact assessment for schema migrations, and enforce consistent use of time zone conversion patterns (AT TIME ZONE) for SessionDate display. Implement anti-pattern detection as part of the CI/CD pipeline or periodic audit: flag cursors, SELECT *, missing SET NOCOUNT ON, string-concatenated dynamic SQL, functions on indexed columns in WHERE clauses, and transactions wrapping read-only queries. Enforce cross-layer data structure alignment: SQL column types/nullability must match C# DTO/entity properties, EF mappings must stay in sync with schema changes, and enum/lookup table values must remain synchronized across SQL, C#, and Angular. Govern the analytics schema pattern, create and maintain stored procedure and view templates that the engineering team can use as starting points, ensuring every new database object follows established patterns from day one. Database Operations and Reliability Administer and monitor MySQL and Azure SQL databases across development, staging, and production environments, ensuring 99.9%+ uptime for a platform that processes cardiac device transmissions around the clock. Manage capacity planning, elastic pool sizing, and Azure SQL tier optimization, balancing performance against cost as clinic onboarding accelerates. Own backup and restore strategies, point-in-time recovery testing, and disaster recovery runbook maintenance for databases containing PHI. Monitor and triage performance alerts using Azure Monitor, Application Insights, and custom OpenTelemetry telemetry dashboards. Coordinate maintenance windows for index rebuilds, statistics updates, and schema migrations with zero downtime to clinical operations. Security, Compliance, and Access Control Implement and enforce HIPAA-compliant data access controls, auditing, and encryption across all schemas (TDE, Always Encrypted where applicable). Manage database-level permissions, row-level security, and service account credentials in alignment with SOC 2 Type II requirements. Ensure PHI never appears in stored procedure PRINT/RAISERROR messages, dynamic SQL trace outputs, plan cache, error messages, or URL parameters. Participate in security audits, vulnerability remediation, and PHI exposure assessments at the database tier. Security Data Quality and Observability Execute and extend the data quality playbook including automated SQL checks, KPIs, and remediation runbooks that monitor data integrity across the Clinic, Patient, Device, Transmission hierarchy. Build and maintain database health dashboards covering query performance, wait statistics, DTU/vCore utilization, job success rates, tempdb contention, and blocking/deadlock trends. Instrument custom telemetry events at the database layer integrated with the platform’s OpenTelemetry and Application Insights observability stack. Collaboration and Documentation Serve as the database subject-matter expert across the engineering organization, supporting US (Houston) and India development teams. Contribute to architecture decision records (ADRs) for database-impacting changes, including schema migrations, index strategies, and caching layer design. Document database objects, data flows, schema dependencies, stored procedure inventories, and operational runbooks in the team wiki (Azure DevOps Wiki / GitHub Wiki). Participate in sprint ceremonies, root-cause analysis (RCA) reviews, and cross-functional working sessions with application engineers, QA, and the data team. Required Qualifications 10+ years of experience as a DBA or Senior DBA, with at least 2 years managing Azure SQL Database or Azure SQL Managed Instance in a production SaaS environment. Proven track record of designing and evolving data architectures: table decomposition, schema normalization, denormalization strategies for reporting, and migration planning across hundreds of dependent database objects. Deep expertise in T-SQL performance tuning: execution plans, index strategies (clustered, non-clustered, filtered, covering, indexed views), wait statistics, Query Store, parameter sniffing diagnosis, and Resource Governor. Strong experience with stored procedure development following structured patterns and the ability to establish and enforce these standards across a team. Ability to optimize complex views with multiple joins, diagnose nested view performance degradation, flatten view-on-view chains, and recommend indexed view strategies for high-read workloads. Experience authoring SQL development standards, style guides, and review checklists that are adopted by application engineering teams. Hands-on experience with Azure database services: elastic pools, geo-replication, automated backups, threat detection, auditing, and cost optimization. Solid understanding of HIPAA technical safeguards, encryption requirements, and audit logging for healthcare data at the database tier. Experience with CI/CD-based schema migrations (DbUp, Flyway, or similar) and the discipline to assess blast radius across dependent stored procedures, views, and application-layer DTOs before every migration. Experience partnering with .NET engineers using Entity Framework (EF) in production systems, including understanding how LINQ patterns translate to SQL and how to avoid common performance pitfalls. Strong written and verbal communication skills; comfortable collaborating with a distributed engineering team across US and India time zones and presenting architecture recommendations to engineering leadership. Preferred Qualifications Experience in healthcare SaaS, particularly with cardiac remote monitoring, medical devices, or clinical data workflows involving PHI. Experience leading data architecture modernization projects: table decomposition, schema refactoring, ETL pipeline redesign, or data warehouse/reporting layer buildout. Track record of authoring and enforcing SQL development standards across a multi-team engineering organization. Familiarity with Power BI Embedded and writing DAX-optimized SQL views including patterns for latest-run consumption. Exposure to Hangfire or similar job scheduling frameworks and their database footprint. Experience administering databases that support RPA/automation workflows with high-frequency insert/update patterns. Azure certifications (AZ-900, DP-300, or AZ-500) are a plus. Experience with SOC 2 Type II audit preparation and evidence collection at the database tier. Technology Environment Database Azure SQL Server (dbo, pbi, analytics, audit, support, watchtower schemas), SSMS, Azure Data Studio Backend API NET 8 / C# with Entity Framework (EF), ASP.NET Core Web API Migrations DbUp, Azure Elastic Jobs ETL / Reporting Analytics, ETL patterns, Power BI Embedded Caching Redis Observability Azure Monitor, Application Insights, OpenTelemetry, custom dashboards CI/CD GitHub, Azure DevOps Auth Auth0 with role-based access control, clinic-level data isolation Compliance HIPAA, SOC 2 Type II Compensation And Benefits Paid Time Off Health, dental, and vision insurance Competitive salary commensurate with experience Opportunity to shape a critical function at a growing healthcare technology company #J-18808-Ljbffr

Vacancy posted 4 days ago
Similar jobs that could be interesting for youBased on the Senior Database Administrator in Houston, TX vacancy
  •  ...Position Title Senior Snowflake Database Administrator Location Houston, TX Who are we looking for? We are looking for 8+ years of administrator experience in Snowflake Databases. The ideal candidate will be responsible for ensuring the availability, performance, and security... 
    Senior

    VBeyond

    Houston, TX
    2 days ago
  •  ...through security measures. The role requires strong communication skills and the ability to work both independently and collaboratively. Familiarity with Oracle and SQL databases, along with tools like JDE CNC is crucial for success in this position. #J-18808-Ljbffr... 
    Senior

    Tech Mirrors

    Houston, TX
    3 days ago
  •  ...Role description Oracle Database Administrator Primary Skill Have Good experience ORACLE as DBA Play Major Role in Oracle database maintenance monitoring and tuning activities Install and configure new databases based on best practices Perform... 
    Senior

    LTM

    Houston, TX
    2 days ago
  •  ...We are seeking a Senior Analyst for Oracle E-Business Systems, release R12.2.10 and above. This person will work effectively under minimal supervision and provide technical support for developing and supporting customizations and extensions covering modules in Finance... 
    Senior
    Long term contract
    Permanent employment

    Authority Partners

    Houston, TX
    3 days ago
  •  ...The Emery Company, LLC is seeking an experienced SQL Server Database Administrator (DBA) to manage the organization's database systems. You will be responsible for the installation, configuration, security, and performance of critical Microsoft SQL Server environments... 
    Senior

    The Emery Company, LLC

    Houston, TX
    4 days ago
  •  ...A global consulting firm located in Houston is seeking a Technology Analysis Senior to bridge business and technical solutions. This role involves analyzing business processes, client engagement, and delivering impactful revenue recognition strategies in a dynamic environment... 
    Senior

    Ernst & Young Oman

    Houston, TX
    4 days ago
  •  ...A healthcare technology company is looking for a hands-on Database Administrator to enhance the performance and reliability of their Azure SQL Server environment in Houston, Texas. The successful candidate will monitor database health, optimize queries, and ensure compliance... 
    Senior
    Work at office

    Octagos

    Houston, TX
    4 days ago
  •  ...Energy Transfer is looking for a Microsoft SQL Server Administrator in Houston, Texas. The candidate will manage and maintain production databases ensuring high availability, performance tuning, and security audits. Required qualifications include a Bachelor’s degree... 
    Senior

    Energy Transfer

    Houston, TX
    4 days ago
  •  ...Eaton Corporation is looking for a Database Administrator Specialist based in Houston, Texas. This role focuses on cloud implementations, security standards, and technical leadership across complex projects. Candidates must have at least 14 years of IT experience and... 
    Senior

    Eaton

    Houston, TX
    4 days ago
  • $55 - $62 per hour

    TEKsystems is seeking a Senior SQL DBA with AWS experience for a contract role that could lead to full-time employment. This remote position requires managing and optimizing SQL databases while ensuring security and high availability. The ideal candidate will possess strong... 
    Senior
    Remote job
    Full time
    Contract work

    TEKsystems

    Houston, TX
    3 days ago
  •  ...Overview: Role: Senior SQL DBA with AWS ( Architect Level ) Duration: 12 months...  ...systems. Configure and maintain database servers and processes, including monitoring...  ...and optimization SQL Server administration (Always On, Replication, Alerting)... 
    Senior
    2 days per week

    r2 Technologies, Inc.

    Houston, TX
    4 days ago
  •  ...Senior Oracle SCM Functional Consultant We are seeking an experienced Senior Oracle SCM Functional Consultant with deep expertise in Oracle SCM modules to lead design, implementation, and support of Supply Chain Management solutions. The ideal candidate will bring... 
    Senior

    Group Nine LLC

    Houston, TX
    1 day ago
  •  ...VBeyond Corporation in Houston, TX is seeking a Senior Snowflake Database Administrator with over 8 years of expertise in Snowflake databases. The ideal candidate will ensure performance, availability, and security of the data warehouse while providing 24/7 support. Key... 
    Senior

    VBeyond

    Houston, TX
    1 day ago
  • NAVA Software solutions is looking for a Sr. Oracle EBS Consultant Details: Sr Oracle EBS Consultant Location: Houston, TX. Hybrid Duration: 6-12 months Skills: Oracle EBS Procurement & Financial Expertise Oracle Order...
    Senior

    Nava Software Solutions

    Houston, TX
    1 day ago
  •  ...Title: Senior Enterprise DBA – Vulnerability Remediation Location - Downtown Houston Houston, Texas...  ...DBA experience Strong experience in database vulnerability remediation and patching Oracle Database administration (installations, upgrades, patching) Oracle Grid... 
    Senior
    Remote work
    Work from home
    Flexible hours

    Sparc Technology Services Inc

    Houston, TX
    22 hours ago
  •  ...A global consulting organization seeks a Senior Technology Analyst to support ERP projects and bridge the gap between business needs and technology solutions. You will analyze requirements, collaborate with teams, and ensure successful implementations of Oracle Financial... 
    Senior
    Flexible hours

    Ernst & Young Oman

    Houston, TX
    4 days ago
  • $77k - $202k

     ...provides transparency on the skills we need as individuals to be successful and progress in our careers, now and in the future. As a Senior Associate, you'll work as part of a team of problem solvers, helping to solve complex business issues from strategy to execution.... 
    Senior
    Full time
    Work experience placement
    H1b

    PwC

    Houston, TX
    22 days ago
  • A prominent data management firm in Houston is seeking a Senior Data Management Specialist with 7-10 years of experience. The ideal candidate will provide quality data to support critical business decisions and ensure the integrity and consistency of data management processes... 
    Senior

    US Corp2Corp

    Houston, TX
    4 days ago
  • NAVA Software solutions is looking for a Oracle Functional - Manufacturing consultant Details: Sr Oracle Manufacturing Functional consultant Location: Houston TX - 3 days/week onsite Duration: 6-12 months Client is looking for a consultant...
    Senior
    3 days per week

    Nava Software Solutions

    Houston, TX
    1 day ago
  • NAVA Software solutions is looking for a Sr. Oracle Manufacturing Functional Consultant Details: Sr. Oracle Manufacturing Functional consultant Location: Houston TX - 3 days/week onsite Duration: 12+ months Details: Fully functional...
    Senior
    3 days per week

    Nava Software Solutions

    Houston, TX
    1 day ago
  • NAVA Software solutions is looking for a Sr. Oracle Order Management/OTC Consultant Details: Sr. Oracle Order Management/OTC Consultant Location: Houston TX - 3 days/week onsite Duration: 12 months + Skills: Oracle SCM, Order Management...
    Senior
    3 days per week

    Nava Software Solutions

    Houston, TX
    1 day ago
  • $102.5k - $187.9k

     ...advises clients to understand, architect and implement the core applications and technology required to run their business. As a Senior in Application Design and Development, you will be at the forefront of developing and integrating user interfaces across diverse platforms... 
    Senior
    Summer holiday
    Flexible hours

    Ernst & Young Oman

    Houston, TX
    3 days ago
  • $124k - $280k

     ...provides transparency on the skills we need as individuals to be successful and progress in our careers, now and in the future. As a Senior Manager, you'll work as part of a team of problem solvers, helping to solve complex business issues from strategy to execution. PwC... 
    Senior
    Full time
    H1b

    PwC

    Houston, TX
    4 days ago
  • CBRE is looking for a Sales Support Sr. Coordinator in Houston, Texas, to provide advanced administrative support to a large office within the sales operations function. Your role will involve gathering documentation, coordinating schedules, and ensuring client communication... 
    Senior
    Work at office

    CBRE

    Houston, TX
    2 days ago
  • $114.14k - $156.61k

    Young World Physical Education is seeking a Principal Coach for School Improvement in Houston, Texas. The role involves coaching school principals to implement the Effective Schools Framework, aiming to advance learning environments and maximize student outcomes. Ideal...
    Senior

    Young World Physical Education

    Houston, TX
    3 days ago
  •  ...strong CAD skills and relevant experience, along with the ability to interpret engineering instructions. Positions are available for Senior and Principal levels, requiring a background in various engineering disciplines. A standard 40-hour work week is scheduled, with... 
    Senior

    OLH

    Houston, TX
    4 days ago
  •  ...OCI Database Administrator (DBA) Location: Houston, TX [Hybrid] Type: Long term contract Job Description: Deploy and configure Oracle Autonomous Transaction Processing (ATP) databases within OCI. Manage and maintain ATP environments to ensure high availability... 
    Long term contract

    Group Nine LLC

    Houston, TX
    1 day ago
  • Overview Enlist as a Soldier into the United States Army and become a certified Signals Collection Analyst (35S). You'll gather clues from radio frequencies and electronic signals to detect and collect coded foreign intelligence messages. You'll intercept and identify ...
    Civilian Contractor
    Permanent employment
    Relocation package

    Army Houston Recruiting Battalion

    Houston, TX
    4 days ago
  •  ...Role, Inc. is seeking a skilled Database Administrator to manage and maintain databases ensuring their security, reliability, and efficient performance. Responsibilities include installing database software, monitoring system performance, troubleshooting issues, and implementing... 

    ROLE

    Houston, TX
    3 days ago
  • Air Products is seeking a Global Head of People Analytics to lead the strategy for HR data, analytics, and insights. The role is key in transforming HR data into actionable workforce intelligence to support talent and workforce planning decisions. The successful candidate...
    Senior

    Tishman Speyer Properties

    Houston, TX
    22 hours ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Senior Database Administrator. Be the first to apply!