欢迎来到在线考试题库网 在线考试题库官网
logo
全部科目 > 微软认证考试 > MCITP > MCITP(70-431)

多项选择题

Your company 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 
    E. sp_settriggerorder@triggername= 'trg_InsertOrders', @order='None'

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题