Open links in new tab
  1. SSMS 2016 (16.4.1) slow response on object explorer

    I had problem about SSMS 2016 from first version of SSMS 2016 to current version (16.4.1). On Object Explorer. When I click on table it take long time to active and right click it take more time about 10 …

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

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

  4. Property DefaultSchema is not available for Database [DatabaseName] …

    Nov 29, 2006 · This message is generated when I try to create a new table object using SSMS. I am logging into the SQL Server using an NT Authenticated Login which is mapped to an Active Directory …

  5. SQL Server Text Search - CodeProject

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

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

  8. Different Ways to Maintain Audit Information for DML in SQL

    Aug 8, 2022 · In order to keep track of data changes in your SQL database tables, triggers can be used to keep track of previous and new changes. Let’s first create the following table in our SQL Server …

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

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