Open links in new tab
  1. Searching SQL Server Databases with Red Gate’s SQL Search

    Aug 1, 2014 · However, for sheer ease of use, the tool I reach for, when I need to perform a detailed search, is Red Gate's SQL Search Utility, a free plug-in for SSMS. It allows me to search the object …

  2. SQL Unit Testing with SQL Server Data Tools (SSDT)

    Feb 8, 2018 · We can also add a SQL Server Unit Test in " SQLUnitTestingDB " project but it is a good practice to separate unit test cases from the project which contains schema information. This helps in …

  3. "Index was outside the bounds of the array" error when creating a ...

    Dec 17, 2015 · It looks like the temp workaround is to close and reopen SSMS. The same problem repeats if a table is added regardless of whether or not you are logged in as administrator.

  4. SQL Server Text Search - CodeProject

    A stored procedure that searches for a text in the SQL Server database (DDL)

  5. SSMS: Restriction on DML Statements - social.msdn.microsoft.com

    Jul 25, 2013 · There are no such options in SSMS available, also there is not really a way on SQL Server side to restrict DML statements.

  6. SSMS cuts off output in "for json path" query

    May 6, 2020 · As a default SSMS truncates text data to 1024 chars to display on the screen. To increase that, you can set it in Tools -> Options... On the left Query Results -> SQL Server -> Results …

  7. SSMS 18 fails to install - social.msdn.microsoft.com

    Apr 29, 2019 · When trying to install SSMS 18 English version, the installation stops at once with "SSMS can only be upgraded by installing the package of the matching language".

  8. SSDT "vs" SSMS - social.msdn.microsoft.com

    Jan 8, 2013 · In SQL Server 2012 SSMS is pitched as an admin tool (which, arguably, it always has been) whereas SSDT is pitched as a development tool. If your developers have tasks that pertain to …

  9. SSMS keeps restarting - social.msdn.microsoft.com

    Nov 1, 2018 · Every few hours SSMS restarts itself and I've googled this but most of the answers have to do with AUTO_CLOSE OFF, however, this is set to false on all of my databases. I'm running sql …

  10. Getting Started With SQL Server 2012 CLR User Defined ... - CodeProject

    A quick tutorial on how to do implement CLR user defined functions.