Global web icon
codeproject.com
https://www.codeproject.com/articles/Create-Your-O…
Create Your Own SQL Server Management Studio 17 (SSMS) Extension
The process for extending older versions of SSMS should be similar though. Background All I wanted was to create a simple SQL Server Management Studio (SSMS) extension to simplify what was already a simple action that I repeat a couple of times a week. I thought, how hard could it be… it’s just a simple action.
Global web icon
codeproject.com
https://www.codeproject.com/articles/How-to-Create…
How to Create SQL Server Management Studio 18 (SSMS) Extension
The SSMS team at Microsoft finally decided to remove the constraint that allowed only extensions with whitelisted package ids to be loaded into SSMS. Now you just develop your extension and it just works. Will be using Visual Studio 2017 this time around Because the updated SSMS 18 is now based on the VS 2017 Isolated Shell.
Global web icon
codeproject.com
https://www.codeproject.com/articles/Create-a-SQL-…
Create a SQL Server Management Studio Extension - CodeProject
For years I’ve been using excel or dynamic SQL to generate SQL scripts to do data loads and updates and to generate IN predicates . For a small number of rows or values this is quicker than importing the required data into SQL Server. A few days ago I idly wondered how difficult it would be to create a SQL Server Management Studio extension to do these jobs directly in SSMS. The answer was ...
Global web icon
codeproject.com
https://www.codeproject.com/articles/Decrypt-SQL-S…
Decrypt SQL Server Objects - CodeProject
Decrypt Stored Procedures, Views, Functions, and Triggers in SQL Server
Global web icon
codeproject.com
https://www.codeproject.com/articles/Devs-User-Gui…
Dev's User Guide To SqlLocalDb (Sql Express) - CodeProject
Learn the basics (and challenges) of using LocalDb to make your SQL dev easier and localized using tools like SqlLocalDb, sqlcmd and built-in Visual Studio serv
Global web icon
codeproject.com
https://www.codeproject.com/articles/Create-First-…
Create First OLAP Cube in SQL Server Analysis Services
Follow the given steps to run the query in SSMS (SQL Server Management Studio). Open SQL Server Management Studio 2008 Connect Database Engine Open New Query editor Copy paste Scripts given below in various steps in new query editor window one by one To run the given SQL Script, press F5
Global web icon
codeproject.com
https://www.codeproject.com/articles/Exploring-Dat…
Exploring Database Schemas on SQL Server - CodeProject
Learn how to quickly and easily explore database schemas in SQL Server using GUI and SQL INFORMATION_SCHEMA features.
Global web icon
codeproject.com
https://www.codeproject.com/articles/Learn-to-Writ…
Learn to Write Custom MDX Query First Time - CodeProject
Using SQL Server Management Studio (SSMS), we can only browse values on two axis, Columns (Axis 0) and Rows (Axis 1). Getting Started With MDX 1. Start with Simple MDX Query Syntax:
Global web icon
codeproject.com
https://www.codeproject.com/articles/Options-for-D…
Options for Database Backup and Restore - How to Export BACPAC using SSMS?
This article describes the options to restore and backup database in SQL Server and explains how to Export BACPAC from SQL Server Management Studio.
Global web icon
codeproject.com
https://www.codeproject.com/articles/Execute-SQL-Q…
Execute SQL Query on Mutiple SQL Servers or Databases Simultaneously
The downside I felt about SSMS is that it is available for free till SQL Server 2008 R2. SQL Server 2012 onwards, one need to purchase a license of the same. I feel if we use both of these of the mentioned features, we can reduce the chances of making mistakes while running the same query on Multiple Servers or Multiple Databases.