Help me please to understand, what does it mean "ABC" in:
connectionString="Data Source=ABC;Initial Catalog=xyz; User ID=***; Password=***;"
How to connect to this SQL Server database using SSMS from another Windows computer? It's no trouble for me to connect to other databases with "Data Source=localhost"
, but "Data Source=ABC"
puzzles me.