Showing 49 open source projects for "sql server company"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1
    Virtuoso is a scalable cross-platform server that combines Relational, Graph, and Document Data Management with Web Application Server and Web Services Platform functionality.
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 2
    "Aubit 4GL" is a project to make GPL, OpenSource, Informix-4GL compatible compiler, and continue to extend functionality needed to write most efficient and productive business related, database oriented applications. See "Home Page" link for more.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3

    SRDB

    Small Client/Server SQL Relational Database System

    Small client/server SQL system with terminal based client. Requires Linux running systemd. See README for more info. Written in C++
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    DBD2

    A multi-threaded, multi-database tcp-based database insertion app.

    DBD2 inserts database records from TCP input. It is a companion project to Syslgod2 and an application in its own right. It ships with a backgrounding client for generic use. The client sends whatever information the user puts on the command-line to the back-end daemon via TCP. Upon successful transmission, the client exits. On failure, it backs off and retries until its life-time timer expires. The back-end daemon accepts data from Syslogd2 or its own client and inserts that data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5

    libfb

    You can use libfb from C, Gambas3 to connect Firebird Database Server

    C Library to connect and use Firebird SQL Server Database. This library wraps firebird's C API and provide helpful functions to execute database queries. It includes a Gambas 3 port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MVProc

    MVProc

    MVC web platform for Apache and MySQL Stored Procedures

    MVProc is a Model-View-Controller module for Apache2 that facilitates using MySQL stored procedures as the controller element. NOTE: Version 2.1 is STABLE and currently in production use. NOTE: Versions 1.4+ are for Apache2.4 - in order to run on Apache2.2, replace request_rec->useragent_ip references with request_rec->connection->remote_ip (there are 3 in the source code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Reads a PostgreSQL database log file, extracts the SQL statements and executes them in the same order and timing against another database server. Useful for performance tests with real-world workload.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    mymssqldump

    A tool to dump data from SQL Server in text format

    SQL Server is sometimes difficult to get data from i some generic format, such as CSV. This program does just that. It allows SQL Server and Sybase (but this is not tested) tables to be exported in a variety of formats, including JSON, CSV and MySQL / MariaDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MyMDBDump

    A tool to dump data from a MariaDB database in various formats

    MariaDB comes with the mysqldump tool for exporting data. This is a fast tool, but the output format isn't very flexible and there are some other constraints. MyMDBDump on the other hand aims at providing a lot more flexibility in the output format. In addition to CSV and mysqldump (INSERT statement) output, MyMDBDump includes output for use with Oracle and SQL Server databases, JSON output and HTML output. A lot more other features are added that makes this program different from mysqldump...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10
    Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), a replacement for the venerable 'isql' program supplied by Sybase.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 11

    fwsql

    FWSQL is a SQL firewall. It learn, analyze and block SQL query

    FWSQL is a SQL firewall. Its main purpose is to analyze each SQL query and, if it is allowed, proxy it to a SQL server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Adds perl capability to the web server Aolserver. A perl script can: return content, get other web pages, make SQL queries and more. Planned: full access to aolserver api (in progress: this is the base layer); and a second, easy-to-use layer on top.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenDBX is an extremely lightweight but extensible database access library written in C. It provides an abstraction layer to all supported databases with a single, clean and simple interface that leads to an elegant code design automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mysql-auth_ldap

    Add LDAP user authentication in MySQL

    mysql auth_ldap is an authentication plugin for the MySQL server. It allows you to create SQL users that are going to be authenticated using a LDAP server. This allows to minimize administrative duties, since your users will be able to reuse their existing account to access the database. The plugin requires MySQL 5.5.7 and up. It is compiled as an add on and does not require you to alter MySQL source code, or recompile the entire server. The plugin add support for LDAP using the openLDAP...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    sqlmap
    sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 16

    CRCLIB

    CRC Library

    CRCLIB is a small library of CRC calculations which can be used in other programs. Because CRC check is often used by binary communication protocols, it is made as simple as it can be, built into library so that it could be used regardless of language of application code. Written in plain C, built as dll and static library, and also contains C/C++ import header, C# wrapper and .NET project for MS SQL Server assembly. Supports CRC16 (including MODBUS) and CRC32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Intergated communication server with multiple services and interfaces based on exists projects. PgMCK and PgLinkPoint was removed (Export Control issues)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This projects implements the RFC2132 and at least RFC3046 as a Dynamic configurable SQL based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    REST API for XML and HTML schema-less query and recomposition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PostgreSQL Database Server
    This SourceForge page is no longer maintained. To find downloads, source code, or documentation for the PostgreSQL project, please see our home page: http://www.postgresql.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    sakilaBackup
    sakilaBackup is freeware MySQL Backup automation software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Provides TCP/IP Client/Server Capability for the MySQL embedded server library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tool for translation of Microsoft SQL Server stored procedures to MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ritmark FS Engine is filesystem engine for MySQL Server. Using Ritmark FS Engine you can work with your files using SQL queries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next