The server that is designated as the bridgehead server is used for intersite replication.
The Maximize data throughput for file sharing setting is the default setting , and is appropriate for Windows 2000 Server computers that are functioning primarily as file servers. The Maximize data throughput for network applicatons setting is the preffered setting for domain controllers.
Tskill ends a process. Since you want to stop an application, this is the command you would use.
The user-specific settings are removed by Sysprep.
Select Enterprise root CA if you're installing the first certificate server in the forest. This type of CA requires the use of Active Directory.
Only the Extensible authentication protocol (EAP) has the ability to support smart cards.
Windows 2000 Advanced Server is optimized for use on servers (such as SQL servers) in an enterprise network environment.
Using automatically incrementing IDENTITY columns is very popular with database developers. You don?t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.
You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.
Maximim number of triggers that can be applied to a single table is 12
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.