SQL Server Compact (original) (raw)
- Microsoft SQL Server Compact (SQL Server CE) es un motor de base de datos relacional, de libre descarga y distribución, tanto para dispositivos móviles como para aplicaciones escritorio. Especialmente orientada a sistemas ocasionalmente conectados, ofrece unas características especialmente útiles para clientes ligeros. La versión más reciente es SQL Server Compact 3.5 SP2. Anteriormente era conocida como SQL Server CE o SQL Server Mobile. Desde la versión 2.0, el lanzamiento de SQL Server Compact ha ido ligado al de Microsoft Visual Studio .NET. Recientemente, Scott Guthrie, vicepresidente Corporativo de la División de Desarrollo de Microsoft, anunció el próximo lanzamiento de SQL Server Compact 4.0 con novedades relacionadas principalmente al desarrollo de aplicaciones ASP.NET. Por otra parte la próxima versión de Windows Phone 7.1, con nombre en clave Mango, soportará una versión específica de SQL Server Compact 4.0 con soporte para LINQ to SQL. (es)
- Microsoft SQL Server Compact (SQL CE) ist ein kompaktes, relationales Datenbanksystem, das sowohl für den Einsatz in tragbaren Geräten als auch für den Desktopbereich konzipiert wurde. Es handelt sich um ein eingebettetes Datenbanksystem. Das System wird also nicht als eigenständige Software installiert, sondern besteht im Wesentlichen aus einer Assembly, die in die Anwendung eingebunden wird. Diese Art von Datenbanksystem erspart also Installation, Betrieb und Betreuung eines separaten Datenbankserver-Dienstes, der permanent Ressourcen verbrauchen würde, wobei eventuell anfallende Verwaltungsaufgaben, wie z. B. die Einführung zusätzlicher Attribute oder Tabellen bei Versionswechsel, automatisiert aus der Anwendung heraus erledigt werden müssen. Dies macht den entscheidenden Unterschied gegenüber konventionellen Datenbanken. Durch Einbinden der Bibliothek wird die Applikation um Datenbankfunktionalitäten erweitert, ohne auf einen externen Dienst angewiesen zu sein. Anwendungsgebiete sind in der Regel dort, wo Datenbankfunktionalität benötigt wird, die Datenmenge nicht allzu groß ist und Zugriffe nur von einem Rechner aus erfolgen. Ein Anwendungsgebiet könnte z. B. ein Programm zur Analyse von Logdateien sein. Dieses liest eine Logdatei ein, zerlegt sie und speichert sie intern als Datensätze in einer Tabelle. Durch den Zugriff mittels SQL auf die Daten ist ein nahezu beliebiges Sortieren und Filtern möglich. SQL CE wird von Microsoft kostenlos angeboten und verfügt über eine native 64-Bit Unterstützung. 2013 gab Microsoft bekannt, SQL Server Compact nicht mehr weiterzuentwickeln. Anstelle von SQL Server Compact empfiehlt Microsoft die Verwendung von SQL Server LocalDB. (de)
- Microsoft SQL Server Compact (EOL, See SQL Express) (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops. Prior to the introduction of the desktop platform, it was known as SQL Server for Windows CE and SQL Server Mobile Edition. It includes both 32-bit and 64-bit native support. SQL CE targets occasionally connected applications and applications with an embedded database. It is free to download and redistribute. An ODBC driver for SQL CE does not exist, nor is one planned. Native applications may use SQL CE via OLE DB. The latest, and last, release is the SQL Server Compact 4.0. In February 2013 SQL Server Compact Edition had been deprecated; no new versions or updates are planned, although Microsoft continued to support the product until July 2021. (en)
- Microsoft SQL Server Compact (SQL CE)是微软公司的运行于移动或桌面平台的紧凑型关系数据库。在引入到桌面平台前,早期称作SQL Server for Windows CE与SQL Server Mobile Edition。 包括32位与64位版。 SQL CE targets occasionally connected applications and applications with an embedded database.免费下载与使用。 没有ODBC驱动支持。只能使用OLE DB编程API接口。 最高版本是2011年发布的SQL Server Compact 4.0.微软将支持到2021年7月。 2013年2月,微软宣布SQL Server Compact Edition已经过时了。 (zh)
- SQL Server Compact Edition (первоначальное название — SQL Server Everywhere) — продукт компании Майкрософт в линейке SQL Server, являющийся версией со снятым запретом работы под Win32 и изменённой лицензией. Продукт выпущен 11 января 2007 года. Последний релиз — SQL Server Compact 4.0, с поддержкой .NET Framework 4.0 и работающий под 32- и 64-разрядными версиями Windows. SQL Server Compact основан на том же коде что и SQL Server Mobile. База данных хранится в едином файле, формат которого совпадает с форматом «мобильной» версии. Этот формат файла и движок уже несколько лет используется в некоторых «настольных» продуктах Microsoft, в частности, в клиенте MSN. В отличие от SQL Server Express, выполняющегося в виде отдельного сервиса, SQL Server Compact выполняется «in-proc», то есть в рамках вызывающего процесса. Ограничение на максимальный размер файла базы данных — 4 ГБ. Однако позднее стало известно, что ограничение в 4 ГБ является чисто техническим (связано с тем, что изначально СУБД использовалась на устройствах, где 4 ГБ это более чем достаточно), а потому будет изменено в последующих версиях. Использование SQL Server Compact для веб-приложений под IIS невозможно (программное и лицензионное ограничение). Позже было объявлено, что возможно использование SQL CE из под IIS в новой версии. Для этого необходимо перед использованием библиотеки выполнить команду AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true). Однако такой подход не рекомендуется, так как SQL CE не оптимизирована для одновременного доступа большого количества пользователей. Многопользовательская работа с одним файлом базы данных с разных компьютеров — не поддерживается в связи с техническими сложностями. Однако доступ из разных процессов на одном компьютере вполне возможен и является штатным. В феврале 2013 года Microsoft объявила, что SQL Server Compact Edition устарела. Хотя новых версий и обновлений не планируется, Microsoft будет продолжать поддерживать SQL Compact с помощью стандартной политики поддержки жизненного цикла. Эта поддержка завершится в июле 2021 года. (ru)
- dbr:Encryption
- dbr:OLE_DB
- dbc:Windows_Mobile
- dbr:SQL_Server_Management_Studio
- dbr:SQLite
- dbr:Entity_Framework
- dbr:ClickOnce
- dbc:Microsoft_server_technology
- dbr:Data_compaction
- dbr:Windows_Embedded_Compact
- dbr:Language_Integrated_Query
- dbr:ACID
- dbr:Access_Database_Engine
- dbc:Discontinued_Microsoft_software
- dbc:Relational_database_management_systems
- dbr:Firebird_(database_server)
- dbr:Relational_database
- dbr:HSQLDB
- dbr:Open_Database_Connectivity
- dbr:ADO.NET
- dbc:Microsoft_database_software
- dbr:Mobile_database
- dbr:Application_Programming_Interface
- dbr:Windows_Store_app
- dbr:Microsoft
- dbr:Microsoft_SQL_Server
- dbr:Microsoft_Visual_Studio
- dbr:XML
- dbr:XQuery
- dbr:Manifest_(CLI)
- dbr:Megabyte
- dbr:Nested_transaction
- dbr:Gigabyte
- dbr:Microsoft_Synchronization_Services
- dbr:Stored_procedures
- dbr:T-SQL
- Microsoft SQL Server Compact (SQL CE)是微软公司的运行于移动或桌面平台的紧凑型关系数据库。在引入到桌面平台前,早期称作SQL Server for Windows CE与SQL Server Mobile Edition。 包括32位与64位版。 SQL CE targets occasionally connected applications and applications with an embedded database.免费下载与使用。 没有ODBC驱动支持。只能使用OLE DB编程API接口。 最高版本是2011年发布的SQL Server Compact 4.0.微软将支持到2021年7月。 2013年2月,微软宣布SQL Server Compact Edition已经过时了。 (zh)
- Microsoft SQL Server Compact (SQL CE) ist ein kompaktes, relationales Datenbanksystem, das sowohl für den Einsatz in tragbaren Geräten als auch für den Desktopbereich konzipiert wurde. Es handelt sich um ein eingebettetes Datenbanksystem. Das System wird also nicht als eigenständige Software installiert, sondern besteht im Wesentlichen aus einer Assembly, die in die Anwendung eingebunden wird. Diese Art von Datenbanksystem erspart also Installation, Betrieb und Betreuung eines separaten Datenbankserver-Dienstes, der permanent Ressourcen verbrauchen würde, wobei eventuell anfallende Verwaltungsaufgaben, wie z. B. die Einführung zusätzlicher Attribute oder Tabellen bei Versionswechsel, automatisiert aus der Anwendung heraus erledigt werden müssen. (de)
- Microsoft SQL Server Compact (SQL Server CE) es un motor de base de datos relacional, de libre descarga y distribución, tanto para dispositivos móviles como para aplicaciones escritorio. Especialmente orientada a sistemas ocasionalmente conectados, ofrece unas características especialmente útiles para clientes ligeros. La versión más reciente es SQL Server Compact 3.5 SP2. Anteriormente era conocida como SQL Server CE o SQL Server Mobile. Desde la versión 2.0, el lanzamiento de SQL Server Compact ha ido ligado al de Microsoft Visual Studio .NET. (es)
- Microsoft SQL Server Compact (EOL, See SQL Express) (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops. Prior to the introduction of the desktop platform, it was known as SQL Server for Windows CE and SQL Server Mobile Edition. It includes both 32-bit and 64-bit native support. SQL CE targets occasionally connected applications and applications with an embedded database. It is free to download and redistribute. An ODBC driver for SQL CE does not exist, nor is one planned. Native applications may use SQL CE via OLE DB. (en)
- SQL Server Compact Edition (первоначальное название — SQL Server Everywhere) — продукт компании Майкрософт в линейке SQL Server, являющийся версией со снятым запретом работы под Win32 и изменённой лицензией. Продукт выпущен 11 января 2007 года. Последний релиз — SQL Server Compact 4.0, с поддержкой .NET Framework 4.0 и работающий под 32- и 64-разрядными версиями Windows. Многопользовательская работа с одним файлом базы данных с разных компьютеров — не поддерживается в связи с техническими сложностями. Однако доступ из разных процессов на одном компьютере вполне возможен и является штатным. (ru)
- freebase:SQL Server Compact
- yago-res:SQL Server Compact
- wikidata:SQL Server Compact
- dbpedia-de:SQL Server Compact
- dbpedia-es:SQL Server Compact
- dbpedia-he:SQL Server Compact
- dbpedia-ru:SQL Server Compact
- dbpedia-tr:SQL Server Compact
- dbpedia-zh:SQL Server Compact
- https://global.dbpedia.org/id/kgb7
is dbo:wikiPageRedirects of
- dbr:SQLCE
- dbr:SQL_CE
- dbr:SQL_Mobile
- dbr:SQL_Server_2005_Compact_Edition
- dbr:SQL_Server_CE
- dbr:SQL_Server_Compact_2005_Edition
- dbr:SQL_Server_Compact_3.5
- dbr:SQL_Server_Compact_Edition
- dbr:SQL_Server_Mobile
- dbr:SQL_Server_Mobile_Edition
- dbr:SQLce
- dbr:.sdf
- dbr:SQL_Server_Compact_Edition_Database_File
- dbr:Microsoft_SQL_Server_Compact
- dbr:Microsoft_SQL_Server_Compact_Edition
- dbr:Microsoft_SQL_Server_Mobile_Edition
- dbr:Sql_mobile