- After the installation is complete, the MSSQLServer service and the SQLServerAgent service do not start. You need to configure the services to start without changing any security settings in either domain. What should you do?
- A.Configure the services to run under the local system account
- B.Add CPSRV1 to the CPUSERS domain
- C.Add CPUSERS\sqlsvr and CPUSERS\sqlagent to the local administrators group on CPSRV1
- D.Add CPUSERS\sqlsvr and CPUSERS\sqlagent to the CPUSERS\Domain Admins groups.
- E.Add CPUSERS\sqlsvr and CPUSERS\sqlagent to the CPUSERS\Domain users groups.
- After the job completes successfully, you decide to set up a new SQL Server 2000 computer as the master server. The new server will be named JobMaster and the other 12 servers will be target servers. You need to make the New York Ci
- A.On the New York City server, defect all 11 target servers. On the JobMaster server, enlist the 12 servers as target servers.
- B.On the JobMaster server, enlist all other servers as target servers.
- C.On the New York City server enlist the JobMaster server as a target server. Transfer the multiserver jobs from the New York City server to the JobMaster server.
- D.On the JobMaster server, enlist the New York City server as a target server. On the JobMaster server, enlist the other 11 servers as target servers. On the JobMaster server, defect the New York City server.
- A.Select the commit on successful completion check box of the DTS package.
- B.Select the commit transaction on successful completion of this step check box of the customers transform. data task.
- C.Select the commit transaction on successful completion of this step check box of the sales transform. data task.
- D.Select the commit transaction on successful completion of this step check box of both transform. data tasks.
- A.On a new hard disk, create a new filegroup. Drop the existing nonclustered indexes, and then re-create them on the new filegroup.
- B.On a new hard disk, add a new file to the PRIMARY filegroup. Drop the existing nonclustered indexes, and then re-create them on the PRIMARY filegroup.
- C.On the existing hard disk, create a new filegroup. Drop the existing nonclustered indexes, and then re-create them on the new filegroup.
- D.On the existing hard disk, add a new file to the primary filegroup. Drop the existing nonclustered indexes, and then re-create them on the PRIMARY filegroup.
- A.Create an INSTEAD OF trigger on the view to update the composite tables.
- B.Grant the developers UPDATE permissions on each base table.
- C.Add a cascading update trigger on each base table.
- D.Create a QuotationSummary table and populate the table with data from the base tables.
- A.Re-create the PK_PartsLocations index as a clustered index.
- B.Re-create the IX_PartsLocations_PartsID as a clustered index.
- C.Re-create the IX_PartsLocations_LocationId as a clustered index.
- D.Re-create the PK_PartsLocations index as a nonclustered index.