常用开发框架 — 流行ASP.NET框架ORM持久化框架 Web开发框架
常用开发框架 — 流行J2EE框架下载ORM持久化框架 Web布局框架 AJAX框架 JSP标签库 Web开发框架
Web开发实例下载 — ASP.NET应用Doc文档管理系统 电子商务系统 Blog系统 Forum Portal CMS
Web开发实例下载 — J2EE典型应用WorkFlow工作流 DocPortal门户 电子商务 博客系统 论坛系统 Portal CMS

搜索
Google
 
最新文章
如何学J2EE - J2EE学习过程总结
 
Java 开发人员的 Dojo 概念
 
IBM Ajax 资源中心
 
Visual Studio 2008 环境下的C# 代码示例下载
 
Silverlight SDK 开发包示例下载
 
职业规划之职业发展的瓶颈
 
WCF 聊天室应用示例和事件发布机制 
 
WCF 示例代码下载
 
Windows Communication Foundation MSDN 论坛资源下载
 
LINQ SQL N-层智能客户端示例代码下载
 
WCF 开发起始工具包下载
 
Silverlight Web 服务示例代码下载
 
WPF的RadioButtonList控件下载
 
WPF Tetris 小游戏
 
WPF做公司年会上用的抽奖程序
 
 
dashCommerce 3.X如何安装Microsoft SQL Server 2005 Express Edition的高级服务功能 - SQLServer2005数据库整合集成开发

dashCommerce 3.X如何安装Microsoft SQL Server 2005 Express Edition的高级服务功能

Installing Microsoft SQL Server 2005 Express Edition with Advanced Services for dashCommerce 3.X

 

Installing Microsoft SQL Server 2005 Express Edition for dashCommerce is a pretty simple process, but as always, the details can trip you up. This document is provided in an effort to make the bumps a little smaller.

As you can see from the Technology page at dashcommerce.org, Microsoft SQL Server 2005 Express Edition with Advanced Services is a requirement due to the use of the full-text search feature.

Install SQL Server 2005

To install the database engine for use with dashCommerce 3.0 follow these steps:

1.) Download SQL Server 2005 Express Edition with Advanced Services here:

http://www.microsoft.com/downloads/details.aspx?familyid=5B5528B9-13E1-4DB9-A3FC-82116D598C3D&displaylang=en

2.) Install file SQLEXPR_ADV.EXE and follow setup instructions until Registration Information step.

3.) Uncheck option Hide advanced configuration options.

 

4.) Be sure to select Full-Text Search feature and others shown below. Then click Next and accept default settings until Authentication Mode step.

5.) Select Mixed Mode and enter a strong sa password and leave default settings until finish installation.

 

Create dashCommerce database

To use dashCommerce 3.0 beta is necessary to create an empty database. Follow next steps to create database:

1.) Open SQL Server Management Studio Express and login

as sa user using password entered during installation and using SQL Server Authentication.

2.) Create a new database clicking mouse right button

over Databases selecting New Database. Enter a database name and check option Use full-text indexing. Then click OK.


3.) Run dashCommerce installation:

http://server_name/install/install.aspx and fill database parameters.


4.) Copy connectionString result and change it into the connectionString.config file.


5.) Fill administrator account data and finish instalation.

If there is any information is this document that you feel needs updating, please contact us with your suggestions.

 

 
相关内容
J2EE调试测试
.NET开发框架
J2EE项目案例
.NET开源项目
软件测试工具
SQL2005开发
SQL2008数据库
LINQ语言
程序人俱乐部
软件技术与商业
软件工程模式
Silverlight技术
Web开发测试工具
J2EE开发框架整合
EclipseIDE集成环境
VisualStudio2008
查找更多关于 - SQLServer2005数据库整合集成开发