Python -Error handling & Retry in SQL Server on Ubuntu No.93
How to implement the error handling and retry with some interval in SQL Server on Ubuntu by Python is shown in this blog. Contents ▼1. Why do we need an error handling and an retry logic?▼2. Prerequisites▼3. Creating the Python code to implement the error handling & retry logic3-1. Developing a python code for an error handling and a retry logic3-2. Results for this code▼4. Reference▼1. Why do we need an error handling and an retry logic? We often use a cloud service and a remote service through the network. if the network intermittently cause something problems, the client application cannot access these services and will stop. to avoid this … Continue reading “Python -Error handling & Retry in SQL Server on Ubuntu No.93”