单项选择题

A.ALTER DATABASE Sales  MODIFY FILE(NAME = Sales dat3, SIZE = 10GB)
B.ALTER INDEXALL ON Sales.Sales History REBUILD WITH (FILLFACTOR = 60)
C.EXEC sys.sp_configure 'fill factor (%)', '60'
D.UPDATE STATISTICS Sales.Sales History(Products)  WITH FULLSCAN, NORECOMPUTE

相关考题

单项选择题 You are a database developer. You plan to design a database solution byusing SQL Server 2008. You are creating adataba seto support the office manager. Your database model has the following structure. The database design has the following business requirements: An employee can be assigned more than one task. Upon completion, thetask is deleted. When a task is deleted, the associated assignment is deleted. When an employee is nolonger available tocomple tea task, theemployee link to the assignment is replaced with a NULL value. You need to implement the business requirements to maintain data integrity. What should you do?()

多项选择题 Youneedtocreateacolumnthatallowsyoutocreateauniqueconstraint.Whichtwo column definitionsshouldyou choose?()

多项选择题 You are adatabase solutions architect.Your company plans to develop asolution by using a SQLServer 2008 instance. The solutionhas the following business requirements: Import datafromvarious datasources suchas MicrosoftOffice Excel, Microsoft SQL Server2000, Microsoft SQL Server 2005, and CSV files. Profile the source data before it is imported. Provide collaboration andoffline capabilities to mobile users. Allowmobile users to use heterogeneous data stores. You need to configure the appropriate SQL Server components to accomplish the business requirements. You want to achieve this goal by using the minimum amount of administrative effort. Which two SQL Server components should you use?()