I am working on an application and I have SQL server 2008 running on my local machine when I start the application everything works fine, but when I moved my application to my laptop the program connects to sql server, but it cannot find any of my stored procedures when connecting remotely. I am not sure if it is something in may code or SQL server. Any way to fix this?
Thanks