Имя Фамилия
Quiz von , erstellt am more than 1 year ago

Quiz am ScriptingSQL (41-60), erstellt von Имя Фамилия am 20/12/2018.

37
0
0
Keine Merkmale angegeben
Имя Фамилия
Erstellt von Имя Фамилия vor mehr als 5 Jahre
Schließen

ScriptingSQL (41-60)

Frage 1 von 36

1

What is an example of a use of a precedence constraint?

Wähle eine der folgenden:

  • [moodle]A precedence constraint could allow an email to be sent when a data flow process successfully executes.#

  • [moodle]SSIS designer packages could be created and the DTExec tool can then be used in a script or a schedule to run the package regularly.#

  • [moodle]To manipulate object properties, such as the connection manager string.#

  • [moodle]None of them#

Erklärung

Frage 2 von 36

1

What is Centralization in using Multiple Servers?

Wähle eine der folgenden:

  • Centralized control and a consolidated view of the events of several instances of SQL Server are possible from a single server.#

  • Many physical servers can be administered as one logical server. You can add or remove servers to this physical server group as needed.#

  • Configuration time is reduced, because you need to define alerts and operators only once.#

  • moodle]There is no information about this in lectures#

Erklärung

Frage 3 von 36

1

What is connection manager?

Wähle eine der folgenden:

  • A digital representation of a connection#

  • A logical representation of a connection#

  • It can be defined many time and then used by one data flow components.#

  • a named, saved subset of a relational schema#

Erklärung

Frage 4 von 36

1

What is Data Collector Sets?

Wähle eine der folgenden:

  • groups data collectors into reusable elements for use with different performance monitoring scenarios#

  • Adding counters to log files and scheduling their start, stop, and duration can now be performed through a Wizard interface#

  • provides a real-time graphical overview of CPU, disk, network, and memory usage#

  • There is no information about this in lectures

Erklärung

Frage 5 von 36

1

What is Data Conversion transformation?

Wähle eine der folgenden:

  • Connects to a data source by using a .NET provider#

  • Converts the data in an input column to a different data type#

  • Connects to a web server.#

  • Connects to a message queue#

Erklärung

Frage 6 von 36

1

What is Data Transformation

Wähle eine der folgenden:

  • converts the data in an input column to a different data type and then copies it to a new output column#

  • A data source view can be defined many time and then used by one data flow components.#

  • ]It can be defined many time and then used by one data flow components.#

  • Adding event handlers to the package and package objects.#

Erklärung

Frage 7 von 36

1

What is high availability

Wähle eine der folgenden:

  • describes method to archive guarantees availability at various levels#

  • describes method to solve problems at various levels#

  • create new levels#

  • working with server#

Erklärung

Frage 8 von 36

1

What is Log Files?

Wähle eine der folgenden:

  • starting point of the database and points to the other files in the database#

  • A logical representation of a connection#

  • make up all the data files, other than the primary data file#

  • hold all the log information that is used to recover the database.#

Erklärung

Frage 9 von 36

1

What is Reliability Monitor?

Wähle eine der folgenden:

  • calculates a System Stability Index that reflects whether unexpected problems reduced the reliability of the system#

  • provides a real-time graphical overview of CPU, disk, network, and memory usage#

  • groups data collectors into reusable elements for use with different performance monitoring scenarios#

  • There is no information about this in lectures#

Erklärung

Frage 10 von 36

1

What is Snapshot Replication?

Wähle eine der folgenden:

  • Sends all the data in a publication each time it is synchronized.#

  • Sends modifications of the data only when synchronization takes place.#

  • Allows modifications at both the publisher and the subscribers.#

  • Modify data for something#

Erklärung

Frage 11 von 36

1

What is SQL Integration Services?

Wähle eine der folgenden:

  • a platform for building enterprise-level data integration and data transformations solutions.#

  • converts the data in an input column to a different data type and then copies it to a new output column.#

  • It can be defined many time and then used by one data flow components.#

  • A platform for adding event handlers to the package and package objects#

Erklärung

Frage 12 von 36

1

What is SQLAgentUserRole?

Wähle eine der folgenden:

  • It is the least privileged of the SQL Server Agent fixed database roles#

  • It includes all the SQLAgentUserRole permissions as well as permissions to view the list of available multi-server jobs, their properties, and their history#

  • It is the most privileged of the SQL Server Agent fixed database roles#

  • have additional permissions on local jobs and schedules#

Erklärung

Frage 13 von 36

1

What is the SQL Server Profiler?

Wähle eine der folgenden:

  • It is a tool to trace server and database activity#

  • It is a tool to monitor server performance#

  • It is a universal tool that can help in any situation#

  • There is no that tool in SQL Server#

Erklärung

Frage 14 von 36

1

What is this following task available to maintenance plan do? "Back Up Database Task"

Wähle eine der folgenden:

  • Performs different types of SQL Server database backups.#

  • Checks the allocation and structural integrity of database objects and indexes#

  • Runs Transact-SQL statements#

  • Rebuilds indexes in SQL Server database tables and views.#

Erklärung

Frage 15 von 36

1

What is this following task available to maintenance plan do? "Update Statistics Task"

Wähle eine der folgenden:

  • Updates information about the distribution of key values for one or more sets of statistics on the specified table or view.#

  • Reduces the size of SQL Server database data and log files.#

  • Runs Transact-SQL statements#

  • Rebuilds indexes in SQL Server database tables and views.#

Erklärung

Frage 16 von 36

1

What is this sysjobactivity table column doing? "next_scheduled_run_date"

Wähle eine der folgenden:

  • Next date and time that the job is scheduled to run.#

  • Date and time this job was queued. If the job is run directly, this column is NULL.#

  • ID of the session stored in the syssessions table in the msdb database.#

  • ID of the job.#

Erklärung

Frage 17 von 36

1

What is this sysjobactivity table column doing? "run_requested_date"

Wähle eine der folgenden:

  • Date and time that the job was requested to run.#

  • ID of the job#

  • ID of the session stored in the syssessions table in the msdb database.#

  • Who requested the job to run#

Erklärung

Frage 18 von 36

1

What is this sysjobactivity table column doing? "session_id"

Wähle eine der folgenden:

  • ID of the session stored in the syssessions table in the msdb database.#

  • ID of the job.#

  • Date and time that the job was requested to run.#

  • Who requested the job to run#

Erklärung

Frage 19 von 36

1

What job cannot run:

Wähle eine der folgenden:

  • Handling alerts#

  • ActiveX scripts#

  • Integration Services packages#

  • replication tasks#

Erklärung

Frage 20 von 36

1

What kind of information needs to be present in format files?

Wähle eine der folgenden:

  • The format file needs to contain correct column or record information to function.#

  • The format file needs to access remote data from OLE DB data sources only#

  • The format file needs the full or differential backup after the bulk-import operation finishes#

  • All of the above#

Erklärung

Frage 21 von 36

1

What object counters can be used to monitor for a low-memory condition?

Wähle eine der folgenden:

  • Available Bytes, Pages/sec#

  • Bytes number, Pages/sec#

  • Available Bytes, Available Pages#

  • Bytes number, Available Pages#

Erklärung

Frage 22 von 36

1

What Publisher does?

Wähle eine der folgenden:

  • create and modify the data#

  • store replication-specific data associated with one or more publishers#

  • Receives the data#

  • There is no information about this in lectures#

Erklärung

Frage 23 von 36

1

What role is used by Database Mail?

Wähle eine der folgenden:

  • Add the SQL Server Agent user to the DatabaseMailUserRole.#

  • Create the operators first so that you can configure the operators for each job as you create it.#

  • An operator can be notified by Net Send, email, or pager.#

  • All variants are correct#

Erklärung

Frage 24 von 36

1

What should be done, if Current Disk Queue Length and % Time counter are consistently high?

Wähle eine der folgenden:

  • Using a faster disk drive#

  • Moving some files to an additional disk or server#

  • Adding disk to a RAID array, if one is being used#

  • All answers are correct#

Erklärung

Frage 25 von 36

1

What should you create first - the operator or the job?

Wähle eine der folgenden:

  • Create the operators first so that you can configure the operators for each job as you create it.#

  • Add the SQL Server Agent user to the DatabaseMailUserRole.#

  • An operator can be notified by Net Send, email, or pager.#

  • All variants are correct#

Erklärung

Frage 26 von 36

1

What should you type in the run box to access the Backup utility?

Wähle eine der folgenden:

  • NTBACKUP#

  • BACKUP#

  • MSBACKUP#

  • RESTOREBACKUP#

Erklärung

Frage 27 von 36

1

What SQLAgentReaderRole includes:

Wähle eine der folgenden:

  • All the SQLAgentUserRole permissions#

  • All the SQLAgentOperatorRole permissions#

  • Schedules and their properties, and their history#

  • Master server, the target server and reports#

Erklärung

Frage 28 von 36

1

What statements do DDL Triggers primarily correspond to?

Wähle eine der folgenden:

  • Transact-SQL statements that start with the keywords CREATE, ALTER, and DROP#

  • All transact-SQL statements#

  • Transact-SQL statements that start with the keywords UPDATE, INSERT, DELETE#

  • Transact-SQL statements that start with the keywords UPDATE, INSERT, DELETE, CREATE, ALTER, and DROP#

Erklärung

Frage 29 von 36

1

What the OS need to use to work with Laboratory works befor module4?

Wähle eine der folgenden:

  • Windows 7#

  • Windows vista#

  • Windows Server 2005#

  • Windows Server 2003#

Erklärung

Frage 30 von 36

1

What two types SQLServer are existed?

Wähle eine der folgenden:

  • Uniform , Mixed#

  • Transaction, Relational#

  • Condition, Mixed#

  • Transaction, Uniform#

Erklärung

Frage 31 von 36

1

What type of backup do you need to perform for a database using the bulk-logged recovery model?

Wähle eine der folgenden:

  • Only a log backup is necessary.#

  • The format file can include information to map columns and provide column information such as data type.#

  • The students who have had prior experience with database projects will be able to relate some experience related to one of the points on the slide.#

  • None of them#

Erklärung

Frage 32 von 36

1

What types of organizational data might you encrypt using PKI?

Wähle eine der folgenden:

  • Payroll or other sensitive information that other users should not have access to.#

  • Individual employees would have no access to view any.#

  • Some examples could be Logins, Tables, Databases, Schemas, etc.#

  • Identify the database snapshot to which you want to revert the database, Drop any other database snapshots, and Perform the revert operation.#

Erklärung

Frage 33 von 36

1

What types of server we use in Management Studio?

Wähle eine der folgenden:

  • File server#

  • Database server#

  • Print server#

  • Apache server#

Erklärung

Frage 34 von 36

1

What use Database Mail to send mail:

Wähle eine der folgenden:

  • Microsoft Outlook#

  • HTML message#

  • Instance message#

  • SMTP#

Erklärung

Frage 35 von 36

1

What values can be used to detect bottlenecks within the disk subsystem?

Wähle eine der folgenden:

  • the Current Disk Queue Length and % Disk Time counters#

  • the Avg. Disk Queue Length and % Disk Time counters#

  • the Avg. Disk Queue Length and Current Queue Length#

  • %Disk Time counters#

Erklärung

Frage 36 von 36

1

What ways can you notify an operator?

Wähle eine der folgenden:

  • An operator can be notified by Net Send, email, or pager.#

  • Create the operators first so that you can configure the operators for each job as you create it.#

  • Add the SQL Server Agent user to the DatabaseMailUserRole.#

  • All variants are correct#

Erklärung