I want to know if there is any way to insert data into a database that is in SQL Server without having any of its versions installed or having Visual Studio installed on my computer.
These are the data I have:
- server = tcp:"Link to connect to the DB", 1433
- user = username
- pass = password
That is possible, both computers/servers where the system will run and where the SQL Server will be installed must belong to the same network.
In case they are not on the same network, a VPN is a possible solution :D
Now, if what you mean is a software to manage and/or execute queries, I recommend the same SQL Server Management Studio https://docs.microsoft.com/en-us/sql/ssms/download-sql- server-management-studio-ssms and if in case you are looking for a good alternative to it, use this one: http://www.squirrelsql.org/
Also, you have this option
Toad SQL Server
You could connect using Navicat is a database manager.