All in one forum  - Applications | Games | E-Books | Music, Movies & Videos | Mobile Stuff | Live Discussions | Webmaster Stuff | Many More | Community to Hang Out and Stick to
Search Today's Posts Mark Forums Read

Go Back   Home > Tutorial Section > DataBase > MS-SQL
Reload this Page [Tutorial] Introduction to Microsoft SQL Server
Forgot Password? Join Us!
MS-SQL Post your your MS-SQL (Microsoft Structured Query Language) Related tips and tricks

Notices
Your link here Your link here Your link here Your link here Your link here

Your Ad Here


Rate This Thread - Introduction to Microsoft SQL Server.

Post New Thread Reply
Bookmarks
 
LinkBack Thread Tools Display Modes
Old 05-23-2008, 08:02 AM   #1 (permalink)
 
hacks's Avatar
 
User Info
Join Date: Oct 2007
Achievements Posts: 1,645
Casino Cash: $189980

Total Points: 493,521.37
Donate

Reputation: 255373
hacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond reputehacks has a reputation beyond repute


Awards Showcase
Member of the Month 
Total Awards: 1
Talking Introduction to Microsoft SQL Server

Introduction

Microsoft SQL Server is an application used to create computer databases for the Microsoft Windows family of server operating systems. It provides an environment used to generate databases that can be accessed from workstations, the web, or other media such as a personal digital assistant (PDA).

On this site, we provide lessons and other topics on how to use Microsoft SQL Server 2005.

Before installing Microsoft SQL Server 2005, make sure you have installed all service packs on your operating system. Also install IIS:


Getting Microsoft SQL Server

In order to follow the lessons on this site, you must have access to a computer in which Microsoft SQL Server is installed. To start, you must have a computer that runs an appropriate operating system. If you are just learning, which is assumed for all lessons on this site, you can use a Microsoft Windows XP Professional (in this case, you must install Microsoft SQL Server 2005 Developer Edition) or Windows Server 2003.

To make it possible for you and other students to study databases and SQL, Microsoft made available a trial version of Microsoft SQL Server 2005. This full version is available from the Microsoft web site. This is something beneficial because most companies would not give such a long trial version of an important software product: for 120 days, you should be able to learn as must as possible and be able to move on, such as finding a job or starting a business.

To get the trial edition of Microsoft SQL Server, go to the Microsoft web site, do a search on "trial software" (normally, there is usually a Trial Software link on the home page), and follow the links to locate the trial edition of Microsoft SQL Server 2005 Enterprise Edition (this is a very big file: 890.9 MB - 1050.0 MB).

Installation Steps


Introduction

If you purchased Microsoft Visual Studio 2005 Professional, it may have come with the SQL Server 2005 Developer Edition DVD. To install it, put the DVD in the drive. A white window with links will come up. You can click the link under x86 to install. If you are downloading, click the X86 Executable link. When a dialog box comes up, click Save, locate a folder on your computer where to save the file and click OK. The download will start. Depending on your connection speed and your computer, this may take a while.

When the download is over, click Open

On the dialog box, click Next


The InstallShield Wizard will start copying files to your hard drive. When it has finished, click Finish. After the files have been copied, click Open.

If you have a DVD burner, from inside the SQLEVAL folder, create a DVD that contains the Servers folder, the Tools folder, and the autorun.inf file.

Practical LearningPractical Learning: Installing MS SQL Server

1. Start your computer or server if necessary.
If you are using the Microsoft SQL Server 2005 DVD, put it the drive.

#
If you had downloaded the Microsoft SQL Server 2005 Trial Software and created a DVD of it, put it in
# If you are using the DVD, click the link that leads to type of processor your computer is using, such as x86-based operating system:

Under the Install section, click Server Components:


# A message box with the End User License Agreement will be presented to you. Read it. If you don't agree with the license, click Cancel. Otherwise, click the I Accept check box and click Next:

# On the first page of the Welcome wizard, click Next
# Read the Installing Prerequisites page of the wizard and click Install:

When this phase is over, click Next:

In the next dialog box, click Next

The next page of the wizard will check the availability of the various options that Microsoft SQL Server will need or will communicate with. When this phase is over, click Next:

In the next page, change or accept the pieces of information: Name (this name will not be the login name; it's just a name) and Company. Click Next

Accept not to install any options or select the options you want and click Next

In the next page, accept the default instance or specify one. Then click Next

The next step allows you to specify who is doing the installation. If you are an administrator, specify the account's password. If you have an account that can perform an installation on the server, enter its username, its password, and the domain it belongs to:

# Otherwise, you can click the Use The Built-In System Account radio button
# Click Next
# On the next step, you can accept to exclusively use Windows Authentication Mode with the first radio button. Otherwise, you can and should use this opportunity to allow different persons to log in to this SQL Server. In this case, you can select the second radio button and create a password for the SQL Server Authentication, which would create and setup the sa account:

Click Next

Accept the options in the next page of the wizard and click Next

f you click Details, a dialog box would presented to you, showing how the server could be contacted from a browser:

To configure the server, accept or click the Install The Default Configuration radio button and click Next

The next page of the wizard allows you to specify whether to keep in touch Microsoft. After making your selections, click Next

Once Setup has enough information, on the last wizard page, click Install.
The wizard will start installing all the selected components

Once the components have been installed, click Next

On the last page, click Finish

SQL Server Startup

To use SQL Server, it must start as a service. You have two options. You can start it every time you want to use. You can also make it start whenever the computer comes up from booting:


Connecting to a Microsoft SQL Server

*

After installing Microsoft SQL Server, you can use. To perform an operation on a database server, you must establish a connection to it. To do this, you have to log on to the server. You have two options:
* You can start Microsoft SQL Server Management Studio and a Connect To Server dialog box would come
* If you had clicked Cancel on the Connect To Server dialog box, to establish a connection, in the Object Explorer, click Connect -> Database Engine...
* If you had already established a connection to one server but you want to create a connection to another server, in the Object Explorer, you can click Connect -> Database Engine...

The Connect To Server dialog box allows you to identify yourself (or the account you will use) to establish a connection with a server that is running Microsoft SQL Server. You must provide the necessary credentials. You can uss Windows Authentication. Here is an example:

Alternatively, you can use an existing SQL Server account. To do this, select SQL Server Authentication from the Authentication combo box. Enter a username in the Login combo box and enter a password in the corresponding text box:

hacks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply
The Following User Says Thank You to hacks For This Useful Post:
qgillman (08-25-2008)
Click here to Donate to remove the Adverts.
Your Ad Here
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Exam-Pack 70-443: Designing a Database Server Infrastructure Using Microsoft SQL Server 2005 hacks Ebooks,tutorials & Other Stuff 0 03-18-2008 08:40 AM
Introduction to Windows Server 2008, Mspress Ebook (496 Pages) PaNkAJ Ebooks,tutorials & Other Stuff 0 11-30-2007 02:13 AM
Introduction to the Microsoft .NET Framework/Video Suite pb421 Ebooks,tutorials & Other Stuff 0 10-26-2007 07:34 AM
Microsoft Windows Server 2008 KoOL Appz Zone 0 10-16-2007 05:31 AM
introduction to microsoft windows xp and office... ggvegaggvega Windows 3 06-12-2007 03:58 PM



Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles

RapidShare Links PhazeDDL Warez
PhazeDDL Warez