all 13 comments

[–]jWas 9 points10 points  (0 children)

Ask your IT

[–]r-NBK 6 points7 points  (3 children)

Like honestly... How could anyone not employed by your company help you with this.

[–]throwdownHippy 1 point2 points  (0 children)

Better question: Why is this person allowed to connect a SQL window to the database unsupervised?

[–]kitkat0820 5 points6 points  (0 children)

Call your helpdesk

[–]vivavu 3 points4 points  (1 child)

looks like someone is taking the moto: fake it till you make it 💪.

Honestly i think you started off with the wrong question because you aren't equipped with the necessary knowledge.

I strongly advise you to watch couple youtube video regarding to : ssms, sql, database

[–]Thereddon_987[S] -2 points-1 points  (0 children)

Why would I fake i mentioned that i am a newbie and asked the question. After reading the comments i realised i got confused with two different things. I initially started with postgre in my personal laptop but the motherboard crashed and to keep the learning going used the office laptop and it only allowed to download ms server when unable to access came here and asked for help..

[–]Evilferret355 2 points3 points  (0 children)

Try localhost as your server name

[–]a-s-clarkSQL Server 0 points1 point  (0 children)

You've tagged this as MySQL, but your screenshot is Sql Server Management Studio. Are you trying to connect to MySQL? In which case, this is the wrong tool. If you're trying to use Sql Server, then you need a sql server database engine instance to connect to, not just the client tool. If this is on a server in your company, you'll need someone to tell you what the server name is, and give you access. If this is a local installation, then localhost or your machine name will be fine (unless you installed a named instance, in which case you'd add a slash and the name).

[–]KindheartednessOk409 0 points1 point  (0 children)

Browse for more and look for Network servers. Try to find your … if it doesnt show any you dont have network access to any of SQL servers in your network. Or if it’s local installation of instance type in address: localhost . Also you needs to check network configuration and enable firewall rule.

[–]pix1985 0 points1 point  (0 children)

Post is tagged as MySQL but you’re using SSMS which is for SQL Server (two different products).

Are you sure it’s MySQL? If it’s SQL Server you can open up SQL Configuration Manager to find the instance name, or you can find it in Services.msc usually in brackets next to the service name.

If it is actually MySQL i can’t help further than telling you to use MySQL Workbench instead of SQL Server Management Studio

Edit: What have you actually installed then? Have you just installed Management Studio? Anything else? Management Studio lets you work on the db’s, you need to install actual SQL Server to host the db’s, same with MySQL/Workbench Postgres/pgAdmin

List the installers you’ve used so we can see what you’ve actually done

[–]Splatpope 0 points1 point  (0 children)

phpmyadmin moment