About 137,000 results
Open links in new tab
  1. sql server - How to set execution timeout in SSMS - Database ...

    May 28, 2024 · I want to stop all the query that exceeds the given execution timeout value of an instance in SSMS. I tried to set the execution timeout in SSMS using multiple methods. Initially, I tried …

  2. Is there a way to see the code that creates a view in SQL server ...

    Dec 5, 2016 · I want to see the underlying code for how a view is created in SQL server management studio. Is there a way to do this? I want to see any date filters, etc, applied to this view in hard code.

  3. How to connect to a local SQL Server instance by IP Address in SQL ...

    Nov 18, 2020 · In your SQL Server Configuration Manager if you scroll down to the bottom you will find the TCP dynamic Port that is being used by your local instance. With this information I can try and …

  4. Can I see Historical Queries run on a SQL Server database?

    Jamie Thomson points where SSMS actually has a "recovery" area under your Windows profile, similar to Word or Excel recovery. Another individual notes in comments about the SSMS Tools Pack, but …

  5. ssms - SQL Server Management Studio 18 won't open (only splash …

    May 1, 2019 · I just installed SSMS 18 GA on a computer with only VS2019 installed, and when I try to open SSMS the splash screen will come up, but then the process exits. Running ssms with the -log …

  6. Extensions in SSMS 21 - Database Administrators Stack Exchange

    May 26, 2025 · It's, in truth, unlikely the extensions built for SSMS 20, or prior, will work on SSMS 21 without a release. SSMS 21 is based on the Visual Studio 2022 shell, which is 64-bit, unlike all prior …

  7. In SQL Server, how do I save the results of a query to a txt file?

    Nov 29, 2022 · A manual way of achieving it is to CRTL+T on your SSMS to enable the option Results to Text. Execute your query and right click the Results > Save results as > Save as Type > All Files and …

  8. Connect to SQL Server with Windows Authentication in a different …

    I am trying to connect to a remote SQL Server on a VPN in a different domain. When I enter the Server name on the SQL Server and choose Additional Connection Parameters to add some extra stuff need...

  9. SSMS error - Database Administrators Stack Exchange

    Jun 7, 2023 · I believe this happens when your SSL certificate for the SQL Server machine is not setup properly. You should be able to workaround it by checking off the "Trust server connection" property …

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

    May 9, 2018 · This will be an absolute beginner’s guide on how to get started with creating SQL Server Management Studio 17 (SSMS) extensions. If you don’t know where to begin with creating your own, …