473,785 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Upsizing To SQL Server

Can anyone point me to any info on the pros and cons of upsizing small
to medium size databases to SQL Server?

If the user base is never going to be more than about 10, the app
isn't totally mission critical and the record count will never get
into the hundreds of thousands, is upsizing even worth considering?

Any help is appreciated.

Jul 5 '07 #1
16 1951
If your DB size is never going to reach the 2GB limit then you would
be all right.

It's good practice to schedule a periodic shutdown (i.e. once a week)
of your access DB to perform compacting to keep the size within
reasonable limits.

My experience (I'm not an expert though) says that the main adavantage
of upsizing to SQL Server is that your data now can grow more than
2GB. But you lose functionalities as you still may have to have local
tables in access to do local querying, etc; upsizing means you have to
rewrite some of your code to keep the same functionalities you used to
have.

So, if your DB size will be less than 2GB and your user base is less
than 25 concurrent users I wouldn't upsize.

Perhaps some other folks with experience in this could share their
views.

HTH - Max

Jul 7 '07 #2
Thanks for the reply Max. For the systems that I have in production,
my concurrent user base probably won't even approach 10 and if the
backend mdb ever grows to 100mb I'll be really surprised. The main
reason for my question was that I've seen some bad press on using an
mdb as the backend. I don't know whether the people are purists or
not, but the advice was that a Jet backend isn't a real database and
SQL server should always be used as the backend or the developer
doesn't really know what they are doing.

This just didn't ring true because there are many very competent and
knowledgeable people who frequent this forum (some of them MVPs) who
use Jet backends extensively from what I can tell. Most of these guys
know infinitely more than I ever will, and for them to be using Jet I
figure in many cases where small database systems are involved, that
Jet is more than ample for the job.

Backend mdbs have worked really well for me over the years. I've had
almost no trouble with them and it is really easy to set a database up
via email and telephone without ever having gone to the site where the
database lives geographically. Many thanks to Tony Toews for his Auto
Frontend Updater that makes setting up individual client frontends a
breeze. I assume that with an SQL server backend it wouldn't be as
simple a zipping a few files and emailing them off.

I also assume that it isn't as simple as just dumping my current
backend tables onto SQL server. From what I've gleaned from trawling
this forum, the frontend application would have to be extensively
rewritten. I rely heavily on queries and I presume that this has a
bearing on things as well.
Jul 7 '07 #3
Hi Wayne - Totally agree with your comments. I'm not an expert either
but i have used MDB's as backends and never had any trouble; they are
also very easy to backup.

I think you are right; it seems to me that the aversion against MDB's
is a lot to do with purists spreading the fear. At the end of the day,
I think that for fast LAN deployments where you have < 25 concurrent
users nothing can beat Access; perhaps SQL Server has its strengths
but not in this space.

I also hear a lot of complaints about security and WAN speed of MDB's
and that these factors play an important role in deciding to upsize to
SQL server.

If there is anyone out there with experience in this subject I'd be
glad to learn about different views.

Jul 7 '07 #4
One plus is the chance for you to acquire a new skill set. Depending on
your situation this may or may not be attractive to you. If it were me,
I would take a small app that you know inside out, buy some good books
on sql server and sql server / access development and go for it.

Wayne wrote:
Can anyone point me to any info on the pros and cons of upsizing small
to medium size databases to SQL Server?

If the user base is never going to be more than about 10, the app
isn't totally mission critical and the record count will never get
into the hundreds of thousands, is upsizing even worth considering?

Any help is appreciated.
Jul 7 '07 #5
On Jul 5, 5:34 pm, Wayne <cqdigi...@volc anomail.comwrot e:
Can anyone point me to any info on the pros and cons of upsizing small
to medium size databases to SQL Server?

If the user base is never going to be more than about 10, the app
isn't totally mission critical and the record count will never get
into the hundreds of thousands, is upsizing even worth considering?
You'll be able to say,
"Well, of course, MY applications all use MS-SQL as a backend."
This may help you score with nerd-pref chicks.
Otherwise, it's a total waste of time.

Jul 7 '07 #6
Wayne <cq*******@volc anomail.comwrot e in
news:11******** **************@ i13g2000prf.goo glegroups.com:
I don't know whether the people are purists or
not, but the advice was that a Jet backend isn't a real database
These people are know-nothing idiots -- pay no attention to them.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 7 '07 #7
"lyle" <ly************ @gmail.comwrote
You'll be able to say, "Well, of course, MY
applications all use MS-SQL as a backend."
This may help you score with nerd-pref chicks.
"Red-heads?" someone asked, with raised eyebrows.

Jul 8 '07 #8
Thanks all for the feedback. Lyle and David you have confirmed what I
suspected to be the case.
Jul 8 '07 #9
rkc
Wayne wrote:
Thanks all for the feedback. Lyle and David you have confirmed what I
suspected to be the case.
Really? That's all it took?
Jul 8 '07 #10

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

Similar topics

0
1750
by: Gary Bouchard | last post by:
I have a Visual Basic 6 application that uses MDB or SQL Server databases. I was wondering if it was possible via Automation or ADO or some method, where I could programmicatlly upsize an MDB database to SQL Server. I can run the upsizing wizard from within Access to do the upsizing, and the database converts fine.
1
1528
by: Big Time | last post by:
I have an Access 2000 DB that I've been considering upsizing to SQL Server 2K. I'm wondering if anyone can share their experiences in upsizing and let me know of any tips or pratfalls. I've been playing around with the upsize wizard however not all of my tables have properly converted. None of the primary keys transfer (I understand this is a limitation) and the whole thing hasn't really worked the way I thought it would. I have tried...
0
4613
by: Bon | last post by:
Hello All I got "Tables are skipped or export failed" error when I used upsizing wizard on migrating MS Access 2000 to MS SQL Server 2000. I am changing my application backend database from MS Access 2000 to MS SQL Server 2000. My front end is MS Access interface. When I used the MS Access 2000's Upsizing Wizard for database migration, some tables cannot be migrated. The upsizing wizard report states some tables are "Tables are...
1
2097
by: Calum Chisholm | last post by:
I'm looking to call the upsizing wizard from within a VBA function, preferably automating the entire upsizing process. Has anyone achieved this under Access 2003? The best I've managed so far is to .Execute its CommandBar control, but this is a pretty messy approach and still requires input on the part of the user. Anyone know of a direct function call similar to those detailed at http://www.mvps.org/access/general/gen0028.htm?
2
1536
by: Big Time | last post by:
I have an Access 2000 DB that I've been considering upsizing to SQL Server 2K. I'm wondering if anyone can share their experiences in upsizing and let me know of any tips or pratfalls. I've been playing around with the upsize wizard however not all of my tables have properly converted. None of the primary keys transfer (I understand this is a limitation) and the whole thing hasn't really worked the way I thought it would. I have tried...
12
1838
by: John | last post by:
Hi We have a front end/back end type access app. We would like to upsize the app to sql server but can not re-write the whole app immediately. Is it feasible to just upsize the backend (data part) only to sql server using upsizing wizard without any drastic effect on the performance of the front end access app (which would link to the tables on the sql server after upsizing)? Thanks
3
1864
by: Devonish | last post by:
I am planning to convert an existing Access database which has a back end (data tables and relationships only) on a server and a copy of the front end (form, queries, reports) on each of about a dozen workstations. I intend to convert the back end to SqlServer and wish to use the upsizing wizard. I am acquiring SSW Upsizing Pro! 2000 which seems to be recommended in other discussions.
7
3027
by: JM | last post by:
I'm using Access 2003 to attempt an upsize to SQL Server 2000. The Upsizing Wizard is giving me tons of problems with error messages like: 1. "Object is invalid. Extended properties not permitted on . . ." 2. "No primary or candidate keys in referenced table . . . that match referencing column list in foreign key . . . Could not create constraint. 3. "Incorrect syntax near . . . " (When trying to upsize queries.)
1
1718
by: Jim Devenish | last post by:
I am continuing my exploration about upsizing to SQLServer from Access 2000. I have a split database with a front-end and a back-end, each of which is A2K. I have spent some time in bookshops trying to learn about the way forward and trying to decide which to buy. The bit I am interested in is usually at page 900 and I am not sure whether I want to buy the first 800. It appears that upsizing creates an Access project as the...
3
2949
by: Wayne | last post by:
I've just installed SQL Server 2005 Express together with SQL Management Studio Express on my local machine and I'm trying to upsize a data mdb to SQL Server using the upsizing wizard. The data mdb is also on my local machine. I've been at it for a couple of hours now and I keep getting the same error despite trying everything I can think of: Connection failed: SQLState: '01000' SQL Server Error: 2
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9481
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10095
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8978
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7502
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6741
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5383
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3655
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.