Part 2 A : Editions, installation and Connectivity to SSMS

Learning RPA Technologies
27 Mar 201808:07

Summary

TLDRIn this Microsoft SQL tutorial, Amir introduces various editions of Microsoft SQL Server, including Enterprise, Standard, Workgroup, Web, Developer, Express, Compact, Datacenter, Business Intelligence, and Evaluation editions. Each edition is tailored for different user needs, from full-feature sets to free entry-level databases for mobile apps. Amir also outlines the history of SQL Server versions, highlighting the introduction of new features like Power View and Power Pivot in recent releases. The tutorial promises to continue with installation and connectivity instructions for SQL Server Management Studio (SSMS).

Takeaways

  • 📚 Microsoft SQL Server is available in various editions, each tailored to different needs and features.
  • 🏢 Enterprise Edition is the top-tier edition with a full feature set, including advanced permissions and capabilities.
  • 📈 Standard Edition offers fewer features compared to Enterprise, suitable for environments without the need for advanced features.
  • 👥 Workgroup Edition is ideal for remote offices of large companies, allowing multiple employees to connect to a specific server for remote work.
  • 🌐 Web Edition is designed for web applications, such as ASP.NET or PHP, that require database connectivity.
  • 👨‍💻 Developer Edition is similar to Enterprise but is licensed for one user, intended for development or testing purposes, and can be upgraded to Enterprise.
  • 🆓 Express Edition is a free entry-level database with limitations on CPU, memory, and database size, suitable for small-scale applications.
  • 📱 Compact Edition is a free embedded database for mobile application development with a maximum database size of 4 GB.
  • 🔊 Datacenter Edition, introduced in SQL Server 2008 R2, has no memory limitation and supports more than 25 instances simultaneously.
  • 📊 Business Intelligence Edition, introduced in SQL Server 2012, includes all features of the Standard Edition plus advanced BI features like Power View and Power Pivot, but lacks advanced availability features.
  • 🚀 SQL Server Evaluation Edition provides a fully functional, free instance for learning and developing solutions with a built-in expiration of six months from installation.

Q & A

  • What are the various editions of Microsoft SQL Server mentioned in the script?

    -The script mentions Enterprise Edition, Standard Edition, Workgroup Edition, Web-based Edition, Developer Edition, Express Edition, Compact Edition, Datacenter Edition, Business Intelligence Edition, and Evaluation Edition.

  • What features does the Enterprise Edition of Microsoft SQL Server offer?

    -The Enterprise Edition offers a full feature set, including the ability to create procedures, views, and handle permissions.

  • Why would one choose the Standard Edition over the Enterprise Edition?

    -One might choose the Standard Edition if there is no requirement for the advanced features available in the Enterprise Edition.

  • In what scenario is the Workgroup Edition of SQL Server most suitable?

    -The Workgroup Edition is suitable for remote offices of a large company where employees are working from different locations globally.

  • What is the main advantage of the Web-based Edition of Microsoft SQL Server for web applications?

    -The main advantage is that it allows web applications, such as those built with ASP.NET, PHP, or HTML, to connect to the database.

  • How does the Developer Edition differ from the Enterprise Edition in terms of licensing?

    -The Developer Edition is similar to the Enterprise Edition but is licensed for use by only one user for development or testing purposes.

  • What are the limitations of the Express Edition in terms of CPU, memory, and database size?

    -The Express Edition can utilize only one CPU and 1 GB of memory, with a maximum database size of 10 GB.

  • What is the purpose of the Compact Edition of Microsoft SQL Server?

    -The Compact Edition is a free embedded database for mobile application development, with a maximum database size of 4 GB.

  • What is unique about the Datacenter Edition introduced in SQL Server 2008?

    -The Datacenter Edition has no memory limitation and offers support for more than 25 instances at a time.

  • What features does the Business Intelligence Edition include that are not found in the Standard Edition?

    -The Business Intelligence Edition includes all features of the Standard Edition and supports advanced features such as Power View and Power Pivot, but it lacks support for advanced availability features like Always On Availability Groups.

  • What is the duration of the SQL Server Evaluation Edition's built-in expert?

    -The Evaluation Edition has a built-in expiration of six months from the time of installation.

  • What is the latest version of Microsoft SQL Server mentioned in the script?

    -The latest version mentioned in the script is SQL Server 2017 with version 14.0.

Outlines

00:00

🚀 Introduction to Microsoft SQL Server Editions

This paragraph introduces the various editions of Microsoft SQL Server, highlighting their unique features and use cases. Amir, the presenter, begins by outlining the range of editions available, including Enterprise, Standard, Workgroup, Web, Developer, Express, Compact, Datacenter, Business Intelligence, and Evaluation Editions. Each edition is briefly described in terms of its capabilities, with Enterprise Edition offering the most comprehensive feature set. The Standard Edition is tailored for less feature-intensive needs, while Workgroup Edition is ideal for remote offices of large companies. Web Edition is designed for web applications, Developer Edition is similar to Enterprise but limited to one user, and Express Edition is a free entry-level option with limitations on CPU, memory, and database size. Compact Edition is suitable for mobile application development with a 4 GB database size limit. Lastly, Datacenter Edition, introduced in SQL Server 2008 R2, has no memory limitations and supports multiple instances, and Business Intelligence Edition includes advanced features like Power View and Power Pivot but lacks Always On availability support.

05:02

📚 SQL Server Edition Features and Version History

The second paragraph delves deeper into the features of the Business Intelligence Edition and the limitations it has regarding advanced availability features like Always On Availability Groups. It also introduces the SQL Server Evaluation Edition, which is a free, fully functional version with a time limit of six months from installation. The paragraph then provides a historical overview of Microsoft SQL Server versions, starting from the earliest release in 1999 to the latest version at the time of the video, SQL Server 2017 with version 14.0. The presenter, Amir, promises to continue the tutorial in the next video, focusing on the installation of Microsoft SQL Server Management Studio (SSMS) and how to connect to it, concluding the video with a thank you message to the viewers.

Mindmap

Keywords

💡Microsoft SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft. It is a central theme of the video, which discusses various editions and their features. The script mentions different versions and editions, indicating the evolution and variety of SQL Server offerings.

💡Editions

The term 'editions' in the context of the video refers to the different versions of Microsoft SQL Server, each tailored to meet specific user needs and capabilities. The script outlines several editions, such as Enterprise, Standard, and Express, each with its own set of features and use cases.

💡Enterprise Edition

Enterprise Edition is the top-tier version of Microsoft SQL Server, offering a full feature set. The video describes it as having all kinds of features, including permissions, procedures, and views, making it suitable for large-scale and complex database needs.

💡Standard Edition

Standard Edition is a less feature-rich version compared to Enterprise Edition. It is designed for scenarios where advanced features are not required. The script positions it as a more cost-effective option for users with moderate database needs.

💡Workgroup Edition

Workgroup Edition is suitable for remote offices of large companies, as it allows multiple employees to connect to a particular server and work remotely. The video script suggests this edition is preferred for companies with a dispersed workforce.

💡Web-based Edition

Web-based Edition is tailored for web applications, such as those built with ASP.NET, PHP, or HTML. It is designed to facilitate database connections for web development, as mentioned in the script.

💡Developer Edition

Developer Edition is similar to Enterprise Edition but is licensed for use by a single user for development or testing purposes. The script highlights that it can be easily upgraded to Enterprise Edition without the need for reinstallation.

💡Express Edition

Express Edition is a free entry-level database offered by Microsoft. It has limitations, such as utilizing only one CPU and 1GB of memory, with a maximum database size of 10GB. The script positions it as a cost-effective option for small-scale or learning purposes.

💡Compact Edition

Compact Edition is a free embedded database designed for mobile application development. With a maximum database size of 4GB, it is specifically intended for mobile use, as illustrated in the script with the example of Android apps.

💡Datacenter Edition

Datacenter Edition, introduced in SQL Server 2008 R2, has no memory limitation and supports more than 25 instances simultaneously. The script highlights it as a powerful option for large-scale datacenter operations.

💡Business Intelligence Edition

Business Intelligence Edition is a newer introduction in SQL Server, including all features of the Standard Edition and advanced analytical features like Power View and Power Pivot. However, it lacks support for advanced availability features, as mentioned in the script.

💡Evaluation Edition

Evaluation Edition of SQL Server provides a fully functional, free instance for a limited time, typically six months from installation. It is ideal for learning and developing solutions, as described in the script.

Highlights

Introduction to Microsoft SQL Server editions and features.

Enterprise Edition is the top edition with a full feature set.

Standard Edition has fewer features compared to Enterprise Edition.

Workgroup Edition is suitable for remote offices of large companies.

Web-based Edition is best for web applications like ASP.NET or PHP.

Developer Edition is similar to Enterprise but limited to one user.

Express Edition is a free entry-level database with limitations on CPU, memory, and DB size.

Compact Edition is a free embedded database for mobile application development.

Datacenter Edition has no memory limitation and supports more than 25 instances.

Business Intelligence Edition includes advanced features like Power View and Power Pivot.

Business Intelligence Edition lacks support for advanced availability features.

Evaluation Edition offers a fully functional, free instance for learning and development.

Overview of Microsoft SQL Server release history from 1.0 to the latest version.

Business Intelligence Edition was introduced in SQL Server 2012.

SQL Server 2014 introduced with version 12.0.

SQL Server 2016 released with version 13.

Latest release is SQL Server 2017 with version 14.4.

Upcoming tutorial on installing Microsoft SQL Server Management Studio (SSMS).

Learning how to connect SSMS in the next video.

Transcripts

play00:00

hi welcome to Microsoft SQL tutorials my

play00:04

name is Amir this is part 2 additions

play00:07

installation and connectivity to SSMS in

play00:11

this session we will understand what are

play00:14

different editions of Microsoft SQL

play00:16

Server and their features second how to

play00:20

install Microsoft SQL Server management

play00:23

studio and finally we will check it out

play00:26

how to connect SSMS first of all we'll

play00:33

check it out what are the different

play00:34

versions and different editions of

play00:37

Microsoft SQL Server SQL Server is

play00:41

available in various editions there you

play00:45

know one is Enterprise Edition another

play00:47

one is standard edition of SQL Server

play00:50

and workgroup Edition web-based Edition

play00:56

we are having developer based editions

play00:59

Express Edition compact Edition

play01:03

datacenter Edition business intelligence

play01:07

Edition and finally we hang interpret

play01:10

evaluation Edition as of now so let me

play01:13

check it one by one we'll check it what

play01:15

are the features that were having for

play01:17

each and every edition of the Microsoft

play01:19

SQL Server first we will check it out

play01:22

what is Enterprise Edition this is the

play01:25

top and Edition with the full feature

play01:27

set we're having all kind of features

play01:30

like you know where hand the permissions

play01:33

we can create the procedures views

play01:35

everything we're having in the

play01:38

Enterprise Edition next we'll check it

play01:42

out what is standard edition in this

play01:45

standardization this is having a less

play01:47

feature comparatively with Enterprise

play01:49

Edition where there is no requirement of

play01:52

the advanced features then in their case

play01:55

we are going to use the standard

play01:56

editions next workgroup Edition this is

play02:04

suitable for the remote offices of a

play02:06

large company so see if we are working

play02:09

for the company purpose and there's a

play02:11

lot of em play dirty No

play02:14

bulk number of em plus or do you know

play02:15

we're having so many employ like five

play02:18

thousand or three thousand or more than

play02:20

ten to twenty employees in that case and

play02:24

they're also working from the different

play02:25

different locations okay different part

play02:29

of the globe then in that case will

play02:31

preferred work group additions so that

play02:33

they can connect to a particular

play02:36

addition on particular server of the

play02:38

Microsoft SQL Server and then can work

play02:41

remotely this is the main advantage of

play02:43

the work group okay so we can most of

play02:47

the company's or prefer for the work

play02:48

group edition of the Microsoft SQL

play02:51

Server okay next the best defend for the

play02:57

web applications so if they're having

play03:00

any kind of web application like asp.net

play03:02

or PHP or you know HTML different

play03:06

different kind of web applications so

play03:08

that they want to connect to the

play03:09

database so in that case they will

play03:11

prefer web-based Edition Microsoft SQL

play03:14

Server anything next developer edition

play03:19

this is similar to enterprise only but

play03:22

license to only one user only for the

play03:25

one development purpose or one testing

play03:28

purpose and one demo so it can be used

play03:32

to upgrade to enterprise without any

play03:34

reinstallation so we can upgrade if you

play03:38

want to enterprise we can go ahead way

play03:40

it is a very simple step or we're just

play03:42

going to upgrade it so that it will

play03:44

convert easily into Enterprise Edition

play03:47

next Express Edition this is free entry

play03:52

level database it can utilize only one

play03:56

CPU and 1gb memory only the maximum size

play04:00

of the DB is 10 GB okay this is reason

play04:03

it's a Express Edition that what we'll

play04:05

call it next compact Edition this is the

play04:10

free embedded database for mobile

play04:13

application development the maximum size

play04:16

of the database is 4 GB only this is

play04:19

using for the mobile purpose only mobile

play04:21

application development purpose if you

play04:24

see right now we're hangs a marine right

play04:26

now Android

play04:27

there's a different different mobile

play04:28

apps that coming into picture into the

play04:30

market so for if you want to use it that

play04:32

will go will prefer compact edition so

play04:35

the Magnum size of the DB is for to be

play04:38

only okay next data center the major

play04:42

change in SQL Server 2008 or two is the

play04:46

datacenter edition the datacenter

play04:49

edition has no memory limitation and

play04:51

offers supports for more than 25

play04:54

instances at a time okay next business

play04:58

intelligence so business intelligence

play05:01

Edition is the new introduction in SQL

play05:04

Server 2000 includes all features in the

play05:08

standard edition and supports for the

play05:11

advanced behave features such as power

play05:13

power view power pivot but it lacks

play05:17

support for the advanced availability

play05:19

features like always on availability

play05:21

groups and other online operations okay

play05:25

so as we said this the things that what

play05:29

are the features that were hanging Power

play05:31

View power pivot and it won't support

play05:34

always-on feature availability this is

play05:36

oh no always-on feature is available for

play05:39

the remaining the previous versions like

play05:42

you know previous editions like

play05:44

enterpriser and all the things but

play05:45

there's always on availability is not

play05:48

available for the business intelligence

play05:49

available this is the lack of the next

play05:53

enterprise evaluation the SQL Server

play05:56

evaluation Edition is a great way to get

play05:59

a fully functional and free instance of

play06:03

the skills or for learning and

play06:05

developing solutions this edition has a

play06:09

built in expert a of six months from the

play06:12

time of your installation in it okay

play06:16

these are all different different

play06:18

editions of Microsoft SQL so we have

play06:22

gone through the different different

play06:23

work different different editions of the

play06:26

Microsoft SQL next we will check it out

play06:29

what are the Microsoft server version

play06:32

list that we are having if you see on my

play06:35

screen there are different different

play06:37

versions of them of the Microsoft

play06:40

SQL Server release history there if you

play06:43

see the first version has been sorted

play06:46

with the one point rule in 1999 so the

play06:51

release name is a school's over 1.0

play06:53

16-bit it's a code name as given as

play06:55

Philippi so and there's no internal

play06:59

worship and then it has been started one

play07:02

point one four point two a four point to

play07:04

be and then later on it have been now

play07:07

you know it's called in 1995 scheme with

play07:10

6.0 version with the SQL Server release

play07:13

history if you see that it is calls or

play07:16

6.0 writing on the latest if you see I

play07:19

have given two tone to Earl SQL Server

play07:22

2012 with eleven point four worship so

play07:24

in this area that they have introduced

play07:26

business intelligence Edition okay

play07:29

later on SQL Server 2014 release name

play07:33

and 2014 with the version of Tor 0.0

play07:36

right now we're having SQL Server 2016

play07:40

with taken point version and the latest

play07:44

release is SQL Server 2007 teen with

play07:48

fourteen point four version in the next

play07:51

video we'll continue how to install in

play07:55

Microsoft SQL Server management studio

play07:57

and also we will learn how to connect

play08:00

SSMS thank you for watching this video

play08:04

have a great day

Rate This

5.0 / 5 (0 votes)

関連タグ
SQL ServerDatabaseEditionsFeaturesEnterpriseStandardWebDeveloperExpressBusiness IntelligenceTutorial
英語で要約が必要ですか?