Browse by Tags

  • Need tips on improving performance of a query

    Hello, My apologies if the question is too silly (am a novice) and if it is too vague (the details are specific to work). Details: The problem table 'Table A' has around 40 columns. 3 of the columns together constitute a unique non-clustered index. The problem: An update query whose where clause...
    Posted to Getting Started (Forum) by Vivek_Kodira on 01-24-2008
  • Understanding SQL commands

    I wish to run DBCC FLUSHPROCINDB on a database called 'Batch'. I found the following example: DECLARE @intDBID INTEGER SET @intDBID = (SELECT dbid FROM master.dbo.sysdatabases WHERE name = 'database_name') DBCC FLUSHPROCINDB (@intDBID) But I don't understand it. Can someone please...
    Posted to Getting Started (Forum) by meehanj on 12-20-2007
  • Re: Query Performance

    Hi, First thing I would do is to identify if any long running queries and then check its execution plan and needed fine tune it.
    Posted to Getting Started (Forum) by ghemant on 09-24-2007
Page 1 of 1 (3 items)
 



© 2000 - 2007 vDerivatives Limited All Rights Reserved.