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

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

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

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

  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. Create First Data WareHouse - CodeProject

    Sep 11, 2013 · Follow the given steps to run the query in SSMS (SQL Server Management Studio). Open SQL Server Management Studio Connect Database Engine Open New Query editor Copy …

  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. Configuring IIS, ASP.NET, and SQL Server - CodeProject

    Oct 29, 2013 · I am trying to add a user to SQL Server Management Studio so I can run my ASP.NET web application on IIS and my local machine. I have already set up the TCP port and restarted the …

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

    This post discusses how to migrate SQL database to Azure SQL database using SSMS deploy.