April 8, 2021 at 10:59 am
I donwload the above with the Azure Data studio and it does not contain a connection console to the database. Please assist?
I got it from here: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
April 8, 2021 at 11:26 am
Connection console? I'm not sure what that is. However, let's talk through using the tools to connect to a server.
When you open SQL Server Management Studio, you should see this:
That's how you define the server you're connecting to, what kind of authentication, and if needed, the password.
If you're not seeing that... it's odd. That's the default behavior, so unless you've changed something, you should see it. No matter though, you can go over here:
Click on the Connect button. It should be in the upper left of your screen. That will open the other window.
Now, you also mention Azure Data Studio. That's different. It doesn't automatically open that connection window above. Instead, you'll see this icon in the upper left:
Clicking on that will show you the list of servers, like mine, that you can then connect to. If you don't have a list of servers, then see that little server icon in the upper right that has the plus (+) sign on it? Click on that. It'll open up this:
The top shows all the connections you've made. The bottom has the connection info just like from Management Studio. Fill it out appropriately and you should be all set.
If this isn't what you mean, you'll have to clarify for me.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply