x
login about faq Site discussion (meta-askssc)

Working on Database without install SQL Server

Dear all,

I have a question please?

In my company they decide to design a program to insert some data so we use asp as an interface. but with database is the problem..this program will install on 1200 pcs locally.and they don't want to install SQL server on these pcs ..the company decide if there is no other solution to use access 2007 as database and asp.net as interface(but I don't like access. can we attached the file data with web application and work on it without install SQL Server....

I heard there is a compact SQL to this work....is this right ?

Any idea any suggestion ? plz

more ▼

asked Sep 18 '12 at 03:27 PM in Default

Troy_2012 gravatar image

Troy_2012
560 1 8 16

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

You have several options, depending on what you are trying to do. The first thing to ask is: Do you want each of these 1200 pcs to have their own instance of the database? Very frequently each PC will have its own instance of the client software, but that client software will connect to one (or a few interconnected) servers that run SQL Server and manager the databases.

If you want each one to have its own database, then SQL Server Express is probably what you want. SQL Server Express is a light weight, generally free (as in without cost, not open source) version of SQL Server that is meant to run on a desktop. It is great for study, light testing, or to serve as the backend for local applications. There are a couple of different versions of SQL Server Express and localDB is a light version of express that runs in user space. It seems to be exactly what you want.

Just for the sake of being comprehensive, I'll add that SQLite is another light weight database management system designed to run in user space and generally meant to support single user applications. I generally prefer SQL Server Express, but it is good to have options.

more ▼

answered Sep 18 '12 at 04:58 PM

TimothyAWiseman gravatar image

TimothyAWiseman
14.3k 16 20 29

Thanks TimothyAWiseman ,

I'm going to use SQLite.

Sep 18 '12 at 05:44 PM Troy_2012

It is a very good option. I have used it for several projects and been very happy with it.

Sep 18 '12 at 08:12 PM TimothyAWiseman
(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x1601
x61

asked: Sep 18 '12 at 03:27 PM

Seen: 407 times

Last Updated: Sep 19 '12 at 08:54 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.