默认情况下,在MicrosoftWindowsXP系统上,IIS通过匿名用户请求资源的时候,ASP.NET使用什么安全上下文?()
A. Guest账号
B. NetworkService账号
C. 请求Web页的账号
D. ASP.NET账号
查看答案
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 Enterprise Edition instance. There is a database named DB1 in the instance. A backup of DB1 is performed every day. You have to minimize the size of the full database backup files of DB1. In the options below, which Transact-SQL statement should you use? ()
A. BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak';
BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH COMPRESSION;
C. BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH DIFFERENTIAL;
D. BACKUP DATABASE DB1 TO DISK = 't:\backups\db1.bak' WITH COMPRESSION,DIFFERENTIAL;
贵公司使用的一个名为Application1的应用程序,此程序使用的.netFramework的版本是1.0。这个应该程序已经安装在了一台共享的计算机中,此计算机中已安装了.netFramework1.0和1.1的版本。您需要移动此应用程序到另一台计算机中,此计算机已安装.netFramework1.1和2.0的版本。此应用程序和1.1的版本是兼容的,但与.netFramework2.0是不兼容的。您需要确保应用程序在新计算机上使用.netFramework的1.1版本。您将怎样做?()
A
B
C
D
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. TheDB1 database includes spatial data types. On DB1 databse, you have to perform a database consistency check to include the spatial indexes. Besides this, you must make sure that you can reduce the effect on the database concurrency to the least. So which Transact-SQL statement should you run? ()
A. DBCC CHECKCATALOG (DB1);
B. DBCC CHECKALLOC (DB1) WITH TABLOCK;
C. DBCC CHECKDB (DB1) WITH TABLOCK, PHYSICAL_ONLY;
DBCC CHECKDB (DB1) WITH EXTENDED_LOGICAL_CHECKS;