Forum Replies Created

Viewing 15 posts - 42,256 through 42,270 (of 49,552 total)

  • RE: Transactions deadlock

    nKognito (12/19/2008)


    Thanks for your help, but I know where deadlock occures.

    Are you sure? You know what the victim is, but without the deadlock graph there's no way to be...

    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: Transactions deadlock

    Can you obtain and post a deadlock graph? Switch traceflag 1204 on (DBCC TRACEON (1204,-1)). That will print the deadlock graph into the error log, showing the resources and queries...

    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 functions

    In the alter, the function's called [FN_R2CQ], but you're calling it as dbo.QTR_AMOUNT. Cut and paste issue?

    Aside, but also important, that is not going to perform particularly well, especially if...

    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: MCITP SQL 2008 DBA

    Books Online?

    Not joking, it's what I used for the beta exams.

    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: Transaction deadlocks

    Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic622591-9-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: The BackUP of the file Group of file is not permitted

    suresh.maddali (12/18/2008)


    One thing in past my DBA has done one thing like my data base got a problem with log file.logfile exeding it's limit then my DBA detaches and reatach...

    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: Urgent: Shrinking logfile(s) when the db is in "SIMPLE" recovery model...

    Krishna_DBA (12/18/2008)


    3. when does the commited data in the log files move to data file.

    Well, when a checkpoint occurs. Checkpoint writes all dirty pages to the disk.

    The lazy writer also...

    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 2005 DB Mirroring

    paul.corujo (12/18/2008)


    Excuse my ignorance but doesn't it say 64 bit Enterprise edition with service pack 2?

    Yes, but that's not referring to SQL.

    Microsoft SQL Server 2005 - 9.00.1399.06 (X64) ...

    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 2005 DB Mirroring

    paul.corujo (12/18/2008)


    Microsoft SQL Server 2005 - 9.00.1399.06 (X64)

    You have 2005 RTM there. Mirroring was only enabled in SP1.

    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: MDF, LDF and NDF files

    They're created by someone adding a second (or third or forth, ...) data file to the database. Only the primary file has the extension mdf. All other data files are...

    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: Are the posted questions getting worse?

    Matt Miller (12/18/2008)


    I'll take care of the French questions if you get stuck.

    Aragato Gozimasta

    With the french question, it wasn't so much the question. The OP translated into passable...

    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: MDF, LDF and NDF files

    paul.kuczwara (12/18/2008)


    Is it possible to attach the DB even though it is looking for three NDF files?

    No. Those are secondary data files, ie they contain part of the data...

    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: Are the posted questions getting worse?

    bitbucket (12/18/2008)

    I give up ? What is it in U.S. English

    Hoekom nie? Ek het eek vraag in Fraans geseen. Nie maklik to antwoord nie.

    Why not? I've seen one...

    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 Clustering vs. Application clustering

    clementhuge (12/18/2008)


    grea answer! This is a good news. I never thoughtI can do a snapshot on a database "in-recovery".

    In general you can't. It only works for a mirrored database that's...

    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 Clustering vs. Application clustering

    clementhuge (12/18/2008)


    Thank you very much for this answer.

    When ou talk about snapshot, are you considering snapshots on mirrored databases ? because the mirrored databases are in recovery state, so I...

    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 - 42,256 through 42,270 (of 49,552 total)