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 |
|
marconi8
Yak Posting Veteran
73 Posts |
Posted - 2003-05-14 : 05:02:44
|
| cannot find solution what kind of mssql version i must to use in my work,my work is apache+php+mssqlwhich of this version is more suitable for my workthanks |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2003-05-14 : 06:26:25
|
| For developing, you can use the developer edition or any other edition actually. For your production environment, you cannot use the developer edition.Look at the basic edition also, which is fine if you are not intending to use indexed views, clustering or othe very advanced functionality. |
 |
|
|
marconi8
Yak Posting Veteran
73 Posts |
Posted - 2003-05-14 : 06:53:51
|
| cannot find arguments that confirm your postre>For your production environment, you cannot use the developer where it is writed that i cannot use this signbasic enviroment, no no, in my work i use clustered indexes and also full-text catalogs for containg search |
 |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2003-05-14 : 06:59:58
|
quote: where it is writed that i cannot use this sign
It's why it's called "developer edition". You can only use it for development.[url]http://www.microsoft.com/sql/howtobuy/deveula.asp[/url]quote: basic enviroment, no no, in my work i use clustered indexes and also full-text catalogs for containg search
Those features are available in the basic edition. That it's called "basic" does not mean that it's that basic :) |
 |
|
|
|
|
|