From d7ff639ca6501a4da0959519f4e6c786fe2b3ff0 Mon Sep 17 00:00:00 2001 From: Andrea Lam Date: Wed, 5 Apr 2017 15:54:23 -0700 Subject: [PATCH] Created _JDBC Survey Results (markdown) --- _JDBC-Survey-Results.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _JDBC-Survey-Results.md diff --git a/_JDBC-Survey-Results.md b/_JDBC-Survey-Results.md new file mode 100644 index 0000000..e9543f6 --- /dev/null +++ b/_JDBC-Survey-Results.md @@ -0,0 +1,14 @@ +Results from the survey published on Feb 23, 2017 and closed on March 14, 2017. + +Number of Respondents: **45** + +*All questions below allowed multiple answers. As a result, %s in results below do not always total 100%.* + +Question|Results +--|--------- +What is your build system of choice?|73.33% Maven
28.89% Gradle
6.67% Ant
+How do you obtain the JDBC driver?|86.67% Download jar or add as dependency from Maven Central
13.33% Download jar from Microsoft Download Center
13.33% Download jar from GitHub +What version(s) of Java do your applications use?|95.56% Java 8
28.89% Java 7
6.67% Java 9
4.44% Java 6 +What type of JVM do you use?|88.89% Oracle JVM
37.78% OpenJDK
4.44% IBM JVM
2.22% IcedTea
2.22% Azul +What operating system do you use with Java?|54.55% Windows 10
45.45% Ubuntu 16.04
29.55% Windows 7
28.89% RedHat Enterprise Linux 7/CentOS 7
22.73% macOS Sierra
20.45% RedHat Enterprise Linux 6/CentOS 6
13.64% Ubuntu 16.10 (Preview)
8.89% Windows Server 2012
4.55% Ubuntu 15.10
4.55% SUSE Enterprise Linux 12
4.55% OS X El Capitan
2.22% Ubuntu 14.04
2.22% Windows Server 2016
2.22% Windows Server 2008R2
2.22% Azure App Server (Windows)
2.22% Arch Linux
2.22% OpenSolaris 11
2.22% openSUSE Leap/Tumbleweed +What version of SQL Server does your Java application connect to?|62.22% SQL Server 2016
44.44% SQL Server 2012
44.44% SQL Server 2014
37.78% SQL Server 2008R2
17.78% SQL Server 2008
17.78% Azure SQL Database
11.11% SQL Server 2005
6.67% SQL Server vNext
4.44% Azure SQL Data Warehouse \ No newline at end of file