Forum Replies Created

Viewing 15 posts - 3,151 through 3,165 (of 7,164 total)

  • RE: Question on ACID properties

    @GilaMonster, I came back to re-read because I was thinking I may have missed something you were picking up in my description. I think see what you were expanding on....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Security for SQLAgent Jobs

    bret.christoe (9/17/2012)


    The SQLAgent job is dependent on the privileges of the SQL Server Agent service.

    This is true only when the job is owned by a member of the sysadmin Fixed...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Question on ACID properties

    GilaMonster (9/19/2012)


    opc.three (9/19/2012)


    For A: Unlike Oracle, in SQL Server if you want each statement to implicitly start a new transaction then you must SET IMPLICIT_TRANSACTIONS ON. The default in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Execution plan

    Oracle_91 (9/10/2012)


    Hi All,

    I have 2 sql sevr 2005 instances with same build no,same edition.

    I restored the database from one insatnce to another instance. But when i execute the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Execution plan

    Jason Selburg (9/12/2012)


    Did you rebuild statistics?

    I do believe that even though the servers may be configured the same/same hardware, when you restore a database the stats get "out of whack".

    I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Partitioned tables

    Following along with Kevin's post, think it through carefully. Here is a nice write up I recently found to help you consider all points of why you might employ partitioning,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server Jobs issue

    mrrobsewell (9/14/2012)


    I have a PS script that interrogates JobServer.Jobs on all servers across my estate at 7am.

    So when I come into work it has emailed me a single email for...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Question on ACID properties

    The question definitely has layers to it as Sean alluded to. They were hoping to learn various things about you from it.

    I would have picked apart and addressed each part...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Indexes question

    If your table is truly static and you have the space then add as many indexes as you need to cover the queries being issued. Go ahead and use a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: is it required to run reindex on a table soon after a column is dropped or added?if yes then why?

    v5d1.ch (9/16/2012)


    Thank you joy smith.that article explains lot but i am still bit confused.i understood why we need to rebuild whenever we drop a column.it is beacuse we have to

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Notify when CmdExec Job Steps Scheduled..?

    It could be characterized as a hack, but adding a trigger to the relevant msdb system tables might get you what you need:

    USE msdb

    GO

    IF OBJECT_ID(N'dbo.sysjobs_update') IS...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How do I use one column for node names and the others for elements in that node?

    Timothy Graffham (9/19/2012)


    I was very excited to go to my post this morning and see 8 responses. I thought I was going to get some real help. Instead,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Great, common ground.

    You too.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Lynn Pettis (9/19/2012)


    opc.three (9/19/2012)


    Lynn Pettis (9/19/2012)


    opc.three (9/19/2012)


    Lynn Pettis (9/19/2012)


    opc.three (9/4/2012)


    Jeff Moden (9/4/2012)


    opc.three (9/4/2012)


    All sysadmins can execute any commands they wish and those commands will run in the context of the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Lynn Pettis (9/19/2012)


    opc.three (9/19/2012)


    Lynn Pettis (9/19/2012)


    opc.three (9/4/2012)


    Jeff Moden (9/4/2012)


    opc.three (9/4/2012)


    All sysadmins can execute any commands they wish and those commands will run in the context of the SQL Server service...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,151 through 3,165 (of 7,164 total)