
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.
sql server - .bak file not visible in any directory in SSMS - Database ...
Jan 14, 2016 · However I was able to acess the in file system but in in restore wizard using SQL Server management Studio. After spending some I discovered that it is permissions issue. SQL Server …
sql server - How to make SSMS upper case keywords - Database ...
Jul 22, 2015 · No, Management Studio does not have this native functionality in any version from 2005 -> 2016 CTP 3.2. You may want to check out 3rd party add-ins, like Mladen Prajdić's SSMS Tools …
sql server - How do I modify the user interface language in SSMS ...
How do I modify the user interface language in SQL Server Management Studio? For instance, if I installed in English, but wish to view in Japanese (to name but one possible example).
sql server - IntelliSense not working but it is enabled - Database ...
This problem is really proving to be a tricky one (and quite annoying). In SQL Server Management Studio 2008, up until a few days ago my IntelliSense was working great. Then all of a sudden it st...
How to recover missing SQL auto-recover files in SSMS (Microsoft SQL ...
Sep 12, 2021 · SQL Server Management Studio (SSMS) closed unexpectedly. Many SQL files were open. When SSMS was restarted, it did reopen some auto-recover files, but not all of them, …
Error: unable to find network path in Microsoft SQL Server …
Apr 24, 2024 · Make sure that the SQL Server instance you are trying to connect to is configured in SQL Server Configuration Manager to allow remote connections. By default, SQL Server might only …
How can I fix "Login failed for user sa" error in SQL Server?
Apr 30, 2021 · Right-click on the server name in SSMS and go to properties and under the security page. Change the authentication from windows authentication mode to sql server and windows …
Can I see Historical Queries run on a SQL Server database?
That's a nice article! Thanks! And following Grant's article, Recover Backed-up query files in SQL Server Management Studio might be helpful.
sql server - Management Studio all buttons disabled - Database ...
Jul 17, 2012 · I get an odd problem in my SQL R2. Although I can attach a new db to my db instance, but all buttons on the tool menu panel are disabled. So I cannot execute any sql query statements. It …