SQLServer in network

1

I have SQLServer 2014 installed on my laptop and it is where I program in visual studio, but I also have a desktop where only visual studio is installed because I do not have much space to have SQLServer as well. My question is whether it is possible to use the SQL I have on the laptop using the desktop.

    
asked by anonymous 15.10.2016 / 10:19

1 answer

0

Yes, just in your Visual Studio PC, add a server to the server explorer tab, right-click and in the context menu that opens will have the add option server , then just enter the ip-of-your-laptop: port where your sql server is running.

    
15.10.2016 / 11:10