Re: Access SQL Server Express over the Internet
- From: danny heijl <danny_dot_heijl_at_cevi_dot_be>
- Date: Mon, 29 Oct 2007 08:39:16 +0100
Helmut Woess schreef:
The server is SQL2005 and we are using certification and a special port and
name for the instance. Never had any safety-, speed- or ressource problems.
You have the security end probably covered, but I find it difficult to believe that you don't have performance problems, unless you don't query that database very often.
Obvious advantages of any xml/rpc or soap or home-brew xml solution:
- decoupling of the front end and back-end. You can change one end without having to change the other end => less deployment problems when upgrading
- you don't have to configure database connections and database middleware on the clients => less deployment problems
- you can add any logic at the back-end that you like
- you can do content-checking at the back-end to increase security
- you can aggregate several result sets into a single request if round-trip time becomes a problem
Danny
---
.
- Follow-Ups:
- Re: Access SQL Server Express over the Internet
- From: Arthur Hoornweg
- Re: Access SQL Server Express over the Internet
- References:
- Access SQL Server Express over the Internet
- From: PeteDaMeat
- Re: Access SQL Server Express over the Internet
- From: danny heijl
- Re: Access SQL Server Express over the Internet
- From: Helmut Woess
- Access SQL Server Express over the Internet
- Prev by Date: Re: Inserting and accessig Image (bmp) data in an SQL 2005 database.
- Next by Date: Re: Access SQL Server Express over the Internet
- Previous by thread: Re: Access SQL Server Express over the Internet
- Next by thread: Re: Access SQL Server Express over the Internet
- Index(es):
Relevant Pages
|