About 26,800 results
Open links in new tab
  1. SSMS2016 fails to load with "Cannot find one or more components"

    Aug 5, 2016 · 3 - Installed SSMS 2016. Tried to open SSMS and got the error (picture is attached).

  2. Use Azure Functions to Process a CSV File and Import Data into …

    Tutorial for file processing and importing to SQL leveraging serverless Azure Functions

  3. SSMS edit grid slow rendering/painting/displaying

    Jul 18, 2017 · If I use SSMS 2008 through RDC directly on server (on laptop I tried SSMS 16 and 17.1) then everything is fine, Edit grid is displayed in a split second. Selecting a 1000 rows on …

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

  5. Cannot set password in datasource connection string

    Oct 25, 2019 · If I use SSMS to change the connection string in den dialog everything works fine. If I let SSMS generate the tsml-script to alter the connection string, insert the password and …

  6. Hidden Gems of DEFAULT TRACE in SQL Server - CodeProject

    Mar 15, 2016 · Introduction Starting from SQL Server 2005, the default trace is enabled by default on every SQL server. Default trace is a lightweight system trace, which stores a lot of useful …

  7. Generate Scripts - .storedprocedure , .view , .functions

    Apr 13, 2018 · You can use SSMS to generate those scripts. Right Click on Database -> Tasks -> Generate Scripts. Then you can select all the objects or required objects and it will generate a …

  8. Executing multiple SQL statements as one against SQL Server

    This article describes a few techniques for how multiple SQL statements can be executed with one SqlCommand.

  9. Offline cubes - social.msdn.microsoft.com

    May 2, 2012 · The return value was unknown. The process exit code was -529697949 Moreover when I launch my cube generation script in SSMS (MDX query), it works the first time but then …

  10. Create Your Own SQL Server Management Studio 17 (SSMS) …

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