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 |
simondeutsch
Aged Yak Warrior
547 Posts |
Posted - 2011-11-28 : 10:59:23
|
What's a good tool e.g. MS Access, for ad-hoc access to one particular table residing in SQL Server for updating, deleting, and inserting information on another machine?There's one particular table, rather simple, that a client would like to have front-end access to, and writing an application just for that seems like a waste of time if there's a canned solution. |
|
influent
Constraint Violating Yak Guru
367 Posts |
Posted - 2011-11-28 : 12:37:13
|
If you get to know Microsoft LightSwitch you can set it up for CRUD with a single SQL table in about as much time as it would take to configure another tool (e.g. Access). |
 |
|
|
|
|