Hello,
I've installed SQL Server with SSIS service on my virtual machine, and I am trying to connect to it remotely via SQL Server Management Studio.
I've followed the rules provided by an article I've found in my Resources file (which I got while installing the server) called "Before you get started":
- Enabled TCP/IP protocol
- Disabled Firewall on the computer that has SQL Server installed
- Made a new login that has the same username and password as the computer I'm trying to connect from (not really sure if I have the right password, how do I check that? I've used the username provided through a command in cmd "whoami" and the password is my password I use when logging into the computer).
----
When logging from SSMS (the version is the same as the version of SQL Server), I run it as administrator, click to connect to a database engine, and choose windows authentication, and an error pops.
The error I am getting is: "The target principal name is incorrect. Cannot generate SSPI context."
Please let me know if I am missing something?
Thanks in advance!
Jovana
Jovana Majcen