Forum Replies Created

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

  • RE: x-cmdShell access

    Jeff Moden (9/20/2012)


    opc.three (9/19/2012)


    It's in every SQL Server security whitepaper...

    I guess there's a whole lot of people that just don't know how to do it right. I agree......

  • RE: Bulk insert of large files (more then 450MB)

    Unfortunately BULK INSERT does not play nice sometimes so we have to apply a workaround. We cannot CATCH errors from BULK INSERT related to gaining exclusive access to the file...

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

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

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

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

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

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

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

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

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

  • 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

    ...

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

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

  • RE: x-cmdShell access

    Great, common ground.

    You too.

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