📜  Derby和MS SQL Server之间的区别

📅  最后修改于: 2021-08-25 10:03:07             🧑  作者: Mango

1.德比:
Derby是用Java实现的功能齐全的开源关系数据库管理系统(RDBMS),顾名思义,它是由Apache Software Foundations开发的。它基于Java,JDBC和SQL标准。 Derby易于安装,部署和使用。它可以嵌入Java应用程序中,也可以用作数据库服务器。

2. MS SQL Server:
Microsoft SQL Server是一个依赖于平台的关系数据库管理系统(RDBMS),它既是GUI也是基于命令的软件。它支持公司IT环境中的各种事务处理,商业智能和分析应用程序。它由Microsoft Corporation开发,最初于1989年4月24日发布。它使用C和C++语言编写。

Derby和MS SQL Server之间的区别:

SR.NO. Derby MS SQL Server
1 It is developed by Apache Software Foundation in 1997. It is developed By D. Richard Hipp. in 1989.
2 It is written in Java language. It is written in C and C++ language.
3 The primary database model for Derby is Relational DBMS. The primary database model for MS SQL Serve is Relational DBMS.
4 Server operating systems for Derby are Windows, macOs, Linux, Unix, BSD and z/OS. Server operating systems for MS SQL Server are Linux, Windows.
5 It has Java Stored Procedures for Server-side scripts. It has Transact SQL, .NET languages, R, Python and (with SQL Server 2019) Java for Server-side scripts.
6 APIs and other access methods used by Derby is JDBC. APIs and other access methods used by MS SQL Server are ADO.NET, JDBC, Tabular Data Stream (TDS)and ODBC.
7 It supports only Java programming language. It supports C#, C++, Java, JavaScript, Visual basics, PHP, PL/SQL, Python, R, Ruby, etc.
8 It supports Master-Slave Replication methods. It supports replication method but depending on the SQL-Server Edition.
9 It is a open source software framework. It is a commercial databases.
10 It supports fine grained access rights according to SQL-standard. It also supports fine grained access rights according to SQL-standard.