A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Difference Between access and SQL Server



 
 
Thread Tools Display Modes
  #1  
Old December 13th, 2006, 08:45 PM posted to microsoft.public.access.forms
Bobby Jones
external usenet poster
 
Posts: 2
Default Difference Between access and SQL Server

Does Access database system differ from Microsoft SQL Server 2000?

  #2  
Old December 13th, 2006, 09:24 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default Difference Between access and SQL Server

Yes, by several hundred dollars

Actually, you are talking apples and oranges.
SQL Server is a database engine.
Access is an application builder.

You cannot build forms or reports in SQL Sever. It requires a package or
language capable of creating applications (VB, C++, C#, VB.Net, etc.) Those
mentioned do not easily produce reports. The most common reporting package
that can use SQL Server is Crystal Reports.

Access is a collection of tools that includes the Jet database engine. It
also includes a form builder, a report builder, and a query builder. (I
omitted Macros because they are seldom used by professionals). The
application you build in Access, by default, uses the Jet database engine;
however, you can use SQL Server, Oracle, MySQL, or other database engines
instead.


"Bobby Jones" wrote:

Does Access database system differ from Microsoft SQL Server 2000?


  #3  
Old December 14th, 2006, 02:36 PM posted to microsoft.public.access.forms
ManningFan
external usenet poster
 
Posts: 157
Default Difference Between access and SQL Server

What Klaatu said. )

We use Access as a front end to a SQL Server backend, mainly because A)
Access is easy to work with and B) we typically have over 100M records
in a table and Access tables tend to blow up at 1M records.

If you're storing alot of data, I'd consider the setup we use. If
you're not going to go over 500,000 records in a table, just use Access
as both the front and back end.

Bobby Jones wrote:
Does Access database system differ from Microsoft SQL Server 2000?


  #4  
Old December 14th, 2006, 09:04 PM posted to microsoft.public.access.forms
Bobby Jones
external usenet poster
 
Posts: 2
Default Difference Between access and SQL Server

thanks, that helps a lot

Klatuu wrote:
Yes, by several hundred dollars

Actually, you are talking apples and oranges.
SQL Server is a database engine.
Access is an application builder.

You cannot build forms or reports in SQL Sever. It requires a package or
language capable of creating applications (VB, C++, C#, VB.Net, etc.) Those
mentioned do not easily produce reports. The most common reporting package
that can use SQL Server is Crystal Reports.

Access is a collection of tools that includes the Jet database engine. It
also includes a form builder, a report builder, and a query builder. (I
omitted Macros because they are seldom used by professionals). The
application you build in Access, by default, uses the Jet database engine;
however, you can use SQL Server, Oracle, MySQL, or other database engines
instead.


"Bobby Jones" wrote:

Does Access database system differ from Microsoft SQL Server 2000?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.