Step 1: SQL Server 2005 Express Edition

2y ago
12 Views
2 Downloads
1.30 MB
16 Pages
Last View : Today
Last Download : 3m ago
Upload by : Ciara Libby
Transcription

INSTALLING SQL SERVER 2008 EXPRESS ADVANCED EDITION FORREDHORSE CRMThis article will walk you thru the installation of SQL Server 2008 Express Advanced Edition.Step 1: Download SQL Server 2008 Express EditionSQL Server 2008 R2 Express Edition with Advanced Services may be downloaded using this aspx?id 25174Please choose to Save this file to disk when downloading so that it may be used more than once. It is notrecommended to choose to Run from the download site.FEATURESVersionSQL Server 2008 Express Edition with Advanced ServicesDatabase engineXFull-text searchXReporting ServicesXManagement Studio BasicXStep 2: Identify system requirementsSQL Server 2008 Express Edition does not have significant system overhead requirements, particularly given theoverpowered nature of many of today's newest servers. The minimum system requirements for SQL Server 2008Express Edition with Advanced Services are:SYSTEM REQUIREMENTSRedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

VersionSQL Server 2008 Express Edition with Advanced ServicesRAM (minimum)512 MBRAM (recommended)1 GBDrive space1.9 GBProcessor (minimum)1 GHzProcessor(recommended)2 GHzIIS 6 or higherYesOperating systemssupportedWindows XP SP2 Home, Windows XP SP2 Professional, Windows XP SP2Tablet, Windows XP SP2 Media Center 2002, Windows XP SP2 Media Center2004, Windows XP Media Center 2005, Windows Server 2003 Reduced Media,Windows XP Home Edition Reduced Media, Windows Server 2003 SP2 SmallBusiness Server R2 Standard, Windows Server 2003 SP2 Small Business ServerR2 Premium, Windows Server 2003 SP2 Standard, Windows Server 2003 SP2Enterprise, Windows Server 2003 SP2 Data Center, Windows Server 2003 SP2Web Edition, Windows Server 2003 SP2 Small Business Server Standard,Windows Server 2003 SP2 Small Business Server Premium, Windows Server2003 SP2 64-bit x64 Standard1, Windows Server 2003 SP2 64-bit x64 DataCenter1, Windows Server 2003 SP2 64-bit x64 Enterprise1, Windows VistaUltimate, Windows Vista Home Premium, Windows Vista Home Basic, WindowsVista Enterprise, Windows Vista Business, Windows Vista Ultimate 64-bit x64,Windows Vista Home Premium 64-bit x64, Windows Vista Home Basic 64-bit x64,Windows Vista Enterprise 64-bit x64, Windows Vista Business 64-bit x64,Windows Server 2008 Standard Server, Windows Server 2008 Standard Serverwithout Hyper-V, Windows Server 2008 Enterprise, Windows Server 2008Enterprise without Hyper-V, Windows Server 2008 Data Center, Windows Server2008 Data Center without Hyper-V, Windows Server 2008 Web Edition, WindowsServer 2008 64-bit x64 Web Edition1, Windows Server 2008 64-bit x64 Standard,Windows Server 2008 64-bit x64 Standard without Hyper-V1, Windows Server2008 64-bit x64 Data Center, Windows Server 2008 64-bit x64 Data Centerwithout Hyper-V1, Windows Server 2008 64-bit x64 Enterprise, Windows Server2008 64-bit x64 Enterprise without Hyper-V1, Windows XP Embedded SP2feature pack 20072, Windows Embedded for Point of Service SP22Softwareprerequisites.NET Framework 3.5 SP1Microsoft Windows Installer 4.5 or laterRedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Other requirementsConnecting to Visual Studio 2005 require downloading and installing: MicrosoftVisual Studio 2005 Service Pack 1 Update for Microsoft SQL Server 2008 ls.aspx?FamilyID E1109AEF-1AA2408D-AA0F-9DF094F993BF&displaylang enStep 3: Install database software prerequisitesThere are a number of software prerequisites for SQL Server 2008 Express Edition. Before you can install thedatabase software, you need to take the necessary steps to get these items installed.Install the following items in order.NET Framework 3.5 SP1Download the .NET Framework 3.5 using this px?FamilyId AB99342F-5D1A-413D-831981DA479AB0D7&displaylang enAfter downloading, execute dotnetfx35setup.exe and follow the instructions to complete the installation.Windows Installer 4.5Download Installer 4.5 using this link:http://support.microsoft.com/kb/942288After downloading, execute the downloaded file and follow the instructions to complete the installation.Windows PowerShell 1.0Download PowerShell 1.0 using this r downloading, execute the downloaded file and follow the instructions to complete the installation.Step 4: Create a SQL Server service accountFrom a security perspective, it's best to run SQL Server as a normal everyday user. When possible, don't use thebuilt-in service accounts on your SQL Server as this practice does not limit your server's attack surface as much asusing an unprivileged user account.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

If you are installing on XP Pro or higher, or Server 2003 or higher, create a domain account named"SQLExpressUser" for this purpose. If you're joined to a domain -- which you should be -- use Active DirectoryUsers and Computers. If you're just testing locally, use Computer Management to add the account. Make sure toalso assign a strong password to the account.Configure this user account so that the password does not expire. In addition, anyone logging in as this user -- noone should be doing that though -- will not be able to change the password.Step 5: Install SQL Server 2008 Express EditionDouble-click the file SQLEXPRADV x86 ENU.EXE to start the product installation. The contents of the file areextracted and the installation begins.The installation will begin on Planning.Select Installation on the left and then click New SQL Server stand-alone installation.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

The first screen you're shown provides you with a list of items that may or may not give you trouble if you continuethe installation. Note that the installer provides you with a complete status report to make it easy for you todetermine what needs to be done. If you have any serious problems, correct them before you continue. Click OK tocontinue.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

SQL Express is a free edition of SQL Server. You will not be required to enter a product key. Click Next to continue.Agree to the End User License Agreement and click Next.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

You will be presented with a screen that shows you what prerequisites you need to get the express edition on yoursystem. The installer will handle the installation of these prerequisites for you. Click the Install button to install theseitems. Once the items are installed, click the Next button.Again you will be shown a list of items that may or may not give you trouble if you continue the installation. If youhave any serious problems, correct them before you continue. Click OK to continue.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Next, you will choose which features to install. Even though the Express Edition is free, it includes many of thefeatures found in the Standard and Enterprise editions. In this step, you will choose Database Services, Full-TextSearch, Reporting Services and Management Tools – Basic.Choose the default location, C:\Program Files\Microsoft SQL Server, or if you want to install to a different location,click the Browse button to choose this new location.Click Next to continue.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Install SQL Server 2008 Express Edition using the default setting of Named Instance called “SQLExpress”, unlessother SQL Servers are located on the same machine. Click Next.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

You will be notified if there is insufficient disk space to complete the installation. Click Next to continue.Service accounts are used in order to better protect your SQL Server -- and the rest of your network -- in the eventof a security breach. If you run your SQL Server under an administrative account, you run the risk of additionalRedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

damage should your server be compromised. Therefore, run SQL Server under a user account with few, if any,rights. Use the account you created before as the service account for SQL Server 2008. Also set the SQL ServerBrowser service Startup Type to Automatic.SQL Server can authenticate users in two ways: (1) directly against Active Directory (Windows AuthenticationMode); (2) against its own database (Mixed Mode, since Windows Authentication is also supported). From asecurity perspective, Windows Authentication mode is highly preferred. First off, you have only a single userdatabase -- Active Directory -- to worry about.Either mode is available when using RedHorse CRM and it is recommended to install SQL Server in Mixed Mode.When you choose Mixed Mode, you will also need to provide a password for the SQL Server “sa” user. You mustassign a strong password.You may also choose to add the user that is currently logged in as a SQL Server Administrator by clicking the AddCurrent User button.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Next, select the option to install and configure Reporting Services. The installer does a very nice job of setting upvery standard options for this option.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Microsoft has included an error reporting tool in other applications for quite some time. This feature is optionallyincluded in SQL Server 2008 Express. Further, Microsoft wants you to send them anonymous usage data aboutyour installation. Neither option is enabled by default. You may decide what information you want to send.Again you will be shown a list of items that may or may not give you trouble if you continue the installation. If youhave any serious problems, correct them before you continue. Click Next to continue.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

A summary of your installation settings will be presented. Click Install to begin.Progress will occur, although slowly. Go have lunch.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

When completed, you will be notified if there were any issues encountered during the installation.A complete log is saved for you. Click Close. You have success.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

Remote Access is enabled by default in SQL Server 2008 Express Edition, which was not enabled by default in2005 Express Edition. It is not necessary to make any setting changes at this point.Installed and readySQL Server 2008 Express is now installed and ready. You may now proceed to install RedHorse CRM.RedHorse Systems, .comCopyright 2008-2009 RedHorse Systems, Inc. All rights reserved.

INSTALLING SQL SERVER 2008 EXPRESS ADVANCED EDITION FOR REDHORSE CRM This article will walk you thru the installation of SQL Server 2008 Express Advanced Edition. Step 1: Download SQL Server 2008 Express Edition SQL Server 2008 R2 Express Edition

Related Documents:

Server 2005 , SQL Server 2008 , SQL Server 2008 R2 , SQL Server 2012 , SQL Server 2014 , SQL Server 2005 Express Edition , SQL Server 2008 Express SQL Server 2008 R2 Express , SQL Server 2012 Express , SQL Server 2014 Express .NET Framework 4.0, .NET Framework 2.0,

MS SQL Server: MS SQL Server 2017, MS SQL Server 2016, MS SQL Server 2014, MS SQL Server 2012, MS SQL Server 2008 R2, 2008, 2008 (64 bit), 2008 Express, MS SQL Server 2005, 2005 (64 bit), 2005 Express, MS SQL Server 2000, 2000 (64 bit), 7.0 and mixed formats. To install the software, follow the steps: 1. Double-click Stellar Repair for MS SQL.exe.

SQL Server 2005 SQL Server 2008 (New for V3.01) SQL Server 2008 R2 (New for V3.60) SQL Server 2012 (New for V3.80) SQL Server 2012 R2 (New for V3.95) SQL Server 2014 (New for V3.97) SQL Server 2016 (New for V3.98) SQL Server 2017 (New for V3.99) (Recommend Latest Service Pack) Note: SQL Server Express is supported for most situations. Contact .

Microsoft SQL Server OLAP Client 2000 SP4 Microsoft SQL Server Analysis Services 2005 SP11 Microsoft SQL Server OLAP Client 2005 SP1 Microsoft SQL Server Analysis Services 2005 SP21 Microsoft SQL Server OLAP Client 2005 SP2 Microsoft SQL Server Analysis Services 20082 Microsoft SQL Server 2008

4. To upgrade SQL Server 2008 SP3 Express to SQL Server 2012 SP2 Express, launch th e installer for SQL Server 2012 SP2 Express, and then follow the wizard. 5. Select the Upgrade from SQL Server 2005, SQL Server 2008 or SQL Server 2008R2 option under the Installation option. The Upgrade to SQL

4395 querying data with transact -sql (m20761) microsoft sql server 6552 querying microsoft sql server 2014 (m20461) microsoft sql server 1833 sql server performance tuning and optimization (m55144) microsoft sql server 4394 updating your skills to sql server 2016 (m10986) microsoft sql server

install the SQL Server Reporting Services 2019 or 2017 installation program. For more information, see Installing SQL Server Reporting Services for SQL Server 2019 and SQL Server 2017 To use the SQL Installer to install a full version of SQL Server software (for example, SQL Server 2019 Standard editio

SQL Server supports ANSI SQL, which is the standard SQL (Structured Query Language) language. However, SQL Server comes with its own implementation of the SQL language, T-SQL (Transact- SQL). T-SQL is a Microsoft propriety Language known as Transact-SQL. It provides further capab