Debug in Microsoft SQL Server Management Studio - ssms

In my SSMS I have not the Debug Menu
And I don't know how to enable it but I can not add break points
Any idea please?
Regards

Seems to be this utility is deprecated in v18

Related

SSRS - Express addition 2014 issues

I've downloaded SSRS 2014 (ExpressAdv 32BIT\SQLEXPRADV_x86_ENU.exe) and I've found the SQL reporting services configuration manager but I can't find how to launch SSRS to build reports?
I'm probably missing something very obvious so apologies for basic question.
I can query in my management studio fine and the connection to the studio is good in the configuration manager.
Any help as always much appreciated.
Image below of everything downloaded.
Kind regards
You need Visual Studio(Also known as SSDT or BIDS) to build reports. Check if that is installed.

Problem uninstalling SQL Server Management Studio

I had problems with SQL Server and i uninstalled/reinstalled a lot of things and tools of it. Now, SQL Server works, but the Management studio doesnt.
When i execute it i have the follow error: "Object reference not set to an instance of an object". And i cant do any query...
I tried to remove it and reinstall, but in the installation center i cant check management tools to remove it... it appear disabled. I cant uninstall it and also i cant reinstall it.
What can i do?
Quick and dirty solution: if you use SQL Server 2008, install SQL Server 2008 R2 side-by-side and use ssms from it.

Cant see Mysql data source at the add connect to database

I have visual web developer 2010 express and mysql/connector 6.4.3
When I press on the database explorer tab -> connect to database, I need to choose data source but I dont see mysql data source as I shold.
I've tried to reinstall it..
I have both visual studio 2008 and visual web developer 2010 express.
Btw, during the mysql/connector I only saw that he configured vs2008..
How can I fix that?
p.s.
I saw here that its not supported, is it true??
Thanks.
This is an old, but to answer your question I was having the same issue until I tried it on the ultimate version. It picks it right up. You just need to re-install the connector.
So short answer, yes. :(

Unable to find the profiler in SQL Server 2005

I am facing the problem of finding SQL Server Profiler in SQL Server 2005. Is there are any options to enable it or to reinstall it?
Two possibilities.
First, you're running Sql Server Express. That doesn't come with Profiler. In that case, you can use this tool, which is an open source version that is pretty good. I've used it a few times myself (not associated with the project, spamflaggers).
Else, you need to rerun the installer and add Profiler. If it didn't get installed, it has to be installed. That's the general state of things in the software world.
You can select SQL Server Profiler from the Tools menu in SQL Server Management Studio.
The file is located on my computer under:
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\PROFILER90.EXE"
If its not there you may have to select the client tools from the SQL Server installer.
Simply navigate to add/remove programs, and click 'change' on the SQL Server 2005.
I had the same problem and it was because I had installed Management Studio Express before I installed the full version. You can't have more than one instance of Management Studio, therefore, it won't install the full version over the express version. I found that I had to remove the express SSMS and then install the full SSMS:-
Go to Control Panel/Programs and Features (in Windows 7)
At "Select an instance", choose "Remove Shared Features Only"
Choose "Management Tools - Basic"
You can then run the installer again and install the FULL SSMS. Dunno if this was the problem you were having, but hopefully someone finds it useful.

Missing SQL Management Studio

I installed SQL 2008 Enterprise edition all work properly during the installation all requirement are passed then after click finish go to :
start --> All Programs --> Microsoft SQL Server 2008 --> only found the Configuration Tools and import export data
any help plz
During installation you need to make sure to install management tools.
I get that occasionally when istalling on a rebuilt machine or server. I have no idea why it happens, but to make sure it doesnt happen, I normally choose the path where I choose the features during install and make sure you have the i think its called client tools or something checked for install. I used to get it all the time until I changed.
If you have different versions installed, it will show only one of them in the Start/Program Files Menu. However you might be able to find the exe file down the road at somewhere like:
"$\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
for the 2008 version and
"$\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe"
for the 2005 version.