SOLVED

Build sql server backend and Microsoft Access as the frontend?

Copper Contributor

 

Hello team,

I need to build a database to build sql server backend and Microsoft Access as the frontend.

How to get started on it?

I built a database in the past both backend and frontend were in Microsoft Access. 

@CloudsInTheSky

 

14 Replies
best response confirmed by CloudsInTheSky (Copper Contributor)
Solution

@CloudsInTheSky 

Where will you deploy the SQL Server instance you'll use? Do you already have one available? 
You can download the FREE SQL Server Express and install it on your computer or a network server available to you.

Download and install SQL Server Migration Assistant for Access. 

It will allow you to migrate your data from the Access accdb to the SQL Server where your database will reside.

Be sure to take plenty of time to configure the datatypes for your new SQL Server tables to be sure they are compatible and appropriate for YOUR specific database.

Also, download and install the latest ODBC driver for SQL Server. You'll need this to establish the links from Access to the new SQL Server database.


Finally, invest plenty of time reviewing some basic information about designing your Access front end to work well with SQL Server. There is a great deal to say along those lines, so I'll just point to a good starting point.  

Good luck with your project.

 

@CloudsInTheSky 

 

One other consideration occurs to me re-reading your post. If you've only built one previous relational database application, then I STRONGLY, STRONGLY urge you to learn as much as you can about the process of designing properly normalized relational database applications before you tackle this project. Table design is crucial. If done right, things go well from the beginning. If not done properly, you're database will be inflexible, unreliable and hard to maintain, even more so with a SQL Server back end. 

 

 

MS Access & SQL Server are a perfect combination because you can develop very super fast. But:
1. MS Access is very hard to learn.
2. SQL Server require data relationship knowledgement.
We have a help group, registered at Microsoft, to help people to start: Microsoft Access PR DBA (www.MSAccessPR.com).
Contact us at Help@MSAccessPR.com or Jose.Cardona@MSAccess.net (English & Spanish).
Call 787-236-0695 (Spanish only, sorry).
Hello George,
Thanks for the response.
I have clear understanding of RDBM system. I followed all the rules and they were running successfully. Just want to know how to take SQL server as a backend.
I appreciate your response.
CloudsInTheSky
Hello Papo_Cardona_msn,
I already know Access, relational database management and t-sql. I created relation database management applications before. Now, I want to get started on having SQL Server as a backend.
Respectfully,
CloudsInTheSky
What is totoally free? help?
I know the basics and RDBM system very well. I write sql and t-sql.
Regards,
CloudsInTheSky

@CloudsInTheSky 
That's good. You mentioned one previous Access relational database application, which could be taken to suggest limited experience. One thing I've learned from many years of participating in on-line forums like this is not to make too many assumptions. I take it that you have extensive experience with other RDBM systems like SQL Server, Postgres, Oracle or MySQL, then?

 

The SQL Server Express version is a free download. You can install it on your local computer or on a network. It's not intended to be an enterprise database, but for smaller applications it is quite adequate. 

I know of a number of small organizations which have successfully implemented it for applications supporting more than 5 or 10 individuals. It is a great way to get started without investing hundreds of dollars in licenses for one of the other versions. Of course, if your organization already has a SQL Server available to you, you could work with the DBAs to obtain permissions for it.

 

 

Are these two tools SQL Server Migration Assistant for Access and latest ODBC driver for SQL Server complicated to install?
I have SQL Server and Microsoft Access on my computer.
Regards,
CloudsInTheSky

@CloudsInTheSky 

Not at all complicated. I've done it numerous times with no problems. The only thing that comes to mind is that you must match the bitness of the ODBC driver you select (32 or 64) to match the bitness of your MS Office applications. That means downloading that appropriate version.

I have experience with Microsoft Access, SQL Server and Relational Database Management System.
Regards,
CloudsInTheSky
It sounds like you are well on the way then.
Good luck with the project.
Which link do you mean?
1 best response

Accepted Solutions
best response confirmed by CloudsInTheSky (Copper Contributor)
Solution

@CloudsInTheSky 

Where will you deploy the SQL Server instance you'll use? Do you already have one available? 
You can download the FREE SQL Server Express and install it on your computer or a network server available to you.

Download and install SQL Server Migration Assistant for Access. 

It will allow you to migrate your data from the Access accdb to the SQL Server where your database will reside.

Be sure to take plenty of time to configure the datatypes for your new SQL Server tables to be sure they are compatible and appropriate for YOUR specific database.

Also, download and install the latest ODBC driver for SQL Server. You'll need this to establish the links from Access to the new SQL Server database.


Finally, invest plenty of time reviewing some basic information about designing your Access front end to work well with SQL Server. There is a great deal to say along those lines, so I'll just point to a good starting point.  

Good luck with your project.

 

View solution in original post