TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Interviews
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
What are impediments faced while migrating database from OnPrem to PaaS
By
Siddhesh Chavan
in
Azure
on
Jun 06
2024
0
510
1
Post Your Answer
Submit
Jun, 2024
17
Migrating a database from on-premises to Azure PaaS has multiple challenges:
Compatibility Issues
Data Types, Functions, Stored Procedures and Triggers
: Differences in data types and SQL functions. Need for rewriting or adjustments.
Performance Tuning
Resource Allocation
: Different resource management on Azure.
Indexing and Query Optimization
: Existing strategies might need re-evaluation.
Data Transfer
Data Volume
: Large data volumes can be time-consuming to transfer.
Downtime
: Minimizing downtime during migration.
Network Bandwidth
: Limited bandwidth can slow transfers.
Security and Compliance
Data Encryption
: Ensuring encrypted data in transit and at rest.
Access Control
: Reconfiguring user roles and access controls.
Compliance Requirements
: Meeting regulatory standards.
Application Dependencies
Tightly Coupled Applications
: Significant changes may be needed.
Connection Strings
: Updating and verifying connectivity.
Third-Party Integrations
: Ensuring compatibility.
Operational Challenges
Backup and Recovery
: Implementing backup and recovery strategies.
Monitoring and Alerting
: Setting up database health monitoring.
Disaster Recovery
: Establishing Azure-specific recovery plans.
Cost Management
Cost Estimation
: Accurately estimating Azure costs.
Cost Optimization
: Identifying cost-saving opportunities.
Testing and Validation
Functional Testing
: Ensuring database functionalities.
Performance Testing
: Meeting performance standards.
User Acceptance Testing (UAT)
: Validating with end-users.
0
Most Popular Job Functions
Developer (2375)
Programmer (1288)
Sr. Developer (826)
Sr. Programmer (449)
Fresher (398)
Tech Lead (376)
DBA (244)
Team Lead (187)
Project Lead (83)
Architect (27)
View All
MOST LIKED QUESTIONS
Why do you want to leave your current company?
What are the advantages of using REST in Web API?
What is ASP.NET Core?
How to iterate through ArrayList in jQuery?
What is the difference between TempData keep() and peek() function?
A class provides a default constructor for me. I write a constructor that takes a string as...
Can multiple catch blocks be executed in a C# program?
what is Sealed class
What were your responsibilities in your previous job ?
What Operating Systems Node.js Supports