About 24,300 results
Open links in new tab
  1. Create Your Own SQL Server Management Studio 17 (SSMS) Extension

    May 9, 2018 · 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 …

  2. How to Create SQL Server Management Studio 18 (SSMS) Extension

    Apr 7, 2019 · 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 …

  3. Create a SQL Server Management Studio Extension - CodeProject

    Jul 2, 2021 · 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 …

  4. 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

  5. Decrypt SQL Server Objects - CodeProject

    Feb 5, 2016 · The two objects will be decrypted using Optillect, then altered in SSMS, and the changes applied to the database. Create the Database Schema The script for creating this schema and the …

  6. Options for Database Backup and Restore - How to Export BACPAC …

    Apr 5, 2021 · This article describes the options to restore and backup database in SQL Server and explains how to Export BACPAC from SQL Server Management Studio.

  7. Exploring Database Schemas on SQL Server - CodeProject

    Oct 20, 2008 · Learn how to quickly and easily explore database schemas in SQL Server using GUI and SQL INFORMATION_SCHEMA features.

  8. Create First OLAP Cube in SQL Server Analysis Services

    Sep 25, 2013 · 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 …

  9. Introduction to SSDT (SQL Server Data Tools) - CodeProject

    Sep 20, 2012 · 5. Disconnected Development The new SQL Server Object Explorer lets you connect to and interact with any database right from inside Visual Studio. But SSDT offers a great deal more …

  10. Execute SQL Query on Mutiple SQL Servers or Databases Simultaneously

    Jun 3, 2015 · 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 …