Is there any way to find out whether a new record is inserted other than writing trigger in sql server 2005. (it can be tsql or by java...)
Since the vendor is not allowing
Does the table have an auto increment primary key or a createDate column? You could write your a cron job that wakes up periodically and queries to see if anything new has hit the database since you last time you ran the cron job.