可学答题网 > 问答 > MCTS(70-431)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

TestKing.com uses a SQ


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?()

  • AALTER TABLE OrdersDISABLE TRIGGER trg InsertOrders
  • BDROP TRIGGER trg InsertOrders
  • CDISABLE TRIGGER trg InsertOrders ON Orders
  • DALTER TRIGGER trg InsertOrders ON Orders NOT FOR REPLICATION
参考答案
参考解析:
分类:MCTS(70-431)题库