Search Results for "microsoft sql server" - Page 33

Showing 3382 open source projects for "microsoft sql server"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1

    Informatica Create ctl

    automate Informatica control file creation

    ...Please review the “Using the Deployment Control File” section in the Informatica Command Reference guide for further help on the deployment control file. This utility supports Informatica PowerCenter versions 8.6.1 onwards and Java 1.6\. This utility also contains JDBC drivers for DB2, SQL Server, Oracle, and Teradata databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LEGO Universe Rebuild

    LEGO Universe Rebuild

    LUR is a Rebuild of Lego Universe created in Uneral 4.

    LEGO Universe Rebuild aims to rebuild LEGO Universe in Unreal Engine 4. It is independent from the LUNIServer (luniserver.com), which aims to reconstruct a server for the original LEGO Universe client. DOWNLOAD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LDL Printer Counter

    LDL Printer Counter

    Printer Counter is a powerful centralized printer manager

    IMPORTANT download the 3 zip files (client, server and manager), go to Files section. Printer Counter is a powerful centralized printer manager, printer counter, printer monitor that help automate and simplify the administration of printing for Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mandrigo is a free, Open Source, PHP 5 based website backend. It takes care of backend tasks such as user, group, and acl management, variable loading, plug-in management, and other things allowing you to focus on developing the content of the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5

    CupoMatricula2

    Proyecto de la versión dos de cupo de matrículas para UDELAS

    MVC3 Sql Server 2008 AngularJS EF Asp.net Razor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Student Evaluation System
    new updates of this project- Questions Sections/Categories Detailed Grading reports Detailed Admin section Eeasily customizable Editable User Profile Page. Please Read "read_me" file first before using this project. Remember: This Project is designed in VS2012 x64 and database is designed in sql server 2012 x64. Explore and Rate this web-application and suggest me for better practices....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    H2Id SQL Helper Tool

    H2Id SQL Helper Tool

    SQL Server Query Bulder, Database Browser & Command Execution Tool

    SQL Server Query Bulder Tool. Browse main Database Objects. Create and execute SQL commands. A portable mini Console for SQL Server. Only a couple of Mbytes and a lot of power in a self-contained application. Just copy and run the .exe file every where you need. A helpfull tool running in seconds on any Windows System with .Net Framework 4.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SynchedIn

    To synch and encrypt all sorts of data across different sources

    SynchedIn is a portable utility created to enforce realtime or latent synchronization of data (generally files) between different data storage sources. You can create as many synch configs as you please. Each synch config specifies a number of data sources, a number of schedulers. Each scheduler determines when the data sources must be checked for synchronization. Each data storage source represents a hierarchical (file system ...) or other type of data storage medium. These include...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tags Editor
    This software enable you to run HTML,CSS, VB Script and Java Script programs. This software support VB Script & Java Script components. you can run any kind of VB Script and Java Script programs without saving,just type program and view it in internal browser. you can run HTML,CSS,VB Script & Java Script components without full code of it. you can view your code in many browsers like Internal Browser,Default Browser,Internet Explorer,Chrome,Firefox,Safari or you can add your browser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 10
    SQL Data Workshop

    SQL Data Workshop

    SQL Data Workshop is a Rich SQL Front End System

    SQL Data Workshop is a free open source SQL front end that allows to you create and display complex sql queries easily. It supports most of commercial DBMS’s like Microsoft SQL Server, MySQL, Hyper SQL, Derby and Postgre SQL. Support for more DBMS’s will be incorporated in future versions and updates. SQL Data Workshop´s User Graphical Interface allows to you design complex queries involving multiple tables in an agile, single and friendly environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ETU SQL for MS SQL Server

    ETU SQL for MS SQL Server

    Powerful tool for data analysis and editing

    Changelog (Version 7 - Update 1) New Discard Partialy Changes New Edit Row in Window New List of User Connections New Show Image on Form New Quickly View of Cell Values Download also : 1) ETU SQL for MySQL: https://sourceforge.net/projects/etusqlformysql/ 2) ETU SQL for Oracle: https://sourceforge.net/projects/etusqlfororacle/ 3) ETU SQL for DB2: https://sourceforge.net/projects/etusqlfordb2/ 4) ETU SQL for PostgreSQL: https://sourceforge.net/projects/etusqlforpostgreSQL/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    uShop

    uShop is a Point of Sale (POS) for Sage 50 accounts

    uShop is a very light weight Point of Sale (POS) developed for integration with Sage 50 (formerly Sage Line 50). It's free to download. The requirement of this tool was to use what Sage 50 makes available to interface (ODBC, CSV and SDATA). The latest version also introduces ebay alignment technologies for ebay integration with Sage 50. This is a release that is now in production use and has been for the past 12 months. See Wiki for more...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PL/SQL Starter Framework

    PL/SQL Starter Framework

    A boost or headstart to your PL/SQL development

    !!! NOTE !!! The latest file upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications. It only offers logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers). In order to access the simplified framework, click "Browse All Files" and choose the plsqlfmwksimplet folder, then the 2.1 folder. Download Simple.zip. The full framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Liquibase

    Liquibase

    Version Control for your Database

    Liquibase is an open source, database-independent library for tracking, managing and applying database changes See more at http://liquibase.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dbSQWare

    dbSQWare

    dbSQWare is no longer an open source

    dbSQWare is no longer an open source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Health Daily Monitor

    Health Daily Monitor

    Record your health stats every day and display in graph form

    Health monitor is an application that enables you to record your weight and blood pressure every day (or other intervals) with graphical analysis. The author uses it every day (with an Omron blood pressure machine). Thank you to BitRock (www.bitrock.com) for their MultiPlatform Installer *New* Public Server edition (Windows only) uses an online MySQL database to store records. No DB setup necessary! Includes: *Graphical Analysis *DB transfer utility Current versions: * MSAccess version * SQLite 3 version * MySQL 5.6 server version * Note with msAccess: If when you first run healthmonitor, an error dialog comes up with "EODBCException Message:Could not connect with connection string "DRIVER={Microsoft Access Driver (*.mdb, *.accdb)};....etc." then install the Microsoft AccessDataBaseEngine (link below) then try again. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    iUPDATE

    iUPDATE

    Keep your server up to date with iUPDATE!

    ...iUPDATE also provides SQL Server database replication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    It is a Simple Chat made in Visual Basic that allows you to chat with other users using the same Program. It works by the simple use of Lobbies and Chat Rooms. Simply enter the IP and your name and you are ready to go..... More updates coming soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    full source code of dating matrimony website asp.net 4.5 and sql server 2008
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Intrusion Detection and Defense System

    Intrusion Detection and Defense System for windows

    Its a light weight Intrusion detection and defense system works with windows firewall to protect any windows operating system from attacks that are intended to hack the server or provide any operational damage. By keeping eye on network activities and event viewer logs, ServerCloak capture and log any failed/denied inbound calls from IPv4 as well as IPv6. Once the calls reaches its limit, the service immediately tells windows firewall to block the attacking IP by adding a denial inbound...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MySql Browser

    MySql Browser

    A GUI appraoch to MySql

    This application is for designing database quickly and efficiently without any headache. With this you can easily do lot of things like modify existing database,update tables,add foreign keys,create or alter tables,generate php code or raw sql codes of the existing database,backup or restore database or merge two or more database and lot more. It uses mysql in backend so to use this application make sure 'mysql' is working pro -perly.Use 'wamp' server to access all fea -tures. thanks for using. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JegasCRM

    CRM/CMS/DBMS/WEBSERVER/PROJECTMGT

    WWW.JEGAS.COM has GITHUB link on JegasCRM/JAS product page! PROJECT HAS ALREADY LEFT SORCEFORGE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Products of the project: Java HTMLParser - VietSpider Web Data Extractor - Extractor VietSpider News. Click on "Show project details" to see more feature about each product.
    Downloads: 1 This Week
    Last Update:
    See Project