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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Connect to SQL Database via the internet

Author  Topic 

Stocky262
Starting Member

2 Posts

Posted - 2010-05-05 : 21:04:47
Hi Guys,

I'm fairly new to SQL. I am writing an application in VB.Net I wish to deploy and have each instance of the application access the same database stored on my home (XP) PC. I am using SQL Server 2008. I am struggling to find decent documentation or tutorials on setting up such a connection. Can anyone point me in the right direction?

Thanks in advance.

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2010-05-06 : 10:29:23
If you do things this way your database will more than likely be hacked quickly.

Could you give some details on *what* you wish to accomplish rather than how you intend to accomplish it?

===
http://www.ElementalSQL.com/
Go to Top of Page

Stocky262
Starting Member

2 Posts

Posted - 2010-05-06 : 18:51:48
quote:
Originally posted by RobertKaucher

If you do things this way your database will more than likely be hacked quickly.

Could you give some details on *what* you wish to accomplish rather than how you intend to accomplish it?

===
http://www.ElementalSQL.com/



Hi Robert,

I have written a program (in VB.Net) to store and keep track of client interaction and would like to be able to deploy this to staff members working from home and have everyone access the same central database. It's a small operation and we don't have proper servers.

Cheers :)
Go to Top of Page
   

- Advertisement -