Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Cursor type for performance

    Too many validations to be done for each record before making a posting. Server is also too busy. Cursor in my application is unavoidable.

    I've tuned the code, to complete the...

  • RE: Cursor type for performance

    I know, cursors are DON'T GO THERE!! area in SQL Server.

    I've 2500 records of financial postings to be done in production server. Each record has to be validated for account code,...

  • RE: To enhance performance for my SQL Server2000 STD?

    Hi,

    For large tables like that of yours, it is better to place table in one filegroup, place indexes in other filegroup on DIFFERENT PHYSICAL DISK ARRAYS. SQL server can access...

  • RE: appropriate sizing for pagefile.sys with awe

    Hi Robert,

    Though 1.5 times the amount of physical RAM is recommended, maximum allowed size for any one instance of pagefile.sys on a machine is limited to 4GB. So, you can...

  • RE: Doubt in DURATION coulmn while trace

    Hi JK,

    To check the performance of the Sproc/Statement using duration, first ensure that the server load does not fluctuates heavily. If possible try being a single user.

    You can take the...

Viewing 5 posts - 1 through 5 (of 5 total)