Viewing 15 posts - 49,051 through 49,065 (of 59,065 total)
Thanks for taking the time for that feedback, Hugo. I appreciate it.
Running totals are no excuse for using cursors... not even for display.
http://www.sqlservercentral.com/articles/Advanced+Querying/61716/
So far as the "bin packing" thing...
July 24, 2008 at 6:05 am
or because you run into one of the very rare problems where a cursor actually runs faster than a set-based solution
Hi Hugo,
Do you have an example of when that might...
July 24, 2008 at 5:25 am
rames.net (7/21/2008)
How can we handle the situation if the tempdb space was full?reply with more than 2 diff answers?
Your turn, Pal... how about some feedback. We need at least 2...
July 24, 2008 at 4:58 am
nisan.al (7/24/2008)
So there are two options:
1. some definition are wrong - check if tempdb deifintions are set to ...
July 24, 2008 at 4:56 am
So, do you have a grip on generating the test data or do you still need a bit o' help on that?
July 24, 2008 at 4:48 am
pockeyfan (7/22/2008)
Sergiy (7/22/2008)
First, there is "error" message with
update t1as "t1" could not be found
Can you post the error message?
Here is the error message:
Number (208) Severity (16) State...
July 24, 2008 at 12:04 am
rbarryyoung (7/23/2008)
hmmm (scratches head) I guess I missed that transactional replication was involved.:ermm:
Heh... I missed that data marts were involved. 😉
July 23, 2008 at 11:39 pm
If you want the object ID from the name, why not just use...
SELECT OBJECT_ID('objectnamehere')
There are several system functions that will help keep you from redeveloping the wheel... just look them...
July 23, 2008 at 11:36 pm
Ummm... let's do a small test on the "bad" machine... if you open a "Command Prompt" window, type DIR and press {Enter}, does it return anything? And, no, not...
July 23, 2008 at 8:47 pm
If transactional replication does not replicate truncations, then there is no need to audit inserts to rebuild a truncated table because you can always get it back from the replicated...
July 23, 2008 at 8:36 pm
Ah... I get it now... you want to test/compare every combination of 1 to 10 characters (36 characters total) of the old UDF against the new UDF. (3611)-1 is...
July 23, 2008 at 8:33 pm
Thanks for the feedback...
By the way, being a bit of a code formatting and documentation freak, I really like your tagline on your posts. 😉
July 23, 2008 at 7:52 pm
rbarryyoung (7/23/2008)
July 23, 2008 at 7:04 pm
Lester Policarpio (7/21/2008)
I want to ask how to troubleshoot this kind of problem. I'm handling many servers everyday (select, update, delete). I created...
July 23, 2008 at 6:34 pm
Viewing 15 posts - 49,051 through 49,065 (of 59,065 total)