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

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

  4. Using WPF MVVM for Database Access - CodeProject

    An example of a WPF MVVM utility accessing a simple legacy database.

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

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

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

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

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

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