Singh
Singh

Reputation: 1

Accessing Microsoft SQL Server remotely

I am very naive to Microsoft SQL Server and SQL in general so excuse my ignorance.

We have this Microsoft SQL Server where we store our data from monitoring software. I need to run some queries and need to take a look at some data. Is there any way I don't have to remote into SQL Server to run these select queries?

Some sort of portal or light software I can download which connects to SQL Server and lets me do this.

Thanks in advance.

Upvotes: 0

Views: 43

Answers (2)

Willie
Willie

Reputation: 339

All you need is SQL Management Studio. You can download it using this link: SQL Server 2014 Express. Please be sure to check the details to know the packages to select. Make sure to get the management studio checked.

If you need help using the management studio, this can help you: SQL Management Studio Tutorial

Upvotes: 0

Adam Schiavone
Adam Schiavone

Reputation: 2452

Use the SQL Server Management Studio. It can be downloaded separately.

https://msdn.microsoft.com/en-us/library/ms174173.aspx

Upvotes: 2

Related Questions