Viewing 5 posts - 1 through 5 (of 5 total)
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...
December 22, 2005 at 9:33 pm
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,...
December 19, 2005 at 9:16 pm
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...
December 16, 2005 at 12:22 am
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...
December 16, 2005 at 12:09 am
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...
December 15, 2005 at 10:44 pm
Viewing 5 posts - 1 through 5 (of 5 total)