Forum Replies Created

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

  • RE: Min/Max Server Memory

    Mani (12/18/2008)


    Now, we would like to set the Min and Max Memory settings. Could you please advice me what will be the best values considering 16GB RAM and also...

  • RE: Transactions deadlock

    nKognito (12/19/2008)


    Understood. But what 2nd one will do at the end of 1nd? Will update the next record that matches to the condition or will not do anything?

    It will update...

  • RE: I want a solution of this

    I'm not sure I understand. Please can you post table structure (as create), sample data (as inserts) and your desired output. Read this to see the best way to post...

  • RE: Information needed on locks

    Why would (3) lead to a deadlock?

    Have you read through the sections in Books Online on locking?

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

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

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