Server
SQL Server Enterprise Edition, Standard Edition, developer version of the genuine price is very high, the average user or development enterprises are difficult to afford
As anyone who has contacted MSDE knows, MSDE is a free SQL Desktop Engine launched by Microsoft. It restricts the number of simultaneous accesses to the user, and the kernel is essentially equivalent to other versions. Maximum of 5 people at the same time visit. And does not have the client management tool, is not convenient debugging, installs. The SQL Server Standard Edition and Enterprise Edition have no such limitations and are accompanied by client tools
My installation plan is as follows
Install MSDE first, and then look for a SQL Server installation CD and install a SQL client. Then start the client's service Manager to see a database with a local machine name under the SQL Server group, which is the database you just installed
Start it ...
In this way, you have the Enterprise version, the standard version of the rich debugging, management tools. Free engine for MSDE
Finally, I would like to say that, because there are 5 of users access restrictions, access to the database application to write a very reasonable, open the connection after the recordset will immediately shut down, after all, resources are limited.
Now, even if you move your machine to the telecom room to do the server, Microsoft can't control you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.