

MCQOPTIONS
Saved Bookmarks
1. |
What are the recommended techniques for enabling connection pooling on for a SQL Server 2000 or SQL Server 2005 database? 1. Setting the OLE DB Services connection string keyword to -4 2. Opening a connection and not explicitly disabling pooling 3. Setting the connection string keyword Pooling = True in the connection string 4. Using the Connection Pooling tab of the ODBC Data Source Administrator dialog Box |
A. | 1, 2 |
B. | 1, 2, 3 |
C. | 2, 3 |
D. | 1, 4 |
Answer» D. 1, 4 | |