Viewing 15 posts - 31 through 45 (of 68 total)
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....
July 22, 2011 at 11:58 am
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...
July 22, 2011 at 8:28 am
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...
June 13, 2011 at 1:30 pm
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...
June 10, 2011 at 9:29 am
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...
June 10, 2011 at 8:17 am
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...
June 9, 2011 at 8:48 pm
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...
May 27, 2011 at 11:38 am
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...
May 27, 2011 at 10:59 am
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...
April 5, 2011 at 8:16 am
i've googled bol and it's not helpful. any books i could buy on this topic that you guys recommend?
thanks
April 5, 2011 at 8:07 am
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...
April 5, 2011 at 7:58 am
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'...
April 5, 2011 at 7:29 am
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...
April 4, 2011 at 8:49 pm
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...
March 10, 2011 at 12:26 pm
thanks i am going to test that today
March 9, 2011 at 9:26 am
Viewing 15 posts - 31 through 45 (of 68 total)