|
Компьютерный форум OSzone.net » Программирование, базы данных и автоматизация действий » Программирование и базы данных » MSFT SQL Server - SQL-server |
|
MSFT SQL Server - SQL-server
|
Новый участник Сообщения: 2 |
Профиль | Отправить PM | Цитировать Здраствуйте!!! очень нужна помощь. есть тестовое задание на английском, нужен ответ с объяснениями. Помогите пожалуйста
7. To get performance tuning recommendations, you are using an Extensible Markup Language (XML) input file in conjunction with the dta command-line utility. In the current setup, the Transact-SQL (T-SQL) workload file and the XML input file are two separate files. You want to combine both files by using the inline workload feature of the XML input file. Here is the current XML input file: <?xml version="1.0" encoding="utf-16" ?> <DTAXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/dta"> <DTAInput> <Server> <Name>MyServerName</Name> <!-- To tune multiplate databases, list them and their associated tables in the following section. --> <Database> <Name>MyDatabaseName</Name> <Schema> <Name>MyDatabaseSchemaName</Name> <!-- You can list as many tables as necessary in the following section. --> <Table> <Name>MyTableName1</Name> </Table> <Table> <Name>MyTableName2</Name> </Table> </Schema> </Database> </Server> <Workload> <!-- The following element specifies a workload file, which can be a trace file or a Transact-SQL script file. --> <File>c:\Test.sql</File> </Workload> <TuningOptions> <TuningTimeInMin>60</TuningTimeInMin> <FeatureSet>IDX_IV</FeatureSet> <Partitioning>NONE</Partitioning> <KeepExisting>NONE</KeepExisting> <OnlineIndexOperation>OFF</OnlineIndexOperation> </TuningOptions> </DTAInput> </DTAXML> Here is the current workload file (Test.sql): SELECT * FROM MyTableName2 WHERE MyColumnName2 BETWEEN 2 AND 25000 ORDER BY ColumnName2 What changes should you make to the XML input file? Ответы: • Add one more tuning option, InLineWorkload, and set its value to True, as shown here: <TuningOptions> <TuningTimeImMin>60</TuningTimeInMin> <FeatureSet>IDX_IV</FeatureSet> <Partitioning>NONE</Partitioning> <KeepExisting>NONE</KeepExisting> <OnlineIndexOperation>OFF</ OnlineIndexOperation> <InLineWorkload>True</InLineWorkload> </TuningOptions> • Add the following code at the of the line: <EventString> SELECT * FROM MyTableName2 WHERE MyColumnName2 BETWEEN 2 AND 25000 ORDER BY ColumnName2 </EventString> • * Change the Workload element to the following: <Workload> <EventString> SELECT * FROM MyTableName2 WHERE MyColumnName2 BETWEEN 2 AND 25000 ORDER BY ColumnName2 </EventString> </Workload> • Reference the same XML file element in the File element and add T-SQL code to the query and the end of the file Если что есть перевод задания |
|
Отправлено: 12:37, 06-06-2012 |
Ветеран Сообщения: 27449
|
Профиль | Отправить PM | Цитировать И что? Хотите, чтобы за Вас сделали?!
Вы сами-то как думаете? |
Отправлено: 12:54, 06-06-2012 | #2 |
Для отключения данного рекламного блока вам необходимо зарегистрироваться или войти с учетной записью социальной сети. Если же вы забыли свой пароль на форуме, то воспользуйтесь данной ссылкой для восстановления пароля. |
Новый участник Сообщения: 2
|
Профиль | Отправить PM | Цитировать ну ответ третий. но с объяснениями проблема
|
Отправлено: 13:26, 06-06-2012 | #3 |
Участник сейчас на форуме | Участник вне форума | Автор темы | Сообщение прикреплено |
| |||||
Название темы | Автор | Информация о форуме | Ответов | Последнее сообщение | |
7 / 2008 R2 - Автоматическая установка windows server 2008, DC, terminal server, file server | andrey99999 | Автоматическая установка Windows 11 / 10 / 8 / 7 / Vista | 0 | 19-08-2010 01:43 | |
[решено] Server 2008R2 Standart не включается в домен Server 2003 SP1(AD,DNS,DHCP) | djudemon | Microsoft Windows NT/2000/2003 | 6 | 20-05-2010 18:56 | |
ISA server 2006 в Windows 2003 Server (проблема с пингом на клиенте) | DIMAPIKS | ISA Server / Microsoft Forefront TMG | 9 | 13-09-2009 19:29 | |
Настройка Internet Authentication Service (или Radius Server) в Windows Server 2003 | in_terek | Microsoft Windows NT/2000/2003 | 0 | 18-03-2009 12:51 | |
2008 - [Ъ] Пошаговое руководство по установке Windows Server 2008 в режиме Server Core | Borodunter | Windows Server 2008/2008 R2 | 5 | 02-04-2008 12:21 |
|