Re: Accessing SQL server db through the Internet...
- From: "Mike Brind" <paxtonend@xxxxxxxxxxx>
- Date: Sat, 27 Jan 2007 09:36:28 -0000
"Atlas" <atlaspeak@xxxxxxxxxxx> wrote in message
news:12r9vg1ddq2sld4@xxxxxxxxxxxxxxxxxxxxx
Hi there I'm wondering if it does make any sense to access data from a MS
SQL Server 2000 over the Internet.
ASP pages hosted by my ISP must load from db article abstracts (10 per
page) but the DB is located elsewhere, so the ASP code must acces remotely
the db.
1) Is it possible?
2) Does it makes any sense, or it will be very slow?
3) Any drawbacks, like exposing the db to the Internet? (Risks)
4) How do you acheive that? Code sample.
1. Yes you can access a SQL Server database remotely.
2. In all likelihood, it will be slower. Any time you cross networks, a
delay will be introduced. How this manifests itself can only be determined
by testing.
3. Whether it's hosted locally (to your application) or remotely won't
affect security.
4. You will find connection advice here:
http://www.carlprothman.net/Default.aspx?tabid=87#OLEDBProviderForSQLServer
--
Mike Brind
.
- References:
- Accessing SQL server db through the Internet...
- From: Atlas
- Accessing SQL server db through the Internet...
- Prev by Date: Re: Blogging app
- Next by Date: ASP.Net - Displaying DB Records
- Previous by thread: Accessing SQL server db through the Internet...
- Next by thread: Displaying questions grouped into categories and subcategories
- Index(es):
Relevant Pages
|
Loading