About 21,300 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. Learn to Write Custom MDX Query First Time - CodeProject

    Jan 14, 2014 · 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 …

  4. Export All Tables from Microsoft SQL Server Database in Flat File ...

    Jul 15, 2020 · We will use T-SQL Cursor to prepare script and run BCP commands for each table of the selected database and execute command using Windows command shell xp_cmdshell from SQL …

  5. 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 …

  6. Easy Way to Change Collation of All Database Objects in SQL Server

    Dec 19, 2011 · To use, put SSMS into "results in text" mode and run the script. The output will be a formatted script that you can cut and paste to use elsewhere. Don't forget to configure the maximum …

  7. How to Migrate SQL Database to Azure SQL Database using SSMS …

    Nov 26, 2018 · As a next step, this article tells about migrating SQL Database to Azure SQL Database using SQL Server Management Studio (SSMS) deploy. In the next few articles, we are going to …

  8. Dev's User Guide To SqlLocalDb (Sql Express) - CodeProject

    Aug 14, 2017 · It also provides us with the named pipe that we can use to connect to the server instance using SSMS (Sql Server Management Server). However to connect to this database using Visual …

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

  10. spSearchTables: Search and Find Tables or Columns by Name or Value

    Oct 26, 2023 · Here follows a sample table output: spSearchTables logs for troubleshooting in the Messages tab in SSMS the general script at the beginning followed by all the queries issued for …