All Projects → alex-bochkov → ssms-addin

alex-bochkov / ssms-addin

Licence: GPL-3.0 License
SQL Server Management Studio 2018 Productivity Tool

Programming Languages

TSQL
950 projects
PLpgSQL
1095 projects
Visual Basic .NET
514 projects

Projects that are alternatives of or similar to ssms-addin

Pyetl
python ETL framework
Stars: ✭ 33 (+120%)
Mutual labels:  excel, sqlserver
Addax
Addax is an open source universal ETL tool that supports most of those RDBMS and NoSQLs on the planet, helping you transfer data from any one place to another.
Stars: ✭ 615 (+4000%)
Mutual labels:  excel, sqlserver
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (+146.67%)
Mutual labels:  excel, addin
Tbls
tbls is a CI-Friendly tool for document a database, written in Go.
Stars: ✭ 940 (+6166.67%)
Mutual labels:  excel, sqlserver
Excel-Timesheet
⏰ This Add-In is used to produce a timesheet file with functionality to import your Google Timeline. The standard timesheet has options for start and end dates, day of week and default start, end and break times. The Google timeline options are start and end dates, UTC selection, daylight savings time parameters and title filter for timeline ent…
Stars: ✭ 25 (+66.67%)
Mutual labels:  excel, addin
sql-hunting-dog
Quick Search Tool (AddIn) for Microsoft SQL Management Studio
Stars: ✭ 33 (+120%)
Mutual labels:  addin, ssms
Script-Help
📝 This VSTO Add-In is used for cleaning & creating a script for batch loading records into SQL Server, Oracle, Documentum, Markup or Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. It is written in 3 different versions a…
Stars: ✭ 65 (+333.33%)
Mutual labels:  excel, addin
csv2xls
Put together some CSV files into a single Excel file, in different sheets.
Stars: ✭ 14 (-6.67%)
Mutual labels:  excel
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (+80%)
Mutual labels:  excel
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (+1273.33%)
Mutual labels:  excel
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+58186.67%)
Mutual labels:  excel
Rage
Rage allows you to execute any file in a Microsoft Office document.
Stars: ✭ 68 (+353.33%)
Mutual labels:  excel
hfexcel
JSON to Excel in Python. 🐍 Human Friendly excel creation in python. 📄 easy, advanced and smart api. json to excel conversion support.. ❤️
Stars: ✭ 16 (+6.67%)
Mutual labels:  excel
typetta
Node.js ORM written in TypeScript for type lovers.
Stars: ✭ 44 (+193.33%)
Mutual labels:  sqlserver
openharmony-sheet
📊从零开始使用华为鸿蒙 OpenHarmony 开发游戏和表格渲染引擎
Stars: ✭ 132 (+780%)
Mutual labels:  excel
excel to scriptableobject
An easy way to access data stated in excel (xlsx) files for Unity.
Stars: ✭ 36 (+140%)
Mutual labels:  excel
sqlquery
Htmlwidget to write SQL queries
Stars: ✭ 31 (+106.67%)
Mutual labels:  addin
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+386.67%)
Mutual labels:  excel
thinkorm
A flexible, lightweight and powerful Object-Relational Mapper for Node.js. Support TypeScript!!
Stars: ✭ 33 (+120%)
Mutual labels:  sqlserver
excel-merge
A PHP library to merge two or more Excel files into one
Stars: ✭ 26 (+73.33%)
Mutual labels:  excel

SQL Server Management Studio 2018 Productivity Tool (Addin)

Work in progress... I had to make it as an "ugly" toolbox window because I couldn't figure out how to make a dynamic menu in a toolbar.

  • Format selected TSQL code with internal SQL Server parser or Poor Man's SQL Formatter
  • Quick access to code templates

.NET 4.7.2 is required.

To install the addin unpack files from the most recent release into C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions folder.

(OLD) Simple addin for SQL Server Management Studio 2008-2014 that helps with:

  • Export current GRID to Excel files (without re-execution!)
  • Format selected TSQL code with internal SQL Server parser
  • Quick access to code templates

Installation:

  • Unpack files into any folder
  • Modify SSMSTool.AddIn file - change path to SSMSTool.dll file
  • Copy SSMSTool.AddIn file to C:\ProgramData\Application Data\Microsoft\MSEnvShared\Addins folder (create it if not exists)
  • If error 80131515 occures - add <loadFromRemoteSources enabled="true" /> into "C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Ssms.exe.config" right after <runtime>

SQL Server Management Studio 2016+ is not supported.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].