Tài liệu Troubleshooting Aids phần 1 doc
... Offline Files tab, and set the Encrypt offline files to secure data checkbox (Fig. 13 .11 ). Figure 13 .11 : Options for encrypting the Offline Files database Note Administrative privileges ... tree Computer Configuration | Administrative Templates | System | System Restore (Fig. 13 .10 ). Figure 13 .10 : Configuring System Restore using Group Policy Editor 3. Double-click T...
Ngày tải lên: 14/12/2013, 10:15
... exposed in the Local Policy | Security Options section of security templates (Fig. 13 .13 ). Figure 13 .13 : The Local Policy | Security Options section of security templates By adding registry ... DisplayName, DisplayType, Options The parameters listed above are briefly explained in Table 13 .1 . Table 13 .1: Parameters Used in the [Register Registry Values] Section of the Sce...
Ngày tải lên: 14/12/2013, 10:15
... Assignment (Fig. 13 .16 ). Figure 13 .16 : Restoring the right for the user account to log on as service 7. In the right pane, right-click Log on as a service (Fig. 13 .17 ). Figure 13 .17 : The Log ... the Log On tab (Fig. 13 .18 ), change the password, and click Apply. Figure 13 .18 : The Log On tab of the service properties window 4. Go to the General tab (Fig. 13 .19...
Ngày tải lên: 14/12/2013, 10:15
Tài liệu List View phần 1 doc
... Figure 1- 18. Click the triangle again to collapse the folder listing. You're saved the trouble and clutter of opening a new window just to view the folder's contents. Figure 1- 17. You ... for the different columns of information Mac OS X can show you, as illustrated in Figure 1- 19 . Figure 1- 18. Click a "flippy triangle" (left) to see the list of the folders an...
Ngày tải lên: 14/12/2013, 10:15
Tài liệu Using SQL phần 1 doc
... 10 : SELECT ProductID, ProductName, QuantityPerUnit, UnitPrice FROM Products WHERE ProductID = 10 ; The equal operator (=) is not the only operator you can use in a WHERE clause. Table 3 .1 ... the ProductID column is less than or equal to 10 : SELECT ProductID, ProductName, QuantityPerUnit, UnitPrice FROM Products WHERE ProductID <= 10 ; The next SELECT statement uses the no...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Using Functions phần 1 pptx
... returns 10 and 15 : SELECT ABS( -10 ), ABS (15 ); You use the ACOS(), ASIN(), and ATAN() functions to get the arccosine, arcsine, and arctangent of a number. The following example returns 0.0, 1. 5707963267948966, ... truncates the number. SIGN(expression) Returns 1, 0, or -1 depending on the sign of expression. Returns 1 for a positive number, 0 for zero, or -1 for a negative...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Using Functions phần 2 doc
... rather than rounded, as was done in the previous example: SELECT ROUND (1. 23456, 3, 1) ; This example returns 1. 23400, which is 1. 23456 truncated to three decimal places. You use the SQUARE() function ... following example obtains the difference between 12 /20/2003 and 12 /22/2003 in days and returns 2 days: SELECT DATEDIFF(day, &apos ;12 /20/2003', &apos ;12 /22/2003&apos...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Using SQL phần 2 docx
... ReorderLevel <= 20; Figure 3 .11 shows the results of this SELECT statement. Figure 3 .11 : Using the AND operator to retrieve products where UnitsInStock is less than 10 and ReorderLevel is less ... retrieve products with a ProductID between 1 and 12 : SELECT ProductID, ProductName, QuantityPerUnit, UnitPrice FROM Products WHERE ProductID BETWEEN 1 AND 12 ; Here's an...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Using SQL phần 4 doc
... 'Jason Price', 'Owner', &apos ;1 Main Street', 'New York', NULL, &apos ;12 345', 'USA', '(800)-555 -12 12', NULL ); If you attempt to run ... Persons ( PersonID int CONSTRAINT PK_Persons PRIMARY KEY, FirstName nvarchar (15 ) NOT NULL, LastName nvarchar (15 ) NOT NULL, DateOfBirth datetime ); You use the CONSTRAINT cl...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Bảo mật phần 1 pdf
... 13 .8). Xem xét và xử lý chứng cứ của assembly (mục 13 .9 và 13 .10 ). Xử lý bảo mật bộ thực thi bằng miền ứng dụng (mục 13 .11 và 13 .12 ). RBS cho phép bạn thực hiện các quyết định lúc thực ... mã lệnh của bạn (mục 13 .4, 13 .5, 13 .6, và 13 .7). Kiểm soát sự thừa kế và chép đè thành viên bằng CAS (mục 13...
Ngày tải lên: 23/12/2013, 19:15