Thank you for being patient while we are working on this issue.
Issue:
- You are using an Azure SQL DB free tier and not able to see tables you created earlier.
- You are also not able to connect to your Azure SQL DB free Tier from R studio
Cause:
Free Azure SQL DB vcores were all utilized.
Did not install ODBC Driver for SQL
Resolution:
Check the overview page for the database on the Azure portal to see whether you have any remaining free credits for the month. If you choose the Auto-pause the database until next month option, once the free limits are met, the database in inaccessible until the start of the next calendar month. To continue usage with charges, go to the Compute + Storage tab and change the option to enable billing for usage of the database beyond the free amount.
Connecting from your Azure SQL Free Tier from R studio
We have successfully installed ODBC Driver from https://learn.microsoft.com/en-gb/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver15
You Tube example: https://www.youtube.com/watch?v=61BzALfuvLQ
Install the required packages: ODBC, DBI
Please don't forget to mark as accept answer if the reply were helpful.
Regards,
Oury