Reputation: 643
I am working on a java project with which I need to connect with database. I am using Eclipse and SSMS (because I found it easy to use and manage). I know how to connect eclipse with SSMS. Issue is I don't know the password and username of my sql server. I installed SQL server and SSMS. No where I was asked to set username and password. I open my SSMS like this.
Now I don't know about any password and username and I am so confused that what to put in the user name and password field below.
Upvotes: 0
Views: 1458
Reputation: 23
These are basic and common newbie developer problems. Here is what I recommend after dealing with tons of SQL server problems while I was in college.
Upvotes: 1