On SQL Server, my user is a windows type user and I need to connect to the DB using a SQL Type user since I am using another Ubuntu machine and I want to connect from that Ubuntu VM to the SQL Server.
Is there any command in SQL Server to change the type of the user from windows authentication to the SQL one?
1