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 ??
1 Respuesta
+ 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/