- ASP.NET 3.5 CMS Development
- Curt Christianson Jeff Cochran
- 364字
- 2021-04-01 14:20:59
Why use SQL Server Express
Microsoft has a long history in databases, producing one of the most popular database systems on the planet, Microsoft's SQL Server. Over the years, Microsoft has improved SQL Server, and they have always provided a development or personal version for programmers to use. This means programmers don't need to pay outrageous licensing fees to simply develop against SQL Server, and then pay those fees again when the application is deployed. In Microsoft's latest implementations of SQL Server, this development version is called SQL Server Express. Both Microsoft SQL Server 2005 (which we will use) and its recently released SQL Server 2008 come in Express versions.
Licensing for these versions is also very advantageous to our project, as the use of the Express version is free. That's right, a fully functional Relational Database Management System (RDBMS) that can be used for no charge. There are limitations such as the size of the database and the lack of management tools built into the database package, but they are not an issue in our case. Our database will never grow too large while we create this project, and Microsoft has a free management tool for SQL Server 2005 Express, which will meet our needs.
There are two other advantages to Microsoft SQL Sever Express versions. The first is that they easily transfer to a full version of the software. The database files in both the full versions and the Express versions are the same. This means that if we ever did run out of space on the Express version, we could super size the database by migrating to the full SQL Server version.
The second advantage is that Visual Web Developer, which we are using for development, already has an understanding of Microsoft SQL Server, including the Express version. This means we can use the tools in Visual Web Developer to create our database and connections, and the connections will just work. As with everything created in a development environment such as Visual Web Developer, there are ways we can improve the default functions. However, when just starting out, it is critical to have a development environment that understands what you're doing.
- DotNetNuke 5.4 Cookbook
- Python 2.6 Graphics Cookbook
- Drools規(guī)則引擎技術(shù)指南
- 數(shù)碼攝影后期處理秘笈:Photoshop CC專業(yè)調(diào)色(第2版)
- ADOBE FLASH PROFESSIONAL CS6 標(biāo)準(zhǔn)培訓(xùn)教材
- 音樂日記:Logic Pro X場(chǎng)景x風(fēng)格編曲實(shí)用教程
- iPhone Applications Tune/Up
- 計(jì)算機(jī)圖形圖像處理Photoshop CS6項(xiàng)目教程
- 零基礎(chǔ)學(xué)AutoCAD 2018(全視頻教學(xué)版)
- Premiere pro CC中文版自學(xué)視頻教程
- 三維建模與3D打印從入門到精通
- RAW 數(shù)碼底片演義
- AutoCAD 2020中文版入門、精通與實(shí)戰(zhàn)
- AutoCAD 2016中文版基礎(chǔ)教程(全圖解視頻版)
- LaTeX入門與實(shí)戰(zhàn)應(yīng)用