Forum Replies Created

Viewing 15 posts - 46,321 through 46,335 (of 49,552 total)

  • RE: How to tune this stored procedure

    Now this is interesting. Same question from a different person. hmmm. Homework?

    http://www.sqlservercentral.com/Forums/Topic509017-360-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: help me in tuningthe stored procedure

    Interesting. How come another member has posted the exact same procedure (but different name) with virtually the same question?

    See here: http://www.sqlservercentral.com/Forums/Topic509053-146-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: help me in tuningthe stored procedure

    There is no where near enough information...

    Please post the following:

    The table structures

    The index structures

    Some idea of the volumne of data in these tables.

    The current execution plan (saves as a .sqlplan...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: How to tune this stored procedure

    Help you with what? There is no where near enough information to give you any suggestions.

    Please post the following:

    The table structures

    The index structures

    Some idea of the volumne...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Restricting the Transaction log

    Shrinking database = really bad idea. The DB will just grow again and you will probably have messed the performance up doing the shrink.

    Do you have transaction log backups running?

    In...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: PAGEIOLATCH_EX

    You did notice that the post you replied to is over a year old?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Restricting the Transaction log

    The transaction log is not optional. It's used by SQL to keep a permanent log (for recovery purposes) or all data modifications that occur. It's what allows SQL to always...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Additional Index on Subscriber table

    Shouldn't be a problem, providing you don't create unique indexes that don't exist in the publisher.

    If the subscription is reinitialised, you'll have to recreate the indexes.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Restricting the Transaction log

    What recovery mode is your database in?

    Are you running regular log backups?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Triggering a trans log shrink....

    You don't want to physically shrink the transaction log. It'll just have to grow again.

    Since you're in simple recovery, run a checkpoint at regular intervals between your inserts. In simple,...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: database maintainance

    dlarsen (5/29/2008)


    i didn't remove or change anything.

    i can copy by cmd and i can't do it through Query Analyzer

    Copying by cmd uses your account. Copying through QA uses the SQL...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Tunning index and databases

    You could install developer edition rather than standard. It's cheap ($50) and will full enterprise features, just not for use in a production environment. It installs on Vista and XP...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Delay after failed login?

    Not that I know of, but on SQL 2005 (which I assume you're using because of teh forum this is posted in), you can enforce password policy which includes a...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL server 2005 Express

    Express does not include SQL agent.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: DBCC SHRINKFILE

    Warren Peace (5/29/2008)


    So, I guess one can say if the TX files ARE being backed up truncating the TX file on a weekly basis should be OK? I say this...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 46,321 through 46,335 (of 49,552 total)