Migrating backend to an Sql Server

REZ

Member
Local time
Today, 10:02
Joined
May 17, 2022
Messages
53
Hi,

I need to migrate my backends to a cloud Sql Server to allow users to work from home.
I've been working on Access for quite a few years, but I'm completely lost with Sql servers.
Can anyone give me step by step instructions?
Thank you
 
Thank you.
I tried doing some online research a while ago, but got very confused.
I'll have a look at the link you sent me
 
but the best internet connection provides less than 10% of the speed of the average LAN

think you are being a bit harsh - I've used linked tables to a sql azure backend with reasonable success - response times are good providing you do the usual things of basing forms on queries that return minimal records, don't use domain functions or UDF's, etc- and of course a decent network connection. Also been able to connect to a web based mySQL database, again with decent performance. Longer term, moving the heavy lifting to the BE also shows benefits. In both cases, performance not as good as terminal server/citrix.

Only rewriting required was some renaming of tables - and of course, relinking.

But don't disagree with your recommendation - if the objective is to enable people to work from home, then terminal server/citrix is an easier way to go. Alternatively consider VPN. One of my clients I support uses an access BE via VPN - every user connects via remote desktop when away from the office and I've found that has the same performance levels. But they have invested in decent resources.

@REZ - you've stated your objective - to enable users to work from home. Moving the BE to sql server is one potential solution but a lot depends on your budget, existing resources, the bandwidth of users home broadband and who is going to support it - not just the maintenance of the BE but the infrastructure the BE runs on.
 
Yes I've used corporate cloud, but I've also spent several months using the cheapest azure (i.e. lowest resourced and hosted by MS) to get a feel for how it works. Budgeting for licensing can be a nightmare as you can opt for services along the lines of 'pay as you use' (my term). A sudden burst of activity either slows everyone down or if you have opted for 'pay as you use' additional resources are put into place (up to a limit set by yourself)- and then reduces when the activity reduces. What you use is broken down into various areas - type of server (HDD or SSD), amount of storage, level of network traffic, number of connections etc
 
I'm sure there are companies out there who cloud convert Access databases. The reason I am sure is that my company is one of them. Runs quick, not expensive. Speed depends on a ton of things.
 
Can you tell me more about your company? What exactly does it offer? do you have a website I can get more info?
 
I'm unsure about how promotional restrictions work in this forum; I've sent you a message with a few details.
 

Users who are viewing this thread

Back
Top Bottom