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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-05 : 10:46:43
|
Jimmy writes "I want to write a client app that runs on laptops.
The app will always use a hidden login id & password go gain access to sql server.
Is there a way to partition a table so that only the records assigned to a user can be replicated down to the laptop
e.g.
custID, int custHandlerID, char(3) custName, char(80) etc.....
the laptop will then login and ask for replication of rows where custHandlerID = 'XYZ' where 'XYZ' is the identifier of user with the laptop.
because the app uses the same account to login from different laptops i cant use s_user etc. to identify the rows.....
any ideas would be gratefuly received." |
|
|
|
|
|