Saturday, May 31, 2008

mgmt studio is AIO tool SSMS - ent manager + query analyzer SSIS replaces DTS. Editions -
  • Express Edition 32bit

  • Workgroup Edition 32bit

  • Developer Edition

  • Standard Edition

  • Enterprise Edition

  • Mobile Edition

At least 1GHZ, 512MB RAM for sql to run minimum. windows xp can install express, workgroup, standard, and developer versions of sql. You can run more than one type of sql server on the same pc without problems. The exam primarily focuses on the high-end Enterprise Edition SQL SERVER INSTALLATION From SQL Server Management Studio, you can connect to any SQL server in the enterprise. Named pipes is used for communications on local area networks (LANs) as an alternative to TCP/IP. By default, SQL Server uses port 1433, a 5-drive array is best. Questions 1-50 testking: What is a stored procedure ? What are linked servers ? Create views Create assembly TCP endpoint db mirroring webmethod Daily transaction log shipping or snapshot replication UPDATE STATISTICS D. CREATE STATISTICS DBCC command, DBCC OPENTRAN bcp command, CREATE CONTRACT contract Tracer token clustered index CREATE ENDPOINT COLLATE service broker XSINIL sql server profiler activity monitor ssms kill process. Use SQL Server Profiler to identify the cause of a deadlock. partitioning scheme create a view and specify the SCHEMABINDING option, The sys.dm_db_index_usage_stats dynamic management view database snapshot SQLServer:Buffer Manager full-text catalog. LTRIM and RTRIM built-in functions. two types of triggers in SQL Serer 2005: data manipulation language (DML) triggers and data definition language (DDL) triggers. CREATE LOGIN http://www.google.co.uk/search?hl=en&q=microsoft%3A+webcast+sql&meta= http://technet.microsoft.com/en-us/sqlserver/default.aspx -------------------------------------------------------------------------------------------------------------------------------------------------------------
Skills measured by FROM MICROSOFT.COM :-
Installing and Configuring SQL Server 2005

Install SQL Server 2005.

Verify prerequisites.

Upgrade from an earlier version of SQL Server.

Create an instance.

Configure SQL Server 2005 instances and databases.

Configure log files and data files.

Configure the SQL Server DatabaseMail subsystem for an instance.

Choose a recovery model for the database.

Configure SQL Server security.

Configure server security principals.

Configure database securables.

Configure encryption.

Configure linked servers by using SQL Server Management Studio (SSMS).

Identify the external data source.

Identify the characteristics of the data source.

Identify the security model of the data source.

Implementing High Availability and Disaster Recovery

Implement database mirroring.

Prepare databases for database mirroring.

Create endpoints.

Specify database partners.

Specify a witness server.

Configure an operating mode.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement log shipping.

Initialize a secondary database.

Configure log shipping options.

Configure a log shipping mode.

Configure monitoring.

Manage database snapshots.

Create a snapshot.

Revert a database from a snapshot.

Supporting Data Consumers

Retrieve data to support ad hoc and recurring queries.

Construct SQL queries to return data.

Format the results of SQL queries.

Identify collation details.

Manipulate relational data.

Insert, update, and delete data.

Handle exceptions and errors.

Manage transactions.

Manage XML data.

Identify the specific structure needed by a consumer.

Retrieve XML data.

Modify XML data.

Convert between XML data and relational data.

Create an XML index.

Load an XML schema.

Implement an HTTP endpoint.

Create an HTTP endpoint.

Secure an HTTP endpoint.

Implement Service Broker components.

Create services.

Create queues.

Create contracts.

Create conversations.

Create message types.

Send messages to a service.

Route a message to a service.

Receive messages from a service.

Import and export data from a file.

Set a database to the bulk-logged recovery model to avoid inflating the transaction log.

Run the bcp utility.

Perform a Bulk Insert task.

Import bulk XML data by using the OPENROWSET function.

Copy data from one table to another by using the SQL Server 2005 Integration Services (SSIS) Import and Export Wizard.

Manage replication.

Distinguish between replication types.

Configure a publisher, a distributor, and a subscriber.

Configure replication security.

Configure conflict resolution settings for merge replication.

Monitor replication.

Improve replication performance.

Plan for, stop, and restart recovery procedures.

The course includes material to prepare you for this task.
Maintaining Databases

Implement and maintain SQL Server Agent jobs.

Set a job owner.

Create a job schedule.

Create job steps.

Configure job steps.

Disable a job.

Create a maintenance job.

Set up alerts.

Configure operators.

Modify a job.

Delete a job.

Manage a job.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Manage databases by using Transact-SQL.

Manage index fragmentation.

Manage statistics.

Shrink files.

Perform database integrity checks by using DBCC CHECKDB.

Back up a database.

Perform a full backup.

Perform a differential backup.

Perform a transaction log backup.

Initialize a media set by using the FORMAT option.

Append or overwrite an existing media set.

Create a backup device.

Back up filegroups.

Restore a database.

Identify which files are needed from the backup strategy.

Restore a database from a single file and from multiple files.

Choose an appropriate restore method.

Move a database between servers.

Choose an appropriate method for moving a database.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.
Monitoring and Troubleshooting SQL Server Performance

Gather performance and optimization data by using the SQL Server Profiler.

Start a new trace.

Save the trace logs.

Configure SQL Server Profiler trace properties.

Configure a System Monitor counter log.

Correlate a SQL Server Profiler trace with System Monitor log data.

The course includes material to prepare you for this task.

Gather performance and optimization data by using the Database Engine Tuning Advisor.

Build a workload file by using the SQL Server Profiler.

Tune a workload file by using the Database Engine Tuning Advisor.

Save recommended indexes.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Monitor and resolve blocks and deadlocks.

Identify the cause of a block by using the sys.dm_exec_requests system view.

Terminate an errant process.

Configure SQL Server Profiler trace properties.

Identify transaction blocks.

The course includes material to prepare you for this task.

Diagnose and resolve database server errors.

Connect to a non-responsive server by using the dedicated administrator connection (DAC).

Review SQL Server startup logs.

Review error messages in event logs.

The course includes material to prepare you for this task.

Monitor SQL Server Agent job history.

Identify the cause of a failure.

Identify outcome details.

Find out when a job last ran.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Gather performance and optimization data by using DMVs.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.
Creating and Implementing Database Objects

Implement a table.

Specify column details.

Specify the filegroup.

Assign permissions to a role for tables.

Specify a partition scheme when creating a table.

Specify a transaction.

Implement a view.

Create an indexed view.

Create an updateable view.

Assign permissions to a role or schema for a view.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement triggers.

Create a trigger.

Create DDL triggers for responding to database structure changes.

Identify recursive triggers.

Identify nested triggers.

Identify transaction triggers.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement functions.

Create a function.

Identify deterministic versus nondeterministic functions.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement stored procedures.

Create a stored procedure.

Recompile a stored procedure.

Assign permissions to a role for a stored procedure.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement constraints.

Specify the scope of a constraint.

Create a new constraint.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement indexes.

Specify the filegroup.

Specify the index type.

Specify relational index options.

Specify columns.

Specify a partition scheme when creating an index.

Disable an index.

Create an online index by using an ONLINE argument.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Create user-defined types.

Create a Transact-SQL user-defined type.

Specify details of the data type.

Create a CLR user-defined type.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement a full-text search.

Create a catalog.

Create an index.

Specify a full-text population method.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work.

Implement partitions.

No comments: