Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ASPSQLVB
Starting Member
46 Posts |
Posted - 2006-10-20 : 22:39:05
|
| Hey Gang, I was wondering if there was an alternative to using SQL SERVER and not having to spend all that money on a license? |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2006-10-20 : 23:09:50
|
| Don't use it.CODO ERGO SUM |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-10-20 : 23:13:13
|
| SQL Express, it's free. There are limits on what it can do compared to SQL Server, but for small things it may suffice. |
 |
|
|
ASPSQLVB
Starting Member
46 Posts |
Posted - 2006-10-20 : 23:21:43
|
| Hey Rob, Can SQL Express be used on 10+ pc's, host a database that will handle at least 4 plus clients simultaneously running action queries, and does it provide design capability? |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-10-20 : 23:26:13
|
| Technically, I don't think so, you should peruse this:http://www.microsoft.com/sql/prodinfo/features/compare-features.mspxYou also can try the Workgroup edition, it costs money, but less than the other editions that do.And if you're trying to run a business, you need to spend money to support it. If that's not an option then SQL Server in whatever form is not the database product for you. |
 |
|
|
ASPSQLVB
Starting Member
46 Posts |
Posted - 2006-10-20 : 23:35:21
|
| Excellent link Rob.....that helps tremendously. |
 |
|
|
|
|
|