INF: SQLSTRES-Sample DB-Library Application for Windows NTLast reviewed: November 7, 1997Article ID: Q87953  | 
	
	
The information in this article applies to:
 
 SUMMARYSQLSTRES is a sample Windows NT-based DB-Library (DB-Lib) application. SQLSTRES can simulate a large number of SQL Server clients to help determine the effect of "scaling up" an application when adding more users. 
 MORE INFORMATIONWhen you develop a SQL Server client application, questions often arise as to how response time and throughput will be affected when you deploy the application and many users access the application simultaneously. You can use standard benchmarks to gauge performance and scaleability, but these factors are variable and highly dependent on the types of queries and updates performed by a specific application. In the development phase of an application it is often difficult to simulate realistic operating environments with large numbers of workstations. The SQLSTRES application enables you to simulate many users executing the operations of your particular application from a single workstation: 
 MORE INFORMATION
 You can find SQLSTRES.EXE (size: 89983 bytes) , a self-extracting file, on the followingservices: 
 
 ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online ServicesSQLSTRES.EXE contains the following files: 
    Filename             Description
   --------             -----------
   SQLSTRES.C           Main source code file
   SQLSTRES.H           Source code header file
   SQLSTRES.RC          Windows resource script file
   SQL.C                Source code file for DB-LIBRARY-specific
                        functions
   DIALOGS.DLG          Dialog box resource script file
   DIALOGS.H            Dialog box header file
   DIALOGS.RES          Windows NT Dialog Editor resource
   MAKEFILE             NMAKE file
   TEST1.SQL            Sample query file
   TEST2.SQL            Sample query file
   README.TXT           This file
	
	 | 
	
	Additional query words: dblib ISQL Transact-SQL softlib 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |