Forum Replies Created

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

  • RE: Min/Max Server Memory

    Perry Whittle (12/19/2008)


    assuming it is released quick enough

    Sure, but the chances of the OS coming under sudden , extreme memory pressure on a dedicated SQL server machine are slim, unless...

  • RE: copy a database from one server to another server

    Backup the database

    Copy the backup file to the other server

    Restore the backup.

  • RE: Investigating Deadlocks - Need help!

    Russell.Taylor (12/19/2008)


    One of the other DBA's set the traceflag to log all dealocks to the error log as the Deadlock Graphs generated via the alert we have setup are not...

  • RE: Multi line Table-value function much slower then executing body SQL (2008)

    Chris Morris (12/19/2008)


    It's a longshot, but have you tried putting this little lot into a sproc and running the results into a prepared table?

    CREATE TABLE...

    INSERT INTO ... EXEC ...

    That's very...

  • RE: SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED VS WITH(NOLOCK)

    Swirl80 (12/19/2008)


    out of curiosity, from a performance point of view, which is better:

    As I said above, they are identical in meaning and in effect.

    Neither is desired for performance reasons. If...

  • RE: Min/Max Server Memory

    Perry Whittle (12/19/2008)


    just a small gotcha for this. If the OS is pressured and cant free memory it could bring the server to a halt.

    Lock pages just means that the...

  • RE: Replacement of xp_cmdshell

    When you create the job step, set the type to OS command. They type in the OS commands that you need.

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

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