Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
AnswerRe: Random Access to DB [modified] Pin
Niladri_Biswas30-Jun-09 4:53
Niladri_Biswas30-Jun-09 4:53 
QuestionSQL server 2003 Pin
jamith30-Jun-09 2:52
jamith30-Jun-09 2:52 
AnswerRe: SQL server 2003 Pin
Jerry Hammond30-Jun-09 13:25
Jerry Hammond30-Jun-09 13:25 
AnswerRe: SQL server 2003 Pin
Mycroft Holmes30-Jun-09 17:51
professionalMycroft Holmes30-Jun-09 17:51 
QuestionSQL 2005 Replication Pin
Abdul Rahman Hamidy30-Jun-09 2:29
Abdul Rahman Hamidy30-Jun-09 2:29 
Generaldatabase Performance...... Pin
Isaac Gordon29-Jun-09 23:59
Isaac Gordon29-Jun-09 23:59 
GeneralRe: database Performance...... Pin
Blue_Boy30-Jun-09 0:15
Blue_Boy30-Jun-09 0:15 
GeneralRe: database Performance...... Pin
Niladri_Biswas30-Jun-09 0:26
Niladri_Biswas30-Jun-09 0:26 
MS Access can support even 2 million of records.

But considering other factors like

Feature SQL Server 2000 Access 2000
database size 1,048,516 TB 2 GB plus
linked tables size
objects in a database 2,147,483,647 32,768
user name length 128 20
password length 128 14
table name length 128 64
column name length 128 64
index name length 128 64
Number of concurrent users limited 255
columns per table 1024 255
table size limited 1 GB
number of indexes in a table 250 32
number of columns in an index 16 10
bytes per row 8060 2000
number of tables in a query 256 32
columns per SELECT statement 4096 255
nested subqueries 32 50
number of enforced relationships 253 32
(obtained from http://www.allinterview.com/showanswers/63402.html[^])

it is better to go with SQL SERVER.

However, cost is also a factor!

But if your requirement is not so high, you can go with SQL SERVER EXPRESS EDITION. which is free

But the license is limited.(hope 10 users)

Hope this answers your question.
Smile | :)

Niladri Biswas

GeneralRe: database Performance...... Pin
Isaac Gordon30-Jun-09 0:33
Isaac Gordon30-Jun-09 0:33 
QuestionHidden tables Pin
mistryshailesh29-Jun-09 21:52
mistryshailesh29-Jun-09 21:52 
AnswerRe: Hidden tables Pin
Niladri_Biswas29-Jun-09 23:10
Niladri_Biswas29-Jun-09 23:10 
QuestionOLEDB network failure recovery problem. Pin
CherezZaboro29-Jun-09 6:57
CherezZaboro29-Jun-09 6:57 
QuestionEncryptbyKey VARCHAR(50) Pin
Saamir29-Jun-09 6:42
Saamir29-Jun-09 6:42 
QuestionMy Sql Query Help Pin
Hulicat29-Jun-09 6:26
Hulicat29-Jun-09 6:26 
AnswerRe: My Sql Query Help Pin
Niladri_Biswas29-Jun-09 6:54
Niladri_Biswas29-Jun-09 6:54 
GeneralRe: My Sql Query Help Pin
Hulicat29-Jun-09 11:23
Hulicat29-Jun-09 11:23 
GeneralRe: My Sql Query Help [modified] Pin
Niladri_Biswas29-Jun-09 19:33
Niladri_Biswas29-Jun-09 19:33 
GeneralRe: My Sql Query Help Pin
Hulicat1-Jul-09 7:06
Hulicat1-Jul-09 7:06 
AnswerRe: My Sql Query Help Pin
smcnulty200029-Jun-09 21:19
smcnulty200029-Jun-09 21:19 
GeneralRe: My Sql Query Help Pin
Hulicat30-Jun-09 3:59
Hulicat30-Jun-09 3:59 
GeneralRe: My Sql Query Help Pin
Hulicat30-Jun-09 7:30
Hulicat30-Jun-09 7:30 
QuestionHow to Optimize DbTransactions (C#) with SQLServer ? Pin
kadaoui el mehdi29-Jun-09 4:55
kadaoui el mehdi29-Jun-09 4:55 
AnswerRe: How to Optimize DbTransactions (C#) with SQLServer ? Pin
Enver Maroshi29-Jun-09 7:10
Enver Maroshi29-Jun-09 7:10 
GeneralRe: How to Optimize DbTransactions (C#) with SQLServer ? Pin
kadaoui el mehdi29-Jun-09 7:32
kadaoui el mehdi29-Jun-09 7:32 
AnswerRe: How to Optimize DbTransactions (C#) with SQLServer ? Pin
Niladri_Biswas30-Jun-09 5:50
Niladri_Biswas30-Jun-09 5:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.