
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 …
How can I fix "Login failed for user sa" error in SQL Server?
Apr 30, 2021 · 8 I can access my databases through SQL Server Management Studio (SSMS) by using my Windows account no problem. I have two issues though: I want to enable sa and …
Could not find the Server Agent in SSMS
The roles needed are sysadmin, or one of the individual roles listed in the article (Microsoft | SQL Docs) Also, if the SQL Server Agent service is disabled or not running, you also won't see it in …
sql server - CREATE DATABASE permission denied in database …
Aug 31, 2014 · Step 3: Object Explorer -> Security -> Logins -> Right click on your server name -> Properties -> Server Roles -> sysadmin -> OK Step 4: Disconnect and connect to your local …
sql server - How to add the Debug button to SSMS v18?
Oct 30, 2018 · The Debug button is present on this version of SSMS: But it is not present on version 18, preview 4: I have tried in several ways to add the Debug button to my SSMS but …
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. …
"Could not find stored procedure' even though the stored …
Sep 10, 2012 · At last I know why the message appear in the MS SQL Server Management Studio. The MS SQL Server Management Studio require one to restart it after creating a …
sql server - Changing sa password - Database Administrators …
Jun 11, 2015 · 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. …
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 …
sql server - Blue icon with question mark - what does it mean ...
Jun 19, 2017 · But what does the white question mark mean? these icons dont go away when I refresh. I am sysadmin inside sql server and outside I am administrator on that box. Another …