Viewing 15 posts - 2,581 through 2,595 (of 7,429 total)
quote:
0x634D206B72614D0A...Cheers,
- Mark
Good, but not good enough!
Finally gotcha with the help of Crappy
Frank
[/quote]
Very interesting Mark, nice...
September 5, 2003 at 5:34 am
Just a thought.
Have you tried explicitly setting ANSI_NULLS off for the connection on both to see if the behavior remains the same? This will at least tell us if the...
September 5, 2003 at 4:41 am
quote:
and why are you already at work?suddenly see the need to do some extratime
what about working on weekends?
September 5, 2003 at 4:26 am
I agree with Franks choice as most look in realtime at what is being accessed so by excluding those that are accessed all the time it should be a non-issue...
September 5, 2003 at 4:19 am
Thanks, but topping things really isn't my goal. I can see your code does a quite lovely job. Just offering ("a better", just kidding
) another option...
September 5, 2003 at 4:08 am
Thanks phillcart, something new I had not used yet. I have a developer who has several places this will come in handy.
September 5, 2003 at 3:52 am
Classic case for using at least the two part name and why all objects should be owned by DBO.
September 5, 2003 at 3:50 am
Try the following tests to see what happens.
I run the code with all the variables and set them to static values to see if they return.
Also, try removing all the...
September 4, 2003 at 6:03 pm
Ok, you could try SP 4 but sounds like you are trying to avoid. However, I have looked around and the problem is taht there are some similar things in...
September 4, 2003 at 5:58 pm
That would be using
DTSTaskExecResult
which means you return retry failure or success. So you actually are returning a failure message thru the message pump. Just not thru the errors collections.
For you...
September 4, 2003 at 5:35 pm
Ok I suggest taking a look at the memory on the server thru Task Manager while running and if using the wizard via your local machine do the same there...
September 4, 2003 at 4:18 pm
If I understand correctly I think you are after this.
SELECT
BranchNode.NodeName as Site,
SUM(CASE WHEN DATVer < '4.0.4290' THEN 1 ELSE 0 END) as OutOfDate,
SUM(CASE WHEN DATVer >= '4.0.4290' THEN 1 ELSE...
September 4, 2003 at 4:16 pm
Here is a script I wrote a long while back that does it and should cover all possiblities including the difference between hyphenation of things like Twenty-Five as opposed to...
September 4, 2003 at 4:09 pm
Replication will be lost with backup restore if using.
Some old implicit datatype conversions no longer work so you may run into code that has varchar field and and int...
September 4, 2003 at 4:05 pm
You might even try using C2 audit mode. This will produce a nice trace of those events without a lot to do ourself. However as with any tracing it is...
September 4, 2003 at 3:58 pm
Viewing 15 posts - 2,581 through 2,595 (of 7,429 total)