how to run my sqlserver database in client device ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to run my sqlserver database in client device ?

i have an application works with sql server database using stored procedures .. and the report's connection is in my PC , I am trying to extract .exe setup what I need to make this application and it's report's connections work in other PCs ??

7th Sep 2017, 11:01 AM
Esam Aldin Elzain
Esam Aldin Elzain - avatar
1 Answer
+ 2
You have to install SQL Server Agent and enable it on the client machine. Look at this topic : https://blogs.msdn.microsoft.com/walzenbach/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008/
7th Sep 2017, 11:29 AM
Syoumi El Mahdi
Syoumi El Mahdi - avatar