CathodeRay
MIS
We have a small database we want to make accessible on a web server. It is most definitely *less* than 4gb... but we may have hundreds (thousands?) of people accessing it at one time.
From a *licensing* perspective, would Express be appropriate? And am I correct in that we can download the Management Console for that version?
Another question: what are HTTP Endpoints? Express doesn't offer them, and I'm not sure if we need them or not.
Next question: Express apparently doesn't offer Full-Text Searching...we DO need to search some fields in the database... that is, we need to execute a command similar to: "select all where column1 LIKE (or contains) 'Smith'
Does that necessarily mean we need "full-text searching"? To provide some parameters... this particular column we'll be searching on will be about 40 characters of text... Think we need full-text searching for that? We'll have about 10,000 records, each being about 1000 bytes each.
From a *licensing* perspective, would Express be appropriate? And am I correct in that we can download the Management Console for that version?
Another question: what are HTTP Endpoints? Express doesn't offer them, and I'm not sure if we need them or not.
Next question: Express apparently doesn't offer Full-Text Searching...we DO need to search some fields in the database... that is, we need to execute a command similar to: "select all where column1 LIKE (or contains) 'Smith'
Does that necessarily mean we need "full-text searching"? To provide some parameters... this particular column we'll be searching on will be about 40 characters of text... Think we need full-text searching for that? We'll have about 10,000 records, each being about 1000 bytes each.