473,796 Members | 2,509 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
16 1953
On Jul 8, 9:55 am, rkc <r...@rkcny.yab ba.dabba.do.com wrote:
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?
It dosen't show up in the posting but I copied my response onto a
stone tablet and sent it directly to Wayne by messenger service.
That's probably the reason it was treated as being so authorative. You
think I needed to do the burning bush thing too?

Jul 8 '07 #11
lyle <ly************ @gmail.comwrote in
news:11******** **************@ o61g2000hsh.goo glegroups.com:
On Jul 8, 9:55 am, rkc <r...@rkcny.yab ba.dabba.do.com wrote:
>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?

It dosen't show up in the posting but I copied my response onto a
stone tablet and sent it directly to Wayne by messenger service.
That's probably the reason it was treated as being so authorative.
You think I needed to do the burning bush thing too?
When Lyle and David agree, it must be truth.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 9 '07 #12
On Jul 9, 10:48 am, "David W. Fenton" <XXXuse...@dfen ton.com.invalid >
wrote:
The answer for both these questions is Windows Terminal Server.
Thanks David - Killed 2 birds with one stone :-)

Jul 9 '07 #13
Thanks Tony. No, the data is nowhere near as mission critical as the
example you give. There are only a handful of records being entered
each day and the data can be rekeyed if there is a problem. I have
around 30 databases in use, all with Jet backends and I have only had
one data corruption issue caused by a faulty network connection. This
is over a period of about 5 years. I don't know if I've just been
lucky or if this is about average. Most of the systems have only 5
users or so.

My original post was prompted by a discussion that I had on another
forum (not an Access forum) where somebody was adamant that Jet
backends were only for amateurs and they were nothing but trouble.
This just hasn't been my experience.

Jul 9 '07 #14
Wayne <cq*******@volc anomail.comwrot e in news:1183671296 .673111.180040
@x35g2000prf.go oglegroups.com:
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.
When we grant SQL permissions to users those permissions are independent
of Access (or any other application, for that matter).
If we create an ADP and connect using the same connection values we have
used in another Access application then all the objects for which we have
permissions will be open to us in that new ADP. But we will not be
constrained in our interaction with these objects by the other Access
application.
We may damage the data; we may have data available to us which we should
not.
I believe ODBC connections can be exploited in the same way, but I am not
familiar enough with ODBC to state that as a certainty.

A solution is to use MS-SQL Application Roles. When we use Application
Roles, a user has no permissions other than to log on. It is the
Application that has or seems to have permissions. Beyond the
application, (in a new ADP for example), the user cannot even see the
database objects, much less interact with them.

Access and Application Roles do not seem to mix well because Application
Roles give permissions to connections and Access may use many default
connections at the same time. Coding to grant those permissions to
connections used for Combo-Boxes, for example, may be a nightmare. (As an
aside I might point out that I am a very experienced VBA coder.) I
estimate using Applications Roles may increase development time by a
factor of three or more.

For these reasons I have stopped recommending the use of Access and MS-
SQL together, although I still enhance and maintain ADP applications for
which I have already wrestled with and defeated, more or less, the
problems of implementing Application Roles.

I have not studied this problem for more than a year; it's possible that
Microsoft has a new solution, or that an old solution existed about which
I am unaware.
But Microsoft's retreat from APDs causes me to guess that this is not
true.
As I pointed out I am not totally clear about how this relates to ODBC
connections; the little I know suggests the problem with be similar, but
I will emphasize the "little I know" here.

--
lyle fairfield

Ceterum censeo Redmond esse delendam
Jul 9 '07 #15
Wayne <cq*******@volc anomail.comwrot e:
>Thanks Tony. No, the data is nowhere near as mission critical as the
example you give.
Glad to hear it.
>My original post was prompted by a discussion that I had on another
forum (not an Access forum) where somebody was adamant that Jet
backends were only for amateurs and they were nothing but trouble.
Tell him to come on over hear and make his sentiments know. <chuckle>
>This just hasn't been my experience.
Agreed.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jul 9 '07 #16
Wayne <cq*******@volc anomail.comwrot e in
news:11******** **************@ i38g2000prf.goo glegroups.com:
I have
around 30 databases in use, all with Jet backends and I have only
had one data corruption issue caused by a faulty network
connection. This is over a period of about 5 years. I don't know
if I've just been lucky or if this is about average.
I'd call that average, not lucky.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 9 '07 #17

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
4614
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
2098
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
1840
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
1866
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
2950
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
9680
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
10456
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10230
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10012
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9052
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...
0
6788
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
5442
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
5575
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2926
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.