Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 817 Bytes

File metadata and controls

48 lines (40 loc) · 817 Bytes

Microsoft Sql Server FAnsi Implementation

Feature Completeness

  • Server

    • Check Exists
    • Describe
    • List Databases
  • Database

    • Create
    • Drop
    • Backup
    • Detach
    • List Tables
    • List Table Valued Functions
    • List Stored Proceedures
  • Table

    • Create
    • Drop
    • Script Table Structure
    • MakeDistinct
    • Bulk Insert
    • Rename
    • List Foreign Keys
  • Column

    • Alter
  • Data Types

    • Translation
    • Bit
    • String
    • TimeSpan
    • Decimal
    • Date
    • Auto Increment
    • Unicode
  • Query

    • Top X
    • JOIN UPDATE
  • Aggregation

    • Basic GROUP BY
    • Calendar/Axis Table GROUP BY
    • Dynamic Pivot GROUP BY