Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/157217/is-…
Is there a way to see the code that creates a view in SQL server ...
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.
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/338961/err…
Error: unable to find network path in Microsoft SQL Server Management ...
Error: unable to find network path in Microsoft SQL Server Management Studio Ask Question Asked 1 year, 7 months ago Modified 1 year, 7 months ago
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/259319/ssm…
sql server - SSMS18 - Database Administrators Stack Exchange
If using SSMS with a full install of SQL Server then there is a good answer on Stackoverflow. If using SSMS as a standalone then the following should work Locate C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\Application Open ssms.application.pkgdef with a text editor (e.g. Notepad) Change the value of DefaultProjectsLocation "DefaultProjectsLocation ...
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/6145/intel…
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...
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/103804/cha…
sql server - Changing sa password - Database Administrators Stack Exchange
29 I'm trying to change the password of the sa account using SQL Server Management Studio 2012. I've followed the steps below but the password is still the same. Login into the SQL Server Management Studio, Select Database Engine, \SBSmonitoring, Windows Authentication. Go to Object Explorer--Security folder--Logins folder.
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/28459/how-…
sql server - How do I modify the user interface language in SSMS ...
10 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).
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/299450/how…
How to recover missing SQL auto-recover files in SSMS (Microsoft SQL ...
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, especially one in particular.
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/279936/how…
How to connect to a local SQL Server instance by IP Address in SQL ...
I have the SQL Server instance up and running on my machine, but can't figure out the correct IP + Port to use for my connection string's Server property. As a starting point, I'm trying to at least manually connect to my server instance with SQL Server Management Studio (via the IP address) but I can't seem to figure it out.
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/75326/mana…
sql server - Management Studio System.OutOfMemoryException - Database ...
Even if you installed 64 bit SQL Server, the SQL Server Management Studio executable is a 32 bit application. This is likely caused by the size of the result set that you are returning to Management Studio.
Global web icon
stackexchange.com
https://dba.stackexchange.com/questions/47304/bak-…
sql server - .bak file not visible in any directory in SSMS - Database ...
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 Service is running using Network Service but Network Service account did not have permissions to access the folder. After granting the permissions to Network Service.