Please note that you have to give answers before going to next question and you can not go back.
There are 25 Questions. Read Questions carefully before giving answers.
Execute DBCC CHECKFILEGROUP for each filegroup.
Execute DBCC CHECKCATALOG.
Execute DBCC CHECKDB.
Execute DBCC CHECKTABLE for each table.
Rate this question:
Kerebos authentication
Windows
Mixed Mode
Network Service account
Rate this question:
1
2
3
5
Rate this question:
Change the SQL Server security mode from Windows Authentication mode to SQL Server and Windows Authentication mode.
Change the SQL Server security mode from SQL Server and Windows Authentication mode to Windows Authentication mode.
Ensure that the login name is created with square brackets ([]).
Give the login access to a specific database by using the CREATE USER Transact-SQL statement.
Rate this question:
SQL Server Express Edition
SQL Server Workgroup Edition
SQL Server Developer Edition
SQL Server Standard Edition
Rate this question:
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.
Create a job for each task that runs once a day. Use a TransactSQL 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.
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.
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.
Rate this question:
When you need to access a different database.
When you need to access a different instance.
When you need to access a different database schema
When you need to access objects of a different user owner.
Rate this question:
Back up the current transaction log. Restore the database with a different name and stop at the point just before the data loss. Copy the table back into the original database.
Back up the current transaction log. Restore the database to the point just before the data loss.
Restore the database from the existing backup files to a time just before the data loss.
Restore the database to the point of the last full backup.
Rate this question:
Ensure that both SQL1 and SQL2 use the same login name as the security context for each server.
Configure SQL2 as a remote server. Write the query on SQL1.
Configure SQL2 as a linked server to impersonate the remote login.
Configure SQL2 as a distributed server. Use pass-through authentication.
Rate this question:
Ensure that port 443 is open in your firewall.
Ensure that port 1443 is open in your firewall.
Ensure that client computers connect by using Shared Memory protocol.
Ensure that the server is not paused.
Rate this question:
Named Pipes
TCP IP
Shared Memory
Multiprotocol
Rate this question:
Move the database to the new server by using the SQL Management Object method in the Copy Database Wizard.
Detach the current database. Copy the data files to the new server. Attach the files.
Back up the database. Copy the backup file to the new server. Restore the database.
Move the data files. Specify the new location by using ALTER DATABASE.
Differential
Point-in-Time Restore
Full
Page Restore
Rate this question:
Disable the clustered index and all nonclustered indexes on the target table.
Set the database recovery model to full.
Set the database recovery model to bulk-logged.
Use the BULK INSERT statement to load the data.
Rate this question:
SQL Server Agent
Log Reader Agent
SQL Server
.Replication Agent
Rate this question:
In the Full recovery model, most transactions are minimally logged
In the Simple recovery model, most transactions are minimally logged.
In the Bulk-Logged recovery model, all transactions are logged.
In the Simple recovery model, all transactions are logged.
Rate this question:
In Event Viewer, view the system log.
In Event Viewer, view the application log.
In Notepad, view the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ErrorLog.1 file.
In Notepad, view the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ErrorLog file.
In Notepad, view the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLAgent.out file.
Rate this question:
Perform differential backups of the DB_Orders database on every week day.
Switch the DB_Orders database to the Full Recovery Model.
Perform a Full backup of the DB_Orders database on every week day.
Perform incremental backups of the DB_Orders database on every week day.
Rate this question:
Database Mail accesses the SMTP server using the SQL Server Agent service credentials by default.
Database Mail accesses the SMTP server using the SQL Browser service credentials by default.
Database Mail accesses the SMTP server using the database engine service credentials by default.
Database Mail accesses the SMTP server using the SQL Server Active Directory Helper service credentials by default.
Copy Database Wizard
Backup/restore
Manual scripting
None of the above
Rate this question:
Store the workload file on SQL1. Start DTA on SQLtest and connect to SQL1. Specify all workload and tuning options as necessary. In the Advanced Tuning Options dialog box, select the Generate only online recommendations check box.
Store the workload file on SQLtest. Start DTA on SQLtest and connect to SQLtest. Specify all workload and tuning options as necessary. In the Advanced Tuning Options dialog box, select the Generate only online recommendations check box.
Store the workload file on SQL1. Start DTA on SQL1 and connect to SQL1. Specify all workload and tuning options as necessary. In the Advanced Tuning Options dialog box, select the All recommendations are offline check box.
Store the workload file on SQLtest. Start DTA on SQLtest and connect to SQLtest. Specify all workload and tuning options as necessary. In the Advanced Tuning Options dialog box, select the All recommendations are offline check box
Rate this question:
Connect to SQL1 by using the osql command-line utility.
Connect to SQL1 by using the sqlcmd command-line utility using a dedicated administrator connection.
Connect to SQL1 by using SQL Server Management Studio. Open a query window and execute the following command.DBCC TRACEON 1224
In SQL Server Management Studio, on the toolbar, click Database Engine Query to open the Connect to Database dialog box. In the Server name text box, type ADMIN:SQL1. Select SQL Server Authentication and provide your sa credentials. Click the Connect button.
Rate this question:
Indexed Views
Indexes
Non culstered Indexes
Partitioning
No Partitioning
Do not keep all Existing PDS
Keep all Existing PDS
Keep Indexes only
Rate this question:
Service Broker
Database Mirroring
Extended MAPI Profile
Microsoft Exchange Server
Rate this question:
Quiz Review Timeline (Updated): Aug 6, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.