Tag: databases

Questions Related to databases

  1. dbmobld.sql

  2. utlsampl.sql

  3. autoextend.sql

  4. whocan.sql


Correct Option: B

SGA means..?

  1. system global area

  2. shared global area

  3. source global area

  4. synthetic global area


Correct Option: B
  1. data files

  2. redo logs

  3. password files

  4. control files


Correct Option: C

You configure a new SQL Server 2005 computer to use TCP/IP with all default settings. Your corporate policy requires that each server use a firewall. You find that you can connect to the SQL Server instance from the local computer. However, client computers cannot connect to the SQL Server instance. You need to identify the most likely cause of the connection issues. What should you do first?

  1. Ensure that port 1433 is open in your firewall.

  2. Ensure that port 443 is open in your firewall.

  3. Ensure that client computers connect by using Shared Memory protocol.

  4. Ensure that the server is not paused.


Correct Option: A
  1. Ensure that both SQL1 and SQL2 use the same login name as the security context for each

  2. Configure SQL2 as a remote server. Write the query on SQL1.

  3. Configure SQL2 as a linked server to impersonate the remote login.

  4. Configure SQL2 as a distributed server. Use pass-through authentication.


Correct Option: C
  1. Create a job schedule that runs every Sunday. Assign weekly tasks to this schedule. Create a

  2. Create a job for each task that runs once a day. Use a Transact-SQL statement to check the

  3. Create a job schedule that runs once a day. Assign jobs to this job schedule. If the day is

  4. Create a job for each task that runs once a week on Sunday. Add a second job schedule that


Correct Option: A