试题详情
多项选择题 TestKing.com uses a SQL Server 2005 database. This database contains a trigger named trg InsertOrders, which fires when order data is inserted into the Orders table. The trigger is responsible for ensuring that a customer exists in the Customers table before data is inserted into the Orders table. You need to configure the trigger to prevent it from firing during the data import process. You must accomplish this goal while using the least amount of administrative effort. Which two Transact-SQL statements can you use to achieve this goal?()

A、ALTER TABLE OrdersDISABLE TRIGGER trg InsertOrders

B、DROP TRIGGER trg InsertOrders

C、DISABLE TRIGGER trg InsertOrders ON Orders

D、ALTER TRIGGER trg InsertOrders ON Orders NOT FOR REPLICATION

  • A,C
  • 关注下方微信公众号,在线模考后查看

热门试题