Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Application connecting to remote Sql Server

Author  Topic 

apro
Starting Member

1 Post

Posted - 2013-09-23 : 22:23:22
Hi, I would like to know if my application on my local computer can connect to an Sql Server database (.MDF) remotely by loading Sql Driver from my local computer so I don't need Sql Server instance running neither locally nor remotely

I hope my question is clear

Thanks in advance for your reply

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2013-09-25 : 05:57:38
if the sql server is on the same domain,you can connect it from your application by providing the connection string.
http://www.connectionstrings.com/use-application-name-sql-server/

mohammad.javeed.ahmed@gmail.com
Go to Top of Page
   

- Advertisement -