Sqlserver
 sql >> Teknologi Basis Data >  >> RDS >> Sqlserver

Mendeteksi apakah SQL Server Compact Edition 3.5 SP2 x64 diinstal?

sistem x64 dengan hanya x86 runtime yang diinstal:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server Compact Edition\v3.5\ENU]
"DesktopRuntimeVersion"="3.5.8080.0"
"DesktopRuntimeServicePackLevel"="2"

sistem x64 dengan x86 dan x64 terpasang:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server Compact Edition\v3.5\ENU]
"DesktopRuntimeVersion"="3.5.8080.0"
"DesktopRuntimeServicePackLevel"="2"
"DesktopRuntimeVersion_x64"="3.5.8080.0"


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Apa itu Protokol TDS Versi 8.0 dan mengapa saya harus menggunakannya?

  2. Pembuatan tabel dinamis di tsql

  3. Tampilkan Opsi Konfigurasi Server Tingkat Lanjut di SQL Server (T-SQL)

  4. Dapatkan Beberapa Nilai di Kursor SQL Server

  5. PI() Contoh di SQL Server