Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 7,502 total)

  • RE: mirroring

    Books online (SQL2008R2) "Database Mirroring Overview" states:

    Database Mirroring Support

    Since SQL Server 2005 Service Pack 1 (SP1), database mirroring partners and witnesses have been supported by Standard and Enterprise Edition. But...

  • RE: Please help me out this question?

    SQL Kiwi (9/18/2011)


    ALZDBA (9/18/2011)


    probably about the only thing missing to get a meaningful result is the product indication:

    The original specification calls for quantity, not total price (that's why I used...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/18/2011)


    ALZDBA (9/18/2011)


    Lynn Pettis (9/18/2011)


    bitbucket-25253 (9/17/2011)


    Ninja's_RGR'us (9/17/2011)


    Hey guys (als), I just got a bank offer for a 70% / 30% sql svr / oracle environement.

    Now all I know about Oracle...

  • RE: Please help me out this question?

    probably about the only thing missing to get a meaningful result is the product indication:

    SELECT ProductName, sum(SalePrice)

    FROM Products p

    INNER JOIN Sales s ON s.ProductID = p.ProductID

    group by ProductName

    order by...

  • RE: Unable to remove user from db_owner role membership...why?

    Keep in mind if that use is member of a user defined db role that has been added to the db_owner groupmembers, SSMS will show db_owner membership as well !

    In...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (9/18/2011)


    bitbucket-25253 (9/17/2011)


    Ninja's_RGR'us (9/17/2011)


    Hey guys (als), I just got a bank offer for a 70% / 30% sql svr / oracle environement.

    Now all I know about Oracle is how...

  • RE: Are the posted questions getting worse?

    I wonder if SSC DBadmins have taken performance precautions for such atypical rare threads ?

    Could this already mess up query plans or be of any other concern ?

  • RE: Please help me out this question?

    Chapter 4: Summing and grouping page 36 topic A.2

  • RE: Are the posted questions getting worse?

    GSquared (9/16/2011)


    GilaMonster (9/16/2011)


    ALZDBA (9/16/2011)


    Tom.Thomson (9/16/2011)


    I forgot one:

    5) risks of using backup log to append a log backup to an existing file containing log backups instead of always creating a new...

  • RE: Are the posted questions getting worse?

    Tom.Thomson (9/16/2011)


    I forgot one:

    5) risks of using backup log to append a log backup to an existing file containing log backups instead of always creating a new backup file for...

  • RE: Are the posted questions getting worse?

    GilaMonster (9/16/2011)


    I suspect this got lost in all the 'helping Grant abuse SQL' posts...

    Spot on ! Sorry for that ...

    Another request:

    I'm bunking tonight and starting the rewrite of my rather...

  • RE: Are the posted questions getting worse?

    As proven more than once, we take it further than the end in The Thread :hehe::Wow:

  • RE: Joining 2 databases without hardcoding database name

    shatrughna (9/16/2011)


    Hi,

    You can do it by dynamic SQL statement.

    Search Google for Dynamic SQL statement.

    Thanks

    Shatrughna

    Indeed, if you don't care about security, plan-recompile, ....

  • RE: Add one min when time same

    Gianluca Sartori (9/16/2011)


    ...

    Good catch, Gianluca !

    That is indeed a risk to assess, and that didn't even cross my mind. :crazy:

    As it appears, my test data hasn't been adequate...

  • RE: Partitioned index rebuild, online or offline?

    You could setup a test and rebuild a partitioned tables partitioned index and see how locking behaves by e.g. sampling sp_lock or trace locking

Viewing 15 posts - 1,666 through 1,680 (of 7,502 total)