Viewing 2 posts - 1 through 3 (of 3 total)
Thanks,
is the way to check rowcount this:
if (select count(*) from inserted) > 0 ...
Anyone know a better way to compare ins/del than this:
if (select col1 from inserted) <> (select col1...
August 24, 2006 at 5:20 am
#656533
Your last possibility sounds usable. I wasn't aware that I could crease a view in one DataBase referring a table in another DataBase. In fact since my programs does all...
February 2, 2004 at 1:13 am
#492448