I have two windows servers X and Y.
And I have SQL Server database on Y. X doesn't have SQL Server Management Studio on it. How can I access Database on Y from X without using (installing) SQL Server on X.
Thanks for your help
You can use a tool like SQuirrel SQL (free) or Aqua Data Studio.
One can use the sqlcmd utility. https://msdn.microsoft.com/en-us/library/ms180944.aspx
You need to install SQL Server Client tools on X. From the installation kit choose only Client conectivity tools. It is impossible to access a SQL server from a non SQL server without having at least the Client tools installed on the non-SQL server. You will be able to connect after installing either from SQL management studio or sqlcmd (cmd-line)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With