Giter Club home page Giter Club logo

orcasql's Introduction

OrcaSql

OrcaSql is a parser for Microsoft SQL Server data files. It allows you to read SQL Server data files without the use of SQL Server.

This solution is based on existing Mark's S. Rasmussen repository https://github.com/improvedk/OrcaMDF with the following enhancements:

  • modern data types support (Xml, HierarchyId, Geography, Geometry, DateTime2, DateTimeOffset);
  • improved formatting of the data shown in grid;
  • caching system tables only;
  • large databases support (tested on the Stack Overflow 2014 database https://www.brentozar.com/archive/2015/10/how-to-download-the-stack-overflow-database-via-bittorrent/);
  • schema added to names of the tables and data types;
  • fixed some bugs (like usage of pg_first - it works mainly for the sample DBs, but doesn't for real DBs, bug with multiple bit columns - improvedk/OrcaMDF#32 etc.);
  • ability to generate an SQL script to fix corrupted page of database based on the page data from the file;
  • ability to export the data of the table from the backup to the SQL Server for further analysis;
  • columns with zero physical length (with default constraints);
  • skipping dropped column data;
  • skipping ghost ang ghost forwarded records;
  • external plugins support;
  • collation support;
  • SQL syntax highlighting;
  • similar to SSMS NULL value highlighting;
  • performance optimization.

You can also try OrcaSql with my SqlBackupReader.Demo plugin here: https://github.com/ycherkes/YCherkes.SqlBackupReader.Demo. This demo version of the plugin supports uncompressed SQL Server backup files.

orcasql's People

Contributors

ycherkes avatar olumideolufy29 avatar smurtdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.