【多选题】You create a service application that monitors free space on a hard disk drive. You must ensure that the service application runs in the background and monitors the free space every minute. What shou...
A.
Add code to the default constructor of the Service class to monitor the free space on the hard disk drive.
B.
Add code to the OnStart method of the Service class to monitor the free space on the hard disk drive.
C.
Add an instance of the System.Windows.Forms.Timer class to the Service class and configure it to fire every minute.
D.
Add an instance of the System.Timers.Timer class to the Service class and configure it to fire every minute.
E.
Add code to the OnStart method of the Service class to start the timer.
F.
Add code to the Elapsed handler of the timer to monitor the free space on the hard disk drive.
G.
Add code to the Tick handler of the timer to monitor the free space on the hard disk drive.
【单选题】You need to design a hosting service option for customers who want to access their databases by using their own Active Directory domain accounts. What should you do?()
A.
Design a hosting service option that duplicates each customer’s domain user account as SQL Serverlogin account.
B.
Design a hosting service option that provides -based connectivity from each customer’s network tothe SQL Server computer that hosts that customer’s daabase or databases.
C.
Design a hosting service option that provides a dedicated server to each customer.Join that server to that customer’s Active Directory domain
D.
Design a hosting service option that configures a unique instance of SQL Server 2005 for each customer.Configure that instance to use Integrated Windows authentication.