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 |
mellamokb
Starting Member
39 Posts |
Posted - 2006-04-06 : 16:55:49
|
HiIf you have an MS Access DBase with external table links to an SQL Server, then will an SQL Trigger always respond to changes made in tables in MS Access? I would think that would be true, but I am not sure.thanks,mellamokb |
|
blindman
Master Smack Fu Yak Hacker
2365 Posts |
Posted - 2006-04-06 : 17:11:29
|
Yes. The trigger fires on your SQL Server table regardless of how or what modifies the data. |
 |
|
|
|
|