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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Perform Task on Table Modification

Author  Topic 

dmurcilago
Starting Member

2 Posts

Posted - 2010-06-02 : 21:16:28
Hey Everyone!

I'm new to working with SQL and have hit a little bit of a conundrum. I'm starting a new project and haven't quite decided how to go about this yet but I know that I'm going to have to have my program complete a task when a specific table in database is modified. What is the best way to go about detecting the change to the SQL table and getting the most recently added entry? I'm thinking about writing this is C# but I'll learn any language that i need to if you think another would be better. I appreciate all and any advice.

Thanks!!

dmurcilago
Starting Member

2 Posts

Posted - 2010-06-02 : 21:20:13
P.S. I'm very comfortable working with Java and multi-platform support would be a plus so if it can be done in Java that would be cool, but I don't want to compromise performance for comfort. Just FYI when you're considering a language to recommend. Thanks Again!!
Go to Top of Page
   

- Advertisement -