单选题You need to create a schedule that will run a job on the second Friday of each month. What should the repeat interval of the schedule be set to?()AFREQ = MONTHLY; BYDAY = 2FRI;BFREQ = MONTHLY; BYDAY = FRI(2);CFREQ = MONTHLY; BYDAY = FRI2;DFREQ = MONTHL

题目
单选题
You need to create a schedule that will run a job on the second Friday of each month. What should the repeat interval of the schedule be set to?()
A

 FREQ = MONTHLY; BYDAY = 2FRI;

B

 FREQ = MONTHLY; BYDAY = FRI(2);

C

 FREQ = MONTHLY; BYDAY = FRI2;

D

 FREQ = MONTHLY; BYDAY = -2FRI;


相似考题
更多“单选题You need to create a schedule that will run a job on the second Friday of each month. What should the repeat interval of the schedule be set to?()A  FREQ = MONTHLY; BYDAY = 2FRI;B  FREQ = MONTHLY; BYDAY = FRI(2);C  FREQ = MONTHLY; BYDAY = FRI2;D  FREQ ”相关问题
  • 第1题:

    You are the network administrator for All network servers run Windows Server 2003.A member server named TESTKING1 hosts several hundred folders, which residein various locations on the server. TESTKING1 is configured to run a normalbackup of the folder every Saturday at 1:00 A.M.You discover that users edit the contents of the folders on Saturday and Sunday.You need to use the Backup utility to reschedule the backup job so that it runs everyMonday at 1:00 A.M. instead of every Saturday at 1:00 A.M. You must achieve thisgoal by using the minimum amount of administrative effort.What should you do?()

    A. Specify Monday as the start date of the job.

    B. Reconfigure the job schedule to run the backup every Monday at 1:00 a.m.

    C. Add an additional schedule to the job. Configure the additional schedule to run the backup on Monday at 1:00 a.m.

    D. Use the Repeat Task option to configure the existing job to repeat every 48 hours until an interval of 336 hours passes.


    参考答案:B

  • 第2题:

    You set up scheduled tasks to run and notify you of any failures. 3 days later you see that none of the tasks ran and you received no notifications. What should you do?()

    • A、Set the schedule service to run under the administrator account.
    • B、Set the scheduled tasks to run under the administrator account.
    • C、Enable the messenger service
    • D、Set the schedule service to run under the local system account and set it to start automatically.

    正确答案:D

  • 第3题:

    You are the network administrator for All servers run Windows Server 2003. You are creating a backup schedule for the main file server. You need to create a schedule so that backup jobs are completed in the shortest amount of time possible. What should you do?()

    • A、Schedule a normal backup every Sunday. Schedule incremental backups every Monday through Saturday.
    • B、Schedule a normal backup every Sunday. Schedule differential backups every Monday through Saturday.
    • C、Schedule a copy backup every day.
    • D、Schedule a normal backup every day.

    正确答案:A

  • 第4题:

    TDLTE的事件B2的measurementPurpose设置为Mobility-Intra-Freq。


    正确答案:错误

  • 第5题:

    Which of the following calendaring syntax expressions would evaluate to the last day of every month?()  

    • A、 FREQ = MONTHLY; BYMONTHDAY = 31
    • B、 FREQ = MONTHLY; BYMONTHDAY = -1
    • C、 FREQ = DAILY; BYDAY = -1
    • D、 FREQ = MONTHLY; BYDAY = 31
    • E、 FREQ = DAILY; BYMONTHDAY = LAST_DAY

    正确答案:B

  • 第6题:

    You have an Exchange Server 2010 server named Server1.Server1 has a single mailbox database named DB1.You configure deleted items to be retained for 30 days.You need to ensure that each item that passes the retention period is removed daily between 2:00 and 6:00. What should you do?()

    • A、Run the Set-RetentionPolicy cmdlet.
    • B、Run the Start-ManagedFolderAssistant cmdlet.
    • C、Modify the maintenance schedule for DB1.
    • D、Modify the messaging records management (MRM) schedule for Server1.

    正确答案:C

  • 第7题:

    You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. The solution contains a report named Sales Details that displays sales information of all the employees. You create an SSRS report named Sales Summary that displays the total monthly sales of each employee. Users who view the Sales Summary report occasionally require the monthly sales details for a particular employee. You need to ensure that the users can click a value in the month column of the Sales Summary report to open and render the Sales Details report. What should you do?()

    • A、 Use a subreport.
    • B、 Use a bookmark link.
    • C、 Use the drilldown functionality.
    • D、 Use a drillthrough report link.

    正确答案:D

  • 第8题:

    You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?()

    • A、Create a job schedule that runs every Sunday.Assign weekly tasks to this schedule.Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.
    • B、Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.
    • C、Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.
    • D、Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month

    正确答案:A

  • 第9题:

    单选题
    You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month. You need to schedule the jobs in the way that uses the least amount of administrative effort. What should you do?()
    A

    Create a job schedule that runs every Sunday.Assign weekly tasks to this schedule.Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule.

    B

    Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code.

    C

    Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs.

    D

    Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a stored procedure. The stored procedure implements a database maintenance process. A SQL Server Agent job should be created to that runs the stored procedure. Besides this, you must make sure that after it is completed successfully, the job is removed.  What should you do? ()
    A

    You should create a job which is assigned to the Database Maintenance category

    B

    You should create an Alert which will run another to delete the maintenance job.

    C

    You should create a job. You schedule the job to run only once.

    D

    You should create a job. The job uses the Automatically delete job option


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance which contains multiple Agent jobs. The jobs run each job on each day of the week by using seven shared schedules. You must make sure that a job named Job4 doesn';t run Wednesday.  So what action should you perform to achieve this goal?()
    A

    You should remove the schedule for Wednesday from Job5. 

    B

    You should add a new Job5 schedule for Wednesday and disable it. 

    C

    You should delete the schedule for Wednesday. 

    D

    You should disable the schedule for Wednesday. 


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You are the network administrator for All network servers run Windows Server 2003. A member server named TESTKING1 hosts several hundred folders, which reside in various locations on the server. TESTKING1 is configured to run a normal backup of the folder every Saturday at 1:00 A.M. You discover that users edit the contents of the folders on Saturday and Sunday. You need to use the Backup utility to reschedule the backup job so that it runs every Monday at 1:00 A.M. instead of every Saturday at 1:00 A.M. You must achieve this goal by using the minimum amount of administrative effort. What should you do?()
    A

    Specify Monday as the start date of the job.

    B

    Reconfigure the job schedule to run the backup every Monday at 1:00 a.m.

    C

    Add an additional schedule to the job. Configure the additional schedule to run the backup on Monday at 1:00 a.m.

    D

    Use the Repeat Task option to configure the existing job to repeat every 48 hours until an interval of 336 hours passes.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    在华为CDMA同频硬切换中,设软切换目标激活集的强度为:ShoTargEcIo;设同频硬切换目标激活集的强度为:HhoTargEcIo;当BSC收到PSMM/PPSMM时,计算以上两强度;它们满足()条件,即触发同频硬切换。

    A.ShoTargEcIo<=T_ADD_HHO_SAME_FREQ

    B.HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH

    C.(ShoTargEcIo<=T_ADD_HHO_SAME_FREQ)&&(HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH)}或者{(HhoTargEcIo-ShoTargEcIo)>=T_HHO_SAME_FREQ_REL_THRESH}

    D.(ShoTargEcIo<=T_ADD_HHO_SAME_FREQ)&&(HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH)}&&{(HhoTargEcIo-ShoTargEcIo)>=T_HHO_SAME_FREQ_REL_THRESH}


    参考答案:C

  • 第14题:

    You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month.  You need to schedule the jobs in the way that uses the least amount of administrative effort.  What should you do? ()

    • A、 Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule. 
    • B、 Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code. 
    • C、 Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs. 
    • D、 Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month.

    正确答案:A

  • 第15题:

    系统回损测试应该在Site Master仪表上MODE中选择以下哪一种?()

    • A、DTF-SWR
    • B、FREQ-CABLE LOSS
    • C、DTF-RETURN LOSS
    • D、FREQ-RETURN LOSS

    正确答案:D

  • 第16题:

    You need to create a schedule that will run a job on the second Friday of each month. What should the repeat interval of the schedule be set to?()

    • A、 FREQ = MONTHLY; BYDAY = 2FRI;
    • B、 FREQ = MONTHLY; BYDAY = FRI(2);
    • C、 FREQ = MONTHLY; BYDAY = FRI2;
    • D、 FREQ = MONTHLY; BYDAY = -2FRI;

    正确答案:A

  • 第17题:

    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a stored procedure. The stored procedure implements a database maintenance process. A SQL Server Agent job should be created to that runs the stored procedure. Besides this, you must make sure that after it is completed successfully, the job is removed.  What should you do? ()

    • A、You should create a job which is assigned to the Database Maintenance category
    • B、You should create an Alert which will run another to delete the maintenance job.
    • C、You should create a job. You schedule the job to run only once.
    • D、You should create a job. The job uses the Automatically delete job option

    正确答案:D

  • 第18题:

    You are a database administrator for your company. Each night, you perform full backups of your SQL Server 2005 computer. During business hours, you perform hourly transaction log backups. You rebuild database indexes each night. You need to modify your backup strategy. You must ensure that the database recovers to a new server as quickly as possible. What should you do?()

    • A、Schedule the full backups to run after the nightly index is rebuilt.
    • B、Schedule the full backup to run before the nightly index is rebuilt. Schedule a differential backup to run after the nightly index is rebuilt.
    • C、Schedule an additional transaction log backup to run after the nightly index is rebuilt.
    • D、Schedule a marker to be added to the transaction log before the nightly index is rebuilt.

    正确答案:A

  • 第19题:

    You have an Exchange Server 2010 organization.A user reports that some meetings are missing from her calendar.You need to recover the missing calendar items.The solution must ensure that the missing calendar items are recovered automatically. What should you do?()

    • A、Create and then configure a sharing policy.
    • B、Set the schedule for the Managed Folder Assistant.
    • C、Run the Set-MailboxCalendarConfiguration cmdlet.
    • D、Set the schedule for the Calendar Repair Assistant (CRA).

    正确答案:D

  • 第20题:

    单选题
    Which of the following calendaring syntax expressions would evaluate to the last day of every month?()
    A

     FREQ = MONTHLY; BYMONTHDAY = 31

    B

     FREQ = MONTHLY; BYMONTHDAY = -1

    C

     FREQ = DAILY; BYDAY = -1

    D

     FREQ = MONTHLY; BYDAY = 31

    E

     FREQ = DAILY; BYMONTHDAY = LAST_DAY


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    You are responsible for implementing maintenance jobs on a SQL Server 2005 database server. Certain jobs run every Sunday and other jobs run at the beginning of every month.  You need to schedule the jobs in the way that uses the least amount of administrative effort.  What should you do? ()
    A

     Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a second schedule that runs on the first day of every month. Assign monthly tasks to this schedule. 

    B

     Create a job for each task that runs once a day. Use a Transact-SQL statement to check the date and day of the week. If the day is either a Sunday or the first day of the month, execute the code. 

    C

     Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is either a Sunday or the first day of the month, execute the jobs. 

    D

     Create a job for each task that runs once a week on Sunday. Add a second job schedule that runs the job on the first of the month.


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    在华为CDMA同频硬切换中,设软切换目标激活集的强度为:ShoTargEcIo;设同频硬切换目标激活集的强度为:HhoTargEcIo;当BSC收到PSMM/PPSMM时,计算以上两强度;它们满足()条件,即触发同频硬切换。
    A

    ShoTargEcIo<=T_ADD_HHO_SAME_FREQ

    B

    HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH

    C

    (ShoTargEcIo<=T_ADD_HHO_SAME_FREQ)&&(HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH)}或者{(HhoTargEcIo-ShoTargEcIo)>=T_HHO_SAME_FREQ_REL_THRESH}

    D

    (ShoTargEcIo<=T_ADD_HHO_SAME_FREQ)&&(HhoTargEcIo>=T_HHO_SAME_FREQ_ABS_THRESH)}&&{(HhoTargEcIo-ShoTargEcIo)>=T_HHO_SAME_FREQ_REL_THRESH}


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Which of the following calendaring syntax expressions would evaluate to the last day of every month?()
    A

    FREQ = MONTHLY; BYMONTHDAY = 31

    B

    FREQ = MONTHLY; BYMONTHDAY = -1

    C

    FREQ = DAILY; BYDAY = -1

    D

    FREQ = MONTHLY; BYDAY = 31

    E

    FREQ = DAILY; BYMONTHDAY = LAST_DAY


    正确答案: E
    解析: 暂无解析