Forum Replies Created

Viewing 15 posts - 361 through 375 (of 5,685 total)

  • RE: Changing destination path

    Using a configuration?

  • RE: Any risks placing tempdb on raid 0 ssd drive?

    paul.knibbs (3/7/2014)


    Evil Kraig F (3/5/2014)

    Raid 0 is a multidisk stripe that if any fail you lose the stripe. Single disk = same risk, just less throughput.

    Actually, a single disk...

  • RE: database is slow

    sqlbuddy123 (3/6/2014)


    Query tuning is good but it takes time. Just the intention was if we can identify the bottleneck, fixing it would be simpler.

    The quick and dirty way to find...

  • RE: Identifying Current Record

    I'd take this as a two phase approach.

    First, you need to get your current data into the format you want. No matter what you do, you're going to do...

  • RE: Are there security issues with SQL Authentication for a read-only account?

    Cafescott,

    I think you have multiple issues here that while you need to address them simultaneously, need to be approached independently.

    The first is the physical security and access, which has already...

  • RE: SSIS and Transaction Log Growth

    free_mascot (3/5/2014)


    Bulk and Simple use similar logging techniques for minimally logged transactions, so either would work for that purpose. In my experience, while this will help, it requires a...

  • RE: INCLUDE option in index

    GilaMonster (3/5/2014)


    Evil Kraig F (3/5/2014)


    GilaMonster (3/5/2014)


    I would create, as an index for that query:

    create index IX_A_Col1 on A ( Col1, IndexID )

    Having it as a second key column is more...

  • RE: INCLUDE option in index

    GilaMonster (3/5/2014)


    I would create, as an index for that query:

    create index IX_A_Col1 on A ( Col1, IndexID )

    Having it as a second key column is more useful than having it...

  • RE: INCLUDE option in index

    No, the clustered index is already included in all nonclustered indexes. The include would be superfluous unless you're trying to protect against someone changing the clustered index in the...

  • RE: INCLUDE option in index

    N_Muller (3/5/2014)


    Would there be any benefit to include columns that are part of the primary key on a non-clustered index, even if I don't intend to add it to the...

  • RE: SSIS and Transaction Log Growth

    george sibbald (3/5/2014)


    yes, but the question says insert, rather than import, so does SSIS run the insert as a bulk import by default, or is that a setting you can...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (3/5/2014)


    I'm not serious, hence the smiley 🙂

    It was a great QotD, but I answered without thinking it through (on a 3 point question!!!).

    Not enough caffeine...

    Just double checking. :)...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (3/5/2014)


    Evil Kraig F (3/5/2014)


    Other than I apparently created a 3! point question for the QotD... 😎

    (I didn't think it was THAT difficult...)

    It was very misleading though 😉

    Hrm, if...

  • RE: Are the posted questions getting worse?

    Hey Barry, welcome back.

    In general, not much... Other than I apparently created a 3! point question for the QotD... 😎

    (I didn't think it was THAT difficult...)

  • RE: Any risks placing tempdb on raid 0 ssd drive?

    Nope, but understand, when you say Raid 0, that's not a single disk.

    Raid 0 is a multidisk stripe that if any fail you lose the stripe. Single disk =...

Viewing 15 posts - 361 through 375 (of 5,685 total)