Forum Replies Created

Viewing 15 posts - 42,271 through 42,285 (of 49,566 total)

  • 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...

  • 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...

  • RE: MCITP SQL 2008 DBA

    Books Online?

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

  • 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

  • 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...

  • 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...

  • 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) ...

  • 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.

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • RE: Index DeFragging

    rew (12/18/2008)


    Hi All

    When I do "Index REBUILDs", my database files GROW. Alot! And the database is in "SIMPLE" recovery mode.

    Yup. They will. Rebuilds are logged operations (though bulk logged in...

Viewing 15 posts - 42,271 through 42,285 (of 49,566 total)