Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kapgemini

  1. Kapgemini

    trigger stopped firing SQL 2000

    Hi manjula. If u feel that the trigger is disable you can enable it like this alter table table_name enable trigger trigger_name
  2. Kapgemini

    combining database ?

    Hi .. If the table structure is same yo u can also use insert into select * from format. The usage is that you can create the dynamic query and then run them at one go so that it would be easier select "insert into " + name form sysobjects where type ='U' tyeps U can as well use DTS

Part and Inventory Search

Back
Top