SQL SERVER 2012 ENTERPRISE CORE EDITION的问题

minhua1983 2014-10-16 11:51:32
网上查了下
SQL SERVER 2012 ENTERPRISE CORE EDITION和SQL SERVER 2012 ENTERPRISE EDITION的区别在于前者不提供图形界面,有20个核心限制数。

我有个问题就是SQL SERVER 2012 ENTERPRISE CORE EDITION虽然不提供图形界面,但是可以使用SQL SERVER 2012 management studio来管理么?
...全文
693 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
Tiger_Zhao 2014-10-20
  • 打赏
  • 举报
回复
引用 7 楼 minhua1983 的回复:
[quote=引用 6 楼 Tiger_Zhao 的回复:] 买CORE版本又哪来的management studio?
我说的CORE EDITION是SQL SERVER 2012 ENTERPRISE CORE EDITION,不是WINDOWS SERVER CORE。 你的意思应该是WINDOWS SERVER CORE下不能用management studio,这个没错。 晚上去STACKOVERFLOW问了,看了下老外的意思,就是同一个产品,就是授权方式不同。[/quote] 我说的就是SQL SERVER,CORE 版本没有management studio,你哪来的management studio进行管理?
發糞塗牆 2014-10-20
  • 打赏
  • 举报
回复
而且core edition不支持某些功能,不如SSRS那些
發糞塗牆 2014-10-20
  • 打赏
  • 举报
回复
引用 楼主 minhua1983 的回复:
网上查了下 SQL SERVER 2012 ENTERPRISE CORE EDITION和SQL SERVER 2012 ENTERPRISE EDITION的区别在于前者不提供图形界面,有20个核心限制数。 我有个问题就是SQL SERVER 2012 ENTERPRISE CORE EDITION虽然不提供图形界面,但是可以使用SQL SERVER 2012 management studio来管理么?
可以,但是要应该要远程机器上打开SSMS
iqlife 2014-10-20
  • 打赏
  • 举报
回复
很明显啊, SQL SERVER 2012 ENTERPRISE CORE EDITION虽然不提供图形界面,所以购买的时候肯定没有 management studio组件 但是可以使用SQL SERVER 2012 management studio来管理么? 竟然没有买,怎么能用management studio?没有买,并且使用了,那个叫盗版。
minhua1983 2014-10-18
  • 打赏
  • 举报
回复
引用 6 楼 Tiger_Zhao 的回复:
买CORE版本又哪来的management studio?
我说的CORE EDITION是SQL SERVER 2012 ENTERPRISE CORE EDITION,不是WINDOWS SERVER CORE。 你的意思应该是WINDOWS SERVER CORE下不能用management studio,这个没错。 晚上去STACKOVERFLOW问了,看了下老外的意思,就是同一个产品,就是授权方式不同。
Tiger_Zhao 2014-10-17
  • 打赏
  • 举报
回复
买CORE版本又哪来的management studio?
还在加载中灬 2014-10-17
  • 打赏
  • 举报
回复
难道~management studio 不是图形界面吗?
还在加载中灬 2014-10-16
  • 打赏
  • 举报
回复
management studio不就是图形界面了吗? 如果可以执行脚本,那就可以用脚本执行图形界面所可以操作的功能
专注or全面 2014-10-16
  • 打赏
  • 举报
回复
当然可以了,你的sqlserver版本指的是服务,跟管理工具无关吧 难道说SQL SERVER 2012 management studio不能连接sqlserver2008,sqlserver2005麽?肯定的 甚至可以用其他的管理工具来连接,比如toad
minhua1983 2014-10-16
  • 打赏
  • 举报
回复
引用 3 楼 Tiger_Zhao 的回复:
既然要用 management studio 管理,为什么还选用 CORE EDITION? 这不自相矛盾么!
确实矛盾,只是上头指定需要买这个版本,上头说即便CORE版本不带图形界面,也理应可以用management studio。所以在购买之前让我确认一下,故来CSDN求助了- -。
Tiger_Zhao 2014-10-16
  • 打赏
  • 举报
回复
既然要用 management studio 管理,为什么还选用 CORE EDITION?
这不自相矛盾么!
Transact-SQL, or T-SQL, is Microsoft Corporation’s powerful implementation of the ANSI standard SQL database query language, which was designed to retrieve, manipulate, and add data to relational database management systems (RDBMS). You may already have a basic idea of what SQL is used for, but you may not have a good understanding of the concepts behind relational databases and the purpose of SQL. This book will help you build a solid foundation of understanding, beginning with core relational database concepts and continuing to reinforce those concepts with real-world T-SQL query applications. If you are familiar with relational database concepts but are new to Microsoft SQL Server or the T-SQL language, this book will teach you the basics from the ground up. If you’re familiar with earlier versions of SQL Server, it will get you up-to-speed on the newest features. And if you know SQL Server 2005, you’ll learn about some exciting new capabilities in SQL Server 2008. Information Technology professionals in many different roles use T-SQL. Our goal is to provide a guide and a reference for IT pros across the spectrum of operational database solution design, database application development, and reporting and business intelligence solutions. Database solution designers will find this book to be a thorough introduction and comprehensive reference for all aspects of database modeling, design, object management, query design, and advanced query concepts. Application developers who write code to manage and consume SQL Server data will benefit from our thorough coverage of basic data management and simple and advanced query design. Several examples of ready-to-use code are provided to get you started and to continue to support applications with embedded T-SQL queries. Report designers will find this book to be a go-to reference for report query design. You will build on a thorough introduction to basic query concepts and learn to write efficient queries to support business reports and advanced analytics. Finally, database administrators who are new to SQL Server will find this book to be an all-inclusive introduction and reference of mainstream topics. This can assist you as you support the efforts of other team members. Beyond the basics of database object management and security concepts, we recommend Beginning SQL Server 2005 Administration and Beginning SQL Server 2008 Administration from Wrox, co-authored in part by the same authors. This book introduces the T-SQL language and its many uses, and serves as a comprehensive guide at a beginner through intermediate level. Our goal in writing this book was to cover all the basics thoroughly and to cover the most common applications of T-SQL at a deeper level. Depending on your role and skill level, this book will serve as a companion to the other Wrox books in the Microsoft SQL Server Beginning and Professional series.. This book will help you to learn: * How T-SQL provides you with the means to create tools for managing databases of different size, scope, and purpose * Various programming techniques that use views, user-defined functions, and stored procedures * Ways to optimize query performance * How to create databases that will be an essential foundation to applications you develop later Each section of this book organizes topics into logical groups so the book can be read cover-to-cover or can be used as a reference guide for specific topics. We start with an introduction to the T-SQL language and data management systems, and then continue with the SQL Server product fundamentals. This first section teaches the essentials of the SQL Server product architecture and relational database design principles. This section (Chapters 1–3) concludes with an introduction to the SQL Server administrator and developer tools. The next section, encompassing Chapters 4 through 9, introduces the T-SQL language and teaches the core components of data retrieval, SQL functions, aggregation and grouping, and multi-table queries. We start with the basics and build on the core structure of the SQL SELECT statement, progressing to advanced forms of SELECT queries. Chapter 10 introduces transactions and data manipulation. You will learn how the INSERT, UPDATE, and DELETE statements interact with the relational database engine and transaction log to lock and modify data rows with guaranteed consistency. You will not only learn to use correct SQL syntax but will understand how this process works in simple terms. More advanced topics in the concluding section will teach you to create and manage T-SQL programming objects, including views, functions, and stored procedures. You learn to optimize query performance and use T-SQL in application design, applying the query design basics to real-world business solutions. Chapter 15 contains a complete tutorial on using SQL Server 2008 Reporting Services to visualize data from the T-SQL queries you create. The book concludes with a comprehensive set of reference appendixes for command syntax, system stored procedures, information schema views, file system commands, and system management commands. The material in this book applies to all editions of Microsoft SQL Server 2005 and 2008. To use all the features discussed, we recommend that you install the Developer Edition, although you can also use the Enterprise, Standard, or Workgroup editions. SQL Server 2005 Developer Edition or SQL Server 2008 Developer Edition can be installed on a desktop computer running Windows 2000, Windows XP, or Windows Vista. You can also use Windows 2000 Server, Windows Server 2003, or Windows Server 2008 with the Enterprise or Standard edition. The SQL Server client tools must be installed on your desktop computer and the SQL Server relational database server must be installed on either your desktop computer or on a remote server with network connectivity and permission to access. Consult www.microsoft.com/sql for information about the latest service packs, specific compatibilities, and minimum recommend system requirements. The examples throughout this book use the following sample databases, which are available to download from Microsoft: the sample database for SQL Server 2005 is called AdventureWorks, and the sample database for SQL Server 2008 is called AdventureWorks2008. Because the structure of these databases differs significantly, separate code samples are provided throughout the book for these two version-specific databases. An example using the AdventureWorks2008DW database for SQL Server 2008 is also used in Chapter 15.

22,206

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 疑难问题
社区管理员
  • 疑难问题社区
  • 尘觉
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧