How Do I Configure SQL Server 2005 Backend?
-
I am trying to develop an inventory/payroll system for a factory. The information will be stored on a server, Windows Server 2008 R2, and SQL Server 2005. I'm going to store the records on the server, but will develop several front-end client forms in MS Access 2010. The information is currently in an MS Access 2010 database(local), and I'll eventually need to get this data on the server. I currently have a remote desktop access with username and password, however I can't figure out how to get things set up. I have SQL Server 2005 installed on my computer as well. How do I start to make a few test tables, things like that, etc. Could one of you guys recommend an SQL Server 2005 tutorial? I'm just having a lot of trouble getting started on this project, not really sure what to do. I need to configure the database in such a way that it will allow MS Access 2010 to be the front end. Thanks for any help I receive, if I need to clarify something please just ask.
-
Answer:
Ok, I don't normally do this (post tutorials or hand-hold), but it sounds like you're at least trying to do the right thing by your employer, and I can respect that. I suggest you start with a free version of SQL Server. Unless your software is wildly popular or you generate massive amounts of payroll data, you will probably never out-grow it. The free version is called https://www.microsoft.com/download/en/details.aspx?id=23650. Now, SQL Server Express ships by default with TCP/IP connections disabled (don't stress too much about what that is, just know you need to enable them). http://serverfault.com/questions/158603/how-to-allow-tcp-connection-over-the-network-to-sql-server-2008-express. Now, what to do about that tutorial? Well, to be honest, a tutorial for SQL Server doesn't really cut it. Databases are very complex, and you need to understand at a bare minimum 3rd normal form and primary keys. Indexes and foriegn keys come a very close second. There's an https://blogs.msdn.com/b/microsoft_press/archive/2010/04/14/free-ebook-introducing-microsoft-sql-server-2008-r2.aspx?Redirected=true that might help, but it might be a bit too hardcore for a beginner and has a bit of assumed knowledge. Otherwise, https://www.google.com/search?q=sql%20server%202008%20r2%20introduction&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla%3aen-GB%3aofficial&client=firefox-a. Accessing SQL Server from within Microsoft Access is actually very straight forward. It's even got a very useful scale-out wizard that will even copy your Access database into SQL Server and update all your links and copy all your data. Your first point of call (after installing SQL and enabling TCP/IP connections) might actually be https://www.google.com/search?q=access%20sql%20tutorial&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla%3aen-GB%3aofficial&client=firefox-a. It's likely to make things a bit less fuzzy. The point of that is, although I could never condone using an Access back-end database in a work environment (I've just seen too many of those projects outgrow what an Access back-end can handle), if you need to hit the ground running, you can just start in Access and get developing, and then let Access take care of the migration to SQL for you.
Scriptonaut at Server Fault Visit the source
Related Q & A:
- Can I get OSQL if I install SQL Server Client Tools?Best solution by Database Administrators
- How do I configure a controller bean?Best solution by Stack Overflow
- How do I configure Yahoo to run through Outlook Express?Best solution by Yahoo! Answers
- How can I configure Outlook Express or Microsoft Express with yahoo mail?Best solution by Yahoo! Answers
- How Do I Configure my Yahoo Account on Outlook 2007?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.