Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 7,164 total)

  • RE: The Command Shell

    Eric M Russell (4/4/2013)


    Case in point: Just this morning I was asked to rename a database (AbcCorp -> AbcCorpOld) in the DEV and QA environments and then create...

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

  • RE: The Command Shell

    Leaving the development aspects aside per Steve's earlier comment...

    Why do folks need xp_cmdshell for admin tasks? I definitely have a sense of people's attachment and willingness to use xp_cmdshell despite...

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

  • RE: Logical CPU Count and Hyperthread Ratio ?

    See Chapter 3 of this book:

    Troubleshooting SQL Server: A Guide for the Accidental DBA by Jonathan Kehayias[/url]

    Specifically read the sections discussing the 'max degree of parallelism' and 'cost threshold for...

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

  • RE: Development, Operations, or Accounting

    Yeah, what he said.

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

  • RE: Moving prod DBs from local disk to SAN with absolute minimal downtime

    Thanks for posting back. I was not sure how to easily get across the concern about consistency so I am happy you went through some of the steps and got...

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

  • RE: Logical CPU Count and Hyperthread Ratio ?

    ananda.murugesan (4/4/2013)


    I got it.. according to SQL output 16 Logical CPU...

    Pl. correct me if am wrong direction.

    For the performance basis for SQL SERVER parallel processing should be equal number...

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

  • RE: Logical CPU Count and Hyperthread Ratio ?

    So 2 physical CPUs x 4 cores each x 2 because of Hyperthreading

    = 16 logical CPUs according to SQL Server

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

  • RE: Logical CPU Count and Hyperthread Ratio ?

    Hyperthread Technology is create two logical processor on actual physical processor, So server has 2 Physical CPU, it means Dual core processor. Hyperthread Ratio is 8, 8*2=16 logical processor.

    It means...

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

  • RE: The Command Shell

    Steve Jones - SSC Editor (4/3/2013)


    Very interesting discussion.

    Opc.three, you did bring up a few good points, but this isn't one of them.

    opc.three (4/3/2013)I understand how xp_cmdshell works but if...

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

  • RE: Moving prod DBs from local disk to SAN with absolute minimal downtime

    I probably would not use replication for this simply because of the potential for problems with consistency at time of cutover.

    How about:

    1. log ship each database to a new database...

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

  • RE: Scripts To Monitor SQL SERVER

    Some of the data you want is available through the DMVs, but only for a short time period and it is completely lost after a service restart. To monitor SQL...

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

  • RE: Best practice to create a new database for Datamart

    Yes. Tons. Lookup dimensional modeling. Lookup the Kimball and Inmon methodologies. Lookup the BI Semantic Model for SQL 2012.

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

  • RE: The Command Shell

    patrickmcginnis59 10839 (4/3/2013)


    Trust is key but bottom line is xp_cmdshell is a security threat, by definition and in practice. The fewer exposures there are, the better off the environment is.

    Powering...

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

  • RE: Cursor in Stored Procedure

    Just for fun I wanted to see how a CLR might stack up so I ran it through GROUP_CONCAT against 5000 tables with an average length of ~115 characters:

    Version using...

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

  • RE: The Command Shell

    The issue of whether to use it or not also seems to go a bit beyond security, spilling into application design. If we break this down into two areas where...

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

Viewing 15 posts - 1,336 through 1,350 (of 7,164 total)