The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
in
Home SS SLUG Forums Articles Photos Downloads

Browse by Tags

All Tags » Performance » Stored Procedure   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Stored Procedure Performance

    Hi,I doubt that this is related to some hardware resources like memmory or IO operation.''According to tests I have done the time gap expands as data volume goes up'', this is not a issue. It should go up when the volume goes up because it needs to read more pages and more resources.
    Posted to T-SQL (Forum) by dinesh on July 6, 2007
  • Re: Stored in a loop

    Hi,It depends on the way you have written the SP. This post may help you to find the problem.Use CURSOR whenever you have no other options for implementation. Most of the time, WHILE loop can be used instead CURSOR. If the above link does not help you on this, please let us know the content of the SP.
    Posted to T-SQL (Forum) by dinesh on July 6, 2007
Powered by Community Server, by Telligent Systems