473,508 Members | 2,229 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Access Vs SQL

whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark
Jul 19 '05 #1
6 2602

"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark


As easy? Probably not.
More robust, scalable? definitely.

Remember, the program MS Access is a front-end to interacting with an Access
database.

Just like Sql Server Enterprise Manager is to a Sql Server database.

So, when you say easy to use, are you talking about the front-end program or
the actual database?

If you are happier using MS Access, you can link to a Sql Server database
from it and still do most things you want.

--
John Blessing

http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.free-helpdesk.com - Completely free help desk software !
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
Jul 19 '05 #2
nit picking but:

SQL = Structured Query Language (from IBM originally, supported by most
DBMSs)

Microsoft SQLServer = Microsoft DBMS product.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark

Jul 19 '05 #3
And tomatoes aren't actually vegetables, they're fruit.

Yep, nit picking alright.

"Mark Schupp" <ms*****@ielearning.com> wrote in message
news:#4*************@TK2MSFTNGP12.phx.gbl...
nit picking but:

SQL = Structured Query Language (from IBM originally, supported by most
DBMSs)

Microsoft SQLServer = Microsoft DBMS product.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark


Jul 19 '05 #4
I prefer tomahtoes :>).

Bob Lehmann

"WIlliam Morris" <se**************@hotmail.com> wrote in message
news:bl************@ID-205671.news.uni-berlin.de...
And tomatoes aren't actually vegetables, they're fruit.

Yep, nit picking alright.

"Mark Schupp" <ms*****@ielearning.com> wrote in message
news:#4*************@TK2MSFTNGP12.phx.gbl...
nit picking but:

SQL = Structured Query Language (from IBM originally, supported by most
DBMSs)

Microsoft SQLServer = Microsoft DBMS product.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark



Jul 19 '05 #5

"John Blessing" <jb@**REMOVE**THIS**LbeHelpdesk.com> wrote in message
news:XO*****************@newsfep4-winn.server.ntli.net...

"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
whats the difference in terms of workflow between access and MS SQL
Databases? is SQL as easy to use as access?

mark

As easy? Probably not.
More robust, scalable? definitely.

Remember, the program MS Access is a front-end to interacting with an

Access database.

Just like Sql Server Enterprise Manager is to a Sql Server database.

So, when you say easy to use, are you talking about the front-end program or the actual database?

If you are happier using MS Access, you can link to a Sql Server database
from it and still do most things you want.

--
John Blessing


thanks john

is the Enterprise Manager easy to use and is it a similar process, e.g. a
..sql file (database) contains tables, with rows and columns of information?
and the manager is a way of setting up and adding raw information?
mark
Jul 19 '05 #6
On Fri, 3 Oct 2003 17:43:50 +0100, "mark | r" <ma**@nmd.freeuk.com>
wrote:

"John Blessing" <jb@**REMOVE**THIS**LbeHelpdesk.com> wrote in message
news:XO*****************@newsfep4-winn.server.ntli.net...

"mark | r" <ma**@nmd.freeuk.com> wrote in message
news:3f*********************@news.dial.pipex.com.. .
> whats the difference in terms of workflow between access and MS SQL
> Databases? is SQL as easy to use as access?
>
> mark
>


As easy? Probably not.
More robust, scalable? definitely.

Remember, the program MS Access is a front-end to interacting with an

Access
database.

Just like Sql Server Enterprise Manager is to a Sql Server database.

So, when you say easy to use, are you talking about the front-end program

or
the actual database?

If you are happier using MS Access, you can link to a Sql Server database
from it and still do most things you want.

--
John Blessing


thanks john

is the Enterprise Manager easy to use and is it a similar process, e.g. a
.sql file (database) contains tables, with rows and columns of information?
and the manager is a way of setting up and adding raw information?
mark


If you are familiar with Access, you will be able (with some looking
around) to do the database creation, etc in Enterprise Manager.

SQL Server does not have the same thing as a .MDB file. There are
files that contain the databases, tables, etc but they are typically
sort of hidden from you. Backups, etc should be done through
Enterprise Manager, etc. Do not think you can pick up SQL Server as
"the same as Access but better". Its a different beast. They both do
databases, but in a significantly different manner.
Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
5826
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
13
2892
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
4319
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
13
13312
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages...
0
2944
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book...
20
3293
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
64
5140
by: John | last post by:
Hi What future does access have after the release of vs 2005/sql 2005? MS doesn't seem to have done anything major with access lately and presumably hoping that everyone migrates to vs/sql. ...
1
3307
by: com | last post by:
Extreme Web Reports 2005 - Soft30.com The wizard scans the specified MS Access database and records information such as report names, parameters and subqueries. ......
17
4383
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
37
5180
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
0
7129
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7333
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7398
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5637
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5057
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1566
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
428
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.