Need urgent help in Database update choice



Hello,
First of all, here's my application scenario: I have a pocket pc application
with an sql ce db, the app only reads data from the db and displays it to the
user, user cannot edit or delete data. From time to time, users needs to
update the device db data from a central sql server 2000 db.

Ok, so what i can use is either RDA or Merge/Replication, but my problem in
finding the correct choice and how to use it resides in different points:

1)Users dont have username/password authentication, server wont know how to
differentiate btw users, access to IIS will be anonymous and to sql server
will be the same for all users(either windows or sql server authentication
will be stored in the application)
2)In either choice of updates, the first time i connect to the server, the
db schema and the whole data will be transferred to the device, but after the
first time, how to just update the updated data of the server and not the
whole server db data.
3)In either choice of updates, how the application will know that an update
exists?

Any advice or help?

Thank you.


.



Relevant Pages

  • RE: Fulltext failure on a 2 node cluster
    ... Server full-text search resource online: "SQL Cluster Resource 'Full Text' ...
    (microsoft.public.sqlserver.clustering)
  • Re: HELP PLEASE ~ ???
    ... You mentioned that it went ahead and added a SQL ... SQL Server 2000 database for all my data. ... find the connectionString in the newly recreated SQLExpress database. ... The connection string specifies a local Sql Server Express instance ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Multi-Channel Raid VS SAN Storage
    ... A 5~6 years old server is a very old server. ... As I mentioned, the server is one node in a cluster environment, and SQL is ... We actually are running RAID 1+0 and our aplication is definately more ... needs it's own SAN device, or at least a dedicated IO channel on the SAN. ...
    (microsoft.public.sqlserver.setup)
  • Re: Multi-Channel Raid VS SAN Storage
    ... A 5~6 years old server is a very old server. ... As I mentioned, the server is one node in a cluster environment, and SQL is ... We actually are running RAID 1+0 and our aplication is definately more ... needs it's own SAN device, or at least a dedicated IO channel on the SAN. ...
    (microsoft.public.sqlserver.setup)
  • RE: How do I get back to base SQL server on my SBS 2003 server?
    ... After you uninstall SQL 2005, the instance which you upgraded will not go ... Uninstall and then reinstall ISA server. ... Uninstall and then reinstall the Monitoring component. ... Tools to Maintenance, change Monitoring component to Install, and then ...
    (microsoft.public.windows.server.sbs)

Loading