12 Sql Development jobs in Saudi Arabia

Moving Database Files on SQL Server Always On

Riyadh, Riyadh mostafaelmasry

Posted 11 days ago

Job Viewed

Tap Again To Close

Job Description

I think all of us know how to move files for SQL Server databases from disk to another disk but today I will explain how we can do it on SQL Server always on to reduce the downtime and taking new backup to return the database to always-on again. Let us start on the technical steps.

  • Preparations Steps
  • Check the current DB Files locations
  • Check Always on Health Status
  • Disable all backup jobs on Primary and secondary servers
  • Suspend the data movement on Secondary server
  • Remove Database from Primary server
  • Update DB files by new disk location on secondary server
  • Stop SQL Server instance on Secondary server
  • Move (CUT) DB Files from old location to new Location (Past)
  • Start the SQL Server instance again
  • Verify the DB File Location Using T-SQL on the post
  • Join the DB to availability group from Primary server
  • Check SQL Server always on Health Status Using T-SQL on the post
  • Enable the SQL Server Jobs
  • Failover the SQL Server for Primary (X) to Secondary Server (Y) and do the same steps on (X)

Let’s Start The Technical Demo

Preparations Steps
  • Prepare your new disks
  • Make sure the security copied from old disk to new disk
Check the current DB Files locations Check Always on Health Status

SELECT sadc.database_name, ag.name AS ag_name, dhrs.is_local, dhrs.is_primary_replica, dhrs.synchronization_state_desc, dhrs.is_commit_participant, dhrs.synchronization_health_descFROM sys.dm_hadr_database_replica_states AS dhrs INNER JOIN sys.availability_databases_cluster AS sadc ON dhrs.group_id = sadc.group_id AND dhrs.group_database_id = sadc.group_database_id INNER JOIN sys.availability_groups AS ag ON ag.group_id = dhrs.group_id INNER JOIN sys.availability_replicas AS sar ON dhrs.group_id = sar.group_id AND dhrs.replica_id = sar.replica_id;

Now we will do our Activity on the secondary then after it, you can do failover and do the same steps on the primary node that it will be secondary node after failover

Disable all backup jobs on Primary and secondary servers

You should stop the backup to avoid any new log backup can be taken during this activity otherwise you will need to do restore for logs backup on secondary server to be able to join the Db again to availability IF you are taking backup using SQL Server native mode use below script and if you are using any third-party tool disable the SQL account of this tool in all nodes.

USE MSDB;GOUPDATE MSDB.dbo.sysjobsSET Enabled = 0WHERE Enabled = 1and name = 'backup Job Name'GO

Suspend the data movement on Secondary server

USE MASTERGOALTER DATABASE (DEMO_MOVE_DB) SET HADR SUSPENDGOALTER DATABASE (DEMO_MOVE_DB) SET HADR OFF;

Remove Database from Primary server

USE MASTERGOALTER AVAILABILITY GROUP (DEMO_HAG) REMOVE DATABASE (DEMO_MOVE_DB);

Update DB files by new disk location on secondary server

USE MASTERGOALTER DATABASE DEMO_MOVE_DB MODIFY FILE (NAME = DEMO_MOVE_DBlog, FILENAME = 'F:logdbfilesDEMO_MOVE_DB.ldf');

LAST STEPS
  • Stop SQL Server instance on Secondary server
  • Move (CUT) DB Files from old location to new Location (Past)
  • Start the SQL Server instance again
  • Verify the DB File Location Using T-SQL on the post
  • Join the DB to availability group from Primary server
  • Check SQL Server always on Health Status Using T-SQL on the post
  • Enable the SQL Server Jobs
  • Failover the SQL Server for Primary (X) to Secondary Server (Y) and do the same steps on (X)

I am Microsoft database consultant working as a Database administrator for more than +10 Years I have very good knowledge about Database Migration, Consolidation, Performance Tuning, Automation Using T-SQL, and PowerShell and so many other tasks I do it in multiple customers here in KSA and as of now, I am working in Bank Albilad managing the core banking system that is hosted in SQL Server Database 8 TB. Also, I am Microsoft certified 2008 and 2016 in SQL Server (2x MCTS, 2x MCTIP, MCSA, MCSE) and I am Microsoft Certified Trainer (MCT) also I am azure Certified (AZ-900, AZ-103) also I was awarded by Microsoft Azure Heroes 3 times as (Azure Content hero, Azure Community hero and Azure Mentor) For more information check my page View all posts by Mustafa EL-Masry

One thought on “ Moving Database Files on SQL Server Always On ” #J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.

Database Engineer

Hiring organization

Posted today

Job Viewed

Tap Again To Close

Job Description

Position title
- Database Engineer
- Responsibilities
- Supporting databases, detecting the causes of malfunctions and problems related to databases, and reducing repetition its occurrence
- Prepare recommendations for database development (e.g., server tuning, base capabilities, and others) to correct errors and solve problems
- Design, implement and maintain database systems and respond to technical requirements
- Monitor and improve the performance, capabilities, and capacity of databases
- Managing database usage and users' access to data
- Manage database security and backup procedures
- Prepare and update additional database backups for testing, development, and production
- Participate in preparing emergency data recovery plans
- Work in coordination with other technical teams to solve technical problems
- Ensure maximum readiness of database systems.
This advertiser has chosen not to accept applicants from your region.

Database Engineer

Hiring organization

Posted today

Job Viewed

Tap Again To Close

Job Description

Position title
- Database Engineer
- Responsibilities
- Supporting databases, detecting the causes of malfunctions and problems related to databases, and reducing repetition its occurrence
- Prepare recommendations for database development (e.g., server tuning, base capabilities, and others) to correct errors and solve problems
- Design, implement and maintain database systems and respond to technical requirements
- Monitor and improve the performance, capabilities, and capacity of databases
- Managing database usage and users' access to data
- Manage database security and backup procedures
- Prepare and update additional database backups for testing, development, and production
- Participate in preparing emergency data recovery plans
- Work in coordination with other technical teams to solve technical problems
- Ensure maximum readiness of database systems.
This advertiser has chosen not to accept applicants from your region.

DevOps Database Engineer

Riyadh, Riyadh Klanik

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description

Get AI-powered advice on this job and more exclusive features.

Direct message the job poster from Klanik

We are looking for DevOps Database Engineer to be part of our dynamic team at KLANIK in Riyadh !

We are looking for a skilled DevOps Database Engineer to support the deployment, performance, and reliability of our cloud-based data infrastructure. In this role, you’ll collaborate closely with engineering teams to ensure our transactional databases and analytics platforms are scalable, resilient, and efficient.

Key Responsibilities:

  • Manage and troubleshoot data infrastructure within a microservices environment.
  • Design, implement, and optimize cloud database and analytics solutions.
  • Serve as a key technical partner to engineering teams for data platform initiatives.
  • Drive performance tuning, optimization, and incident resolution across database services.
  • Provide technical insights and guidance on data migration and modernization strategies.
  • Create documentation, technical guides, and internal knowledge-sharing content.
  • Participate in root cause analysis and offer after-hours support for critical incidents when necessary.

Preferred Qualifications:

  • 5+ years of hands-on experience with cloud database platforms such as PostgreSQL, MongoDB, Cosmos DB, DynamoDB, RDS, Aurora, ElastiCache, Kafka, Spark, HDInsight, Firestore, or Cloud Spanner.
  • Solid experience with ELT/ETL data pipeline development.
  • Strong understanding of data migration in high-volume, production-grade environments.
  • Skilled in performance tuning, backup and recovery strategies, and partitioning techniques.
  • Proficiency with infrastructure-as-code tools like Terraform .
  • Familiarity with DevOps practices and tools for automation and cloud deployment.
  • Excellent communication skills and the ability to explain complex technical topics to cross-functional teams.
  • Join us to build and support the data backbone of scalable cloud-native applications.

About KL ANIK:

KLANIK is an IT consulting company providing solutions to some of the world’s largest industrial and services groups for 14 years. We support our clients with the creation and development of their new products and services around 4 main business lines:

Information Technology and Systems (IT & IS)

DevOps and Cloud

Big Data and AI

Cybersecurity

Klanik is a community of +400 passionate experts empowering clients in 6 countries throughout Europe, Middle East and the Americas. Our Team is dedicated to offer our global clients project support while guaranteeing a consistent level of service alongside a commitment to excellence and strong corevalues. We’re always looking for smart, talented, driven, down-to-earth, fun-to-work-with people who want to make a positive and meaningful

Being a KLANIK

“KLANIK” Being a KLANIK means being an out of the box thinker, a precursor who is keen to create, innovate and collaborate in an environment where you can enjoy being yourself and valued for your ideas. It’s being part of a community of experts that have a passion for and stay abreast of the latest technologies. You feel like a technology pioneer, full of creative ideas, supported by a strong know how and expertise in the latest technologies? We believe you could be a good fit

Our culture is

Our pride At Klanik, we believe that we are stronger together than we are alone. Trust, ethics, respect and transparency are deeply fixed in our culture, alongside with the pride in a job well done. Our community motto is that people give the best of them when they feel listened, expected and empowered to develop themselves. Therefore the better we treat our people, the bigger the success they will achieve. We apply those values on day to day basis among our teams, with our clients and even with our competitors. Being part of the Klanik community means relying on each other’s, learning from each other’s and growing all together. Our community fosters creativity, innovation and development within our teams to tackle more and more complex challenges and deliver the best solutions to our clients.

Seniority level
  • Seniority level Not Applicable
Employment type
  • Employment type Full-time
Job function
  • Job function Information Technology
  • Industries IT Services and IT Consulting

Referrals increase your chances of interviewing at Klanik by 2x

Sign in to set job alerts for “Database Engineer” roles. Presales Engineer ( Data analytics, cloud, AI, and application development ) Presales Engineer (Data analytics, cloud, AI, and application development) Presales Engineer (SDLC, API Management, Cloud, Data & AI) Senior Customer Engineer, Data Management, Google Cloud Platform (Arabic, English) Database Administrator - PostgreSQL (Banking experience is must) Senior Systems Engineer - (Data Protection Solutions) (Saudi National ) Senior Untructured Data Systems Engineer (Saudi National)

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.

Senior Database Reliability Engineer

Riyadh, Riyadh HALA

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description

Join to apply for the Senior Database Reliability Engineer role at HALA

Join to apply for the Senior Database Reliability Engineer role at HALA

Get AI-powered advice on this job and more exclusive features.

Who Are We

HALA is a leading fintech player in the MENAP region that aims to redefine financial services and build the future bank of SMEs. HALA aims at empowering SMEs to start, run, and grow their businesses by providing them with cutting-edge financial and technological tools.

Who Are We

HALA is a leading fintech player in the MENAP region that aims to redefine financial services and build the future bank of SMEs. HALA aims at empowering SMEs to start, run, and grow their businesses by providing them with cutting-edge financial and technological tools.

HALA currently holds multiple entities in UAE, Saudi Arabia and Egypt (including HALA Payments, HALA Cashier and HALA Logistics) and offers solutions that enable merchants to digitize their payments as well as manage their sales and operations.

Founded in 2017, HALA is currently duly licensed by the Saudi Arabian Central Bank as well as the Financials Services Regulatory Authority (FSRA) in Abu Dhabi Global Market.

Responsibilities

  • Architect, design, and implement highly available, scalable, and resilient database solutions, defining standards for sharding, replication, and failover.
  • Lead the automation of all databases operational tasks, including provisioning, backups, patching, upgrading, and scaling, to minimize toil and improve efficiency.
  • Develop and manage comprehensive monitoring and observability for all database systems, establishing key SLOs/SLIs and creating actionable alerting.
  • Act as the primary point of escalation for complex database incidents, leading post-mortems and driving long-term remediation to prevent recurrence.
  • Define and enforce database security best practices, working closely with security teams to manage access controls, encryption, and auditability.
  • Own database performance tuning and capacity planning, proactively identifying and resolving performance bottlenecks through query optimization and infrastructure scaling.
  • Provide technical leadership and mentorship to junior engineers and development teams on database best practices, schema design, and query optimization.

Skills

  • Proficiency in infrastructure-as-code (IaC) with tools like Terraform or Ansible, and strong scripting skills (Python, Go, or Bash) for automation.
  • Expert knowledge of database monitoring, observability, and alerting strategies using tools like Prometheus, Grafana, or Dynatrace.
  • Strong understanding of database high availability (HA), disaster recovery (DR), sharding, replication, and data-tier architecture for scalability and resilience.

Experience

6+ years of progressive experience in database administration, database engineering, or a dedicated DBRE role. Proven track record of managing large-scale, high-throughput production database environments.

What We Offer You

We believe you will love working at HALA!

  • We have an inclusive and diverse culture that encourages innovation and flexibility in remote, in-office, and hybrid work setups.
  • We offer highly competitive compensation packages, including the potential for shares.
  • We prioritize personal development and offer regular training and an annual learning stipend to tackle new challenges and grow your career in a hyper-growth environment.
  • Join a talented team of over 30 nationalities working in 7 countries and gain valuable experience in an exciting industry.
  • We offer autonomy, mentoring, and challenging goals that create incredible opportunities for both you and the company.
  • You will be given a lot of responsibility and trust. We believe that the best results come when the people responsible for a function are given the freedom to do what they think is best.

If you think you have what it takes to join a remarkable team #apply_now

Seniority level
  • Seniority level Mid-Senior level
Employment type
  • Employment type Full-time
Job function
  • Job function Engineering and Information Technology

Referrals increase your chances of interviewing at HALA by 2x

Get notified about new Senior Reliability Engineer jobs in Riyadh, Riyadh, Saudi Arabia .

Maintenance Engineer / Facilities supervisor , Reliability Maintenance Engineering Senior Site Reliability / Gitops Engineer Principal Fire Engineer / Consultant - Mechanical and Electrical Fire systems

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.

Senior Database Reliability Engineer

Riyadh, Riyadh Hala

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description


HALA is a leading fintech player in the MENAP region that aims to redefine financial services and build the future bank of SMEs. HALA aims at empowering SMEs to start, run, and grow their businesses by providing them with cutting-edge financial and technological tools.


HALA currently holds multiple entities in UAE, Saudi Arabia and Egypt (including HALA Payments, HALA Cashier and HALA Logistics) and offers solutions that enable merchants to digitize their payments as well as manage their sales and operations.


Founded in 2017, HALA is currently duly licensed by the Saudi Arabian Central Bank as well as the Financials Services Regulatory Authority (FSRA) in Abu Dhabi Global Market.

Responsibilities:

  • Architect, design, and implement highly available, scalable, and resilient database solutions, defining standards for sharding, replication, and failover.
  • Lead the automation of all databases operational tasks, including provisioning, backups, patching, upgrading, and scaling, to minimize toil and improve efficiency.
  • Develop and manage comprehensive monitoring and observability for all database systems, establishing key SLOs/SLIs and creating actionable alerting.
  • Act as the primary point of escalation for complex database incidents, leading post-mortems and driving long-term remediation to prevent recurrence.
  • Define and enforce database security best practices, working closely with security teams to manage access controls, encryption, and auditability.
  • Own database performance tuning and capacity planning, proactively identifying and resolving performance bottlenecks through query optimization and infrastructure scaling.
  • Provide technical leadership and mentorship to junior engineers and development teams on database best practices, schema design, and query optimization.

Skills:

  • Proficiency in infrastructure-as-code (IaC) with tools like Terraform or Ansible, and strong scripting skills (Python, Go, or Bash) for automation.
  • Expert knowledge of database monitoring, observability, and alerting strategies using tools like Prometheus, Grafana, or Dynatrace.
  • Strong understanding of database high availability (HA), disaster recovery (DR), sharding, replication, and data-tier architecture for scalability and resilience.

Experience:

6+ years of progressive experience in database administration, database engineering, or a dedicated DBRE role. Proven track record of managing large-scale, high-throughput production database environments.

What We Offer You
We believe you will love working at HALA!

  • We have an inclusive and diverse culture that encourages innovation and flexibility in remote, in-office, and hybrid work setups.
  • We offer highly competitive compensation packages, including the potential for shares.
  • We prioritize personal development and offer regular training and an annual learning stipend to tackle new challenges and grow your career in a hyper-growth environment.
  • Join a talented team of over 30 nationalities working in 7 countries and gain valuable experience in an exciting industry.
  • We offer autonomy, mentoring, and challenging goals that create incredible opportunities for both you and the company.
  • You will be given a lot of responsibility and trust.We believe that the best results come when the people responsible for a function are given the freedom to do what they think is best.
If you think you have what it takes to join a remarkable team #apply_now Apply for this job

*

indicates a required field

First Name *

Last Name *

Email *

Phone

Resume/CV

Enter manually

Accepted file types: pdf, doc, docx, txt, rtf

Enter manually

Accepted file types: pdf, doc, docx, txt, rtf

LinkedIn Profile

Website

What is your current salary? *

What is your expected salary? *

Are you Saudi? * Select.

What is your nationality? * Select.

What is your notice period? * Select.

Are you living in Riyadh? * Select.

When is your available times for an interview? * Select.

Have +5 years experience in this field * Select.

Have you held any leadership positions?If yes, kindly, describe *

If you held any leadership positions, kindly mention, how do you motivate your team? *

What do you know about Hala?And why you want to work for Hala? *

Do you have +6 years' experience in this field? *

Kindly, write down professional certificates you have *

#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.

Senior Database Reliability Engineer Riyadh, Riyadh, Saudi Arabia

Riyadh, Riyadh Hala group

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description


HALA is a leading fintech player in the MENAP region that aims to redefine financial services and build the future bank of SMEs. HALA aims at empowering SMEs to start, run, and grow their businesses by providing them with cutting-edge financial and technological tools.


HALA currently holds multiple entities in UAE, Saudi Arabia and Egypt (including HALA Payments, HALA Cashier and HALA Logistics) and offers solutions that enable merchants to digitize their payments as well as manage their sales and operations.


Founded in 2017, HALA is currently duly licensed by the Saudi Arabian Central Bank as well as the Financials Services Regulatory Authority (FSRA) in Abu Dhabi Global Market.

Responsibilities:

  • Architect, design, and implement highly available, scalable, and resilient database solutions, defining standards for sharding, replication, and failover.
  • Lead the automation of all databases operational tasks, including provisioning, backups, patching, upgrading, and scaling, to minimize toil and improve efficiency.
  • Develop and manage comprehensive monitoring and observability for all database systems, establishing key SLOs/SLIs and creating actionable alerting.
  • Act as the primary point of escalation for complex database incidents, leading post-mortems and driving long-term remediation to prevent recurrence.
  • Define and enforce database security best practices, working closely with security teams to manage access controls, encryption, and auditability.
  • Own database performance tuning and capacity planning, proactively identifying and resolving performance bottlenecks through query optimization and infrastructure scaling.
  • Provide technical leadership and mentorship to junior engineers and development teams on database best practices, schema design, and query optimization.

Skills:

  • Proficiency in infrastructure-as-code (IaC) with tools like Terraform or Ansible, and strong scripting skills (Python, Go, or Bash) for automation.
  • Expert knowledge of database monitoring, observability, and alerting strategies using tools like Prometheus, Grafana, or Dynatrace.
  • Strong understanding of database high availability (HA), disaster recovery (DR), sharding, replication, and data-tier architecture for scalability and resilience.

Experience:

6+ years of progressive experience in database administration, database engineering, or a dedicated DBRE role. Proven track record of managing large-scale, high-throughput production database environments.

What We Offer You
We believe you will love working at HALA!

  • We have an inclusive and diverse culture that encourages innovation and flexibility in remote, in-office, and hybrid work setups.
  • We offer highly competitive compensation packages, including the potential for shares.
  • We prioritize personal development and offer regular training and an annual learning stipend to tackle new challenges and grow your career in a hyper-growth environment.
  • Join a talented team of over 30 nationalities working in 7 countries and gain valuable experience in an exciting industry.
  • We offer autonomy, mentoring, and challenging goals that create incredible opportunities for both you and the company.
  • You will be given a lot of responsibility and trust.We believe that the best results come when the people responsible for a function are given the freedom to do what they think is best.
If you think you have what it takes to join a remarkable team #apply_now Apply for this job

*

indicates a required field

First Name *

Last Name *

Email *

Phone

Resume/CV

Enter manually

Accepted file types: pdf, doc, docx, txt, rtf

Enter manually

Accepted file types: pdf, doc, docx, txt, rtf

LinkedIn Profile

Website

What is your current salary? *

What is your expected salary? *

Are you Saudi? * Select.

What is your nationality? * Select.

What is your notice period? * Select.

Are you living in Riyadh? * Select.

When is your available times for an interview? * Select.

Have +5 years experience in this field * Select.

Have you held any leadership positions?If yes, kindly, describe *

If you held any leadership positions, kindly mention, how do you motivate your team? *

What do you know about Hala?And why you want to work for Hala? *

Do you have +6 years' experience in this field? *

Kindly, write down professional certificates you have *

#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.
Be The First To Know

About the latest Sql development Jobs in Saudi Arabia !

IT Database Systems Engineer Jobs in Saudi Arabia

Riyadh, Riyadh Talent Pal

Posted today

Job Viewed

Tap Again To Close

Job Description

IT Database Systems Engineer Jobs In Saudi Arabia | GategroupJob Responsibilities: Technical responsibility of Database administrative services. Administer and maintain Oracle, MS-SQL, PostgreSQL and RDS IaaS and PaaS databases running on AWS/Azure Cloud. Support complex and business-critical technical projects implementing in-house and customer-facing solutions in the catering and onboard retail domain. Routine maintenance including problem defect analysis and resolution, space, storage, object management, physical database layout, rollback segment management, and temporary space management. Provide patch management and distribution capabilities to prevent new threats with minimized physical infrastructure impact. Create and test data backups. Provide data cleansing services, verifies data integrity, and implement access controls. Support System development, Migration and Integration efforts as needed. Plan and respond to service outages including backup and restore. Assist developers of data exposure services with the engagement of the various databases. Perform database configuration, monitoring, and tuning. Train Servicedesk & support engineers on simple incident resolutions. Coordinate with vendors and support teams on problem resolution, design issues and upgrades.

**Job Requirements**: Bachelor’s Degree in information technology or equivalent. Deep understanding of Oracle 6.4, 7.6, Oracle ASM Cluster, MS-SQL, MS SQL Always On, PostgreSQL, and AWS RDS is a must. Experience in installation and support of Oracle RAC, Super Cluster and 11.5.10.2 and 12c databases. Experience upgrading Oracle and MS-SQL databases. Understanding of database technologies and associated architectural considerations. Knowledge of ITIL v3/v4 processes. Expert, high-level knowledge of legacy and emerging technologies landscape. Understanding of key infrastructure technologies and associated architectural considerations. Experience transforming classical middleware architectures to modern cloud-native environments. #J-18808-Ljbffr

This job has been sourced from an external job board.
This advertiser has chosen not to accept applicants from your region.

SQL developer

Jaish Global Tech Private Limited

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description

Join to apply for the SQL developer role at Jaish Global Tech Private Limited

Join to apply for the SQL developer role at Jaish Global Tech Private Limited

Jaish Global Tech Private Limited provided pay range

This range is provided by Jaish Global Tech Private Limited. Your actual pay will be based on your skills and experience — talk with your recruiter to learn more.

Base pay range

Established in 2019, Jaish Global has rapidly evolved into a distinguished solution provider in the cybersecurity space and SI integrator in Digital Transformation using Machine Learning & Artificial Intelligence. Jaish Global Consultancy is an Umbrella company certified by ISO 9001:2015 and ISO 27001. Our unwavering focus on quality and innovative niche technology solutions creates a true edge. Our commitment to excellence has positioned us as a trusted technology-driven organization, safeguarding customer businesses from the ever-evolving landscape of cyber threats and creating business values in customers' enterprise portfolios using our AI tools and services. We never stop pushing the boundaries of what is possible. We are always learning, growing, and re-skilling in Technology solutions and process mapping to stay at the forefront of the industry. Our dynamic culture reflects our drive to be the best. We are providing the services to our customers keeping in view to -> Quick response to change and support for enterprise agility aligned with the business strategy -> Organizational transformation, adopting new trends in business and technology -> Organizational change to support Digital Transformation -> Organizational and operating model changes to improve efficiency and effectiveness -> Lower business operation costs Improved business productivity -> Extending the effective reach of the enterprise (e.g., through digital capability)

The Role

Role Overview

We are seeking a skilled and enthusiastic SQL Developer to join our growing data team. In this role, you will be responsible for designing, developing, and maintaining databases and data solutions. The ideal candidate will have a strong understanding of SQL and database principles, with a proven track record of optimizing database performance and ensuring data integrity.

Responsibilities

  • Design, develop, and implement database solutions, including tables, views, stored procedures, and functions.
  • Write complex SQL queries to retrieve, manipulate, and analyze data.
  • Optimize database performance for speed and efficiency.
  • Ensure data quality, accuracy, and consistency.
  • Troubleshoot and resolve database issues.
  • Collaborate with developers, analysts, and other stakeholders to understand data requirements.
  • Create and maintain database documentation.
  • Participate in database design and code reviews.
  • Stay up-to-date with the latest SQL Server features and database technologies.
  • Develop ETL processes to move data between databases.

Ideal Profile

Qualifications

  • Bachelor's degree in Computer Science, Information Systems, or a related field.
  • 2-3 years of experience as a SQL Developer.
  • Strong proficiency in SQL (e.g., T-SQL, PL/SQL).
  • Experience with database management systems such as SQL Server, MySQL, or Oracle.
  • Understanding of database design principles and normalization.
  • Experience with query optimization and performance tuning.
  • Knowledge of data warehousing concepts.
  • Excellent analytical and problem-solving skills.
  • Strong communication and collaboration skills.
  • Ability to work independently and as part of a team.

Preferred Skills

  • Knowledge of database administration tasks.
  • Familiarity with cloud-based database services (e.g., Azure SQL Database, Amazon RDS, Snowflake).
  • Experience with data visualization tools (e.g., Power BI, Tableau).
  • Knowledge of scripting languages (e.g., Python, PowerShell).

What's on Offer?

  • Fantastic work culture

Seniority level
  • Seniority level Mid-Senior level
Employment type
  • Employment type Full-time
Job function
  • Job function Information Technology
  • Industries Manufacturing, Industrial Machinery Manufacturing, and Maritime Transportation

Referrals increase your chances of interviewing at Jaish Global Tech Private Limited by 2x

Get notified about new SQL Developer jobs in Saudi Arabia .

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.

Senior Oracle APEX Developer (with PL/SQL Expertise)

Riyadh, Riyadh 700Apps

Posted 12 days ago

Job Viewed

Tap Again To Close

Job Description

  • Develop and maintain PL/SQL code for various applications.
  • Design and implement Oracle Forms and Reports to meet user requirements.
  • Collaborate with business analysts and users to gather requirements and translate them into technical specifications.
  • Optimize and tune SQL queries and PL/SQL code for performance.
  • Create and manage Oracle APEX applications, ensuring functionality and user experience.
  • Conduct unit testing and debugging of applications and databases.
  • Maintain documentation of database designs, processes, and procedures.
  • Provide support for database-related issues and assist in troubleshooting.
  • Bachelor’s degree in Computer Science, Information Technology, or a related field.
  • Minimum of 5 years of experience in PL/SQL programming, 5 years of experience with Oracle Forms and Reports, and at least 2 years of experience in Oracle APEX development.
  • Strong proficiency in Oracle Database and PL/SQL.
  • Experience with Oracle Forms and Reports development.
  • Familiarity with Oracle APEX for application development.
  • Knowledge of performance tuning and optimization techniques.
  • Understanding of database design and architecture principles.
  • Oracle Certified Professional (OCP) certification.
  • Experience with additional programming languages or technologies related to database management.
#J-18808-Ljbffr
This advertiser has chosen not to accept applicants from your region.
 

Nearby Locations

Other Jobs Near Me

Industry

  1. request_quote Accounting
  2. work Administrative
  3. eco Agriculture Forestry
  4. smart_toy AI & Emerging Technologies
  5. school Apprenticeships & Trainee
  6. apartment Architecture
  7. palette Arts & Entertainment
  8. directions_car Automotive
  9. flight_takeoff Aviation
  10. account_balance Banking & Finance
  11. local_florist Beauty & Wellness
  12. restaurant Catering
  13. volunteer_activism Charity & Voluntary
  14. science Chemical Engineering
  15. child_friendly Childcare
  16. foundation Civil Engineering
  17. clean_hands Cleaning & Sanitation
  18. diversity_3 Community & Social Care
  19. construction Construction
  20. brush Creative & Digital
  21. currency_bitcoin Crypto & Blockchain
  22. support_agent Customer Service & Helpdesk
  23. medical_services Dental
  24. medical_services Driving & Transport
  25. medical_services E Commerce & Social Media
  26. school Education & Teaching
  27. electrical_services Electrical Engineering
  28. bolt Energy
  29. local_mall Fmcg
  30. gavel Government & Non Profit
  31. emoji_events Graduate
  32. health_and_safety Healthcare
  33. beach_access Hospitality & Tourism
  34. groups Human Resources
  35. precision_manufacturing Industrial Engineering
  36. security Information Security
  37. handyman Installation & Maintenance
  38. policy Insurance
  39. code IT & Software
  40. gavel Legal
  41. sports_soccer Leisure & Sports
  42. inventory_2 Logistics & Warehousing
  43. supervisor_account Management
  44. supervisor_account Management Consultancy
  45. supervisor_account Manufacturing & Production
  46. campaign Marketing
  47. build Mechanical Engineering
  48. perm_media Media & PR
  49. local_hospital Medical
  50. local_hospital Military & Public Safety
  51. local_hospital Mining
  52. medical_services Nursing
  53. local_gas_station Oil & Gas
  54. biotech Pharmaceutical
  55. checklist_rtl Project Management
  56. shopping_bag Purchasing
  57. home_work Real Estate
  58. person_search Recruitment Consultancy
  59. store Retail
  60. point_of_sale Sales
  61. science Scientific Research & Development
  62. wifi Telecoms
  63. psychology Therapy
  64. pets Veterinary
View All Sql Development Jobs