MSSQL tips for parameters

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Marcos

MSSQL tips for parameters

Post by Marcos » Tue 05 Apr 2005 14:25

hi,

Do you have any tips on parameters of MSSQL to improve performance?
Or a list of parameters that can be set.

Thanks in advance,

Marcos

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 06 Apr 2005 12:46

If you mean server settings, you should search for an answer in MSDN.
If DbxSda settings, probably, prepared option will be interested for you.

Post Reply