
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 …
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 …
How to connect to a local SQL Server instance by IP Address in …
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 …
ssms - SQL Server Management Studio cannot connect because of …
Feb 5, 2019 · Since the version of SQL Server you are trying to connect to doesn't support a version of TLS that is enabled on your system, the connection fails. If you can't upgrade SQL …
sql server - Blue icon with question mark - what does it mean ...
Jun 19, 2017 · Adding an entry for the SQL server to your hosts file (C:\Windows\System32\drivers\etc\hosts) with the IP address and just the server name, not …
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 …
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 …
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 . Execute your query and right click the Results > Save results as > Save as Type > All Files …
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 …
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. …