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 » Stored Procedure   (RSS)
  • Re: get Records in Middle the Table

    Interestingly today we found that on certain situations the following query worked better than the query I submitted.  (SQL 2000).  It is not always, but there is a difference at times.  I have not explored the reasons yet.  but a heads up so that you all can start a research on the best method SELECT * FROM (    ...
    Posted to T-SQL (Forum) by Preethi on April 18, 2008
  • 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