Forum Replies Created

Viewing 15 posts - 31 through 45 (of 68 total)

  • RE: Global Temp Tables and RAM usage

    cfradenburg (7/22/2011)


    nawillia (7/22/2011)


    ...(he's using this in dynamic sql so a regular temp table doesn't work)...

    If you can create the temp table outside the dynamic SQL you can reference it inside....

  • RE: Global Temp Tables and RAM usage

    Thanks for the responses.. a little more detail.

    I'm not actually using the ##temp tables, I have a client and I asked him why did he want to use them instead...

  • RE: Cloud Outages

    I have a love/hate view on the 'cloud' As developers/dbas/'as other duties assigned' employees, we all know the cloud is just a fancy word for internet based services -- and...

  • RE: unique nonclustered index

    thanks for the feedback on this.

    --now let me throw in the curve ball, as i said originally the table doesn't even have a clustered index, just a uninque non...

  • RE: unique nonclustered index

    If you have a clustered index where the clustering key is unique, narrow, static, and ever increasing (eg, an identity column or some naturally static increasing key) then it can...

  • RE: unique nonclustered index

    Thanks for both responses so far.

    I still haven't had time to read any BOL on the subject but I will tomorrow.

    I was looking for more of a performance information when...

  • RE: Install and Choosing Root level as Data or Log directory

    oops i meant that sql server was running as local system account and i was in the local admin group.

    i moved the master once, and i followed the instructions from...

  • RE: Install and Choosing Root level as Data or Log directory

    running under local admin -- i know.. but client says do it.

    but sql server is fine.. i was not able to browse the harddisk until i took all those steps...

  • RE: Are Heaps Fragmented by Default

    What books do yall recommend on this topic?

    Also, fragmentation aside. I have two tables that are the same in structure and data (imported exactly the same).

    One has a clustered...

  • RE: Are Heaps Fragmented by Default

    i've googled bol and it's not helpful. any books i could buy on this topic that you guys recommend?

    thanks

  • RE: Are Heaps Fragmented by Default

    Thanks John that makes sense.

    On the fragmentation issue - if i never ever do updates or deletes (this is an archive table and loaded incrementally daily), what type of fragementation...

  • RE: Are Heaps Fragmented by Default

    Thanks for responding... So most of the time we say put a clustered index on a table for the sake of having one. So I used a 'natural key'...

  • RE: heap or clustered

    Hello,

    I know this is an old post, and i've done some research in BOL and other websites, but no where can I find an answer to this question. I...

  • RE: SSIS and dealing with embedded double quotes

    Thanks to all for responding so fast. I talked to the supplier of the file and they made the file adjustments with no problem 😀

    Like I said earlier, I...

  • RE: SSIS and dealing with embedded double quotes

    thanks i am going to test that today

Viewing 15 posts - 31 through 45 (of 68 total)