Viewing 15 posts - 1,321 through 1,335 (of 1,353 total)
I agree. I would script the job onto development. If successful, then script to production. There are a number of stored procedures that must be used to...
June 24, 2003 at 7:02 am
You can use a join statement in a delete, and in this case this statement would have done the trick:
DELETE FROM ol
FROM Orders o
JOIN OrderLines ol
ON...
June 24, 2003 at 6:51 am
quote:
FROM Precertification INNER JOINPrecertificationDiagnosis ON Precertification.idsPrecertification = PrecertificationDiagnosis.idsPrecertification INNER JOIN
PrecertificationService ON Precertification.idsPrecertification = PrecertificationService.idsPrecertification INNER JOIN
CommentsPrecertification ON Precertification.idsPrecertification = CommentsPrecertification.PrecertificationIdx
June 16, 2003 at 8:43 am
Es gefaellt mir, dass die Erklaering Ihnen Hilfreich war.
Ich habe Deutsch seit neun Jahre in der Schule gelernt. Zwei Woche lang als ich funfzehn war, habe ich mit einer...
June 16, 2003 at 6:43 am
Weil Sie aus Deuschland sind, denke ich, dass Sie Deutsch koennen ("oe" bedeuted ein "o" mit einem umlaut).
If you don't understand German, please go to the paragraphs below.
Das Woert "cute"...
June 13, 2003 at 7:44 am
We always use RI. I can't imagine not using it.
We have a third-party application that doesn't use it. We have a lot of problems with it from performance...
June 13, 2003 at 7:22 am
By the book you do have to detach the databases to be able to reattach them, but so far I have always been able to attach a database even if...
June 6, 2003 at 11:08 am
By rebuilding the master, you can set the appropriate permissions to allow you to attach the databases. Unfortunately you will also need to recreate anything else stored in the...
June 5, 2003 at 8:31 am
Yes, you can delete NT Authentication logins that have been deleted from the domain, because even if they were recreated in the domain, they would have different spid and so...
June 5, 2003 at 8:25 am
Thanks Rita,
I checked another thread and have found that just because I couldn't restore master doesn't mean the same limitation applies to user databases.
I'll be trying to attach the master...
April 22, 2003 at 12:23 pm
Andy,
It could be that I did something wrong in the test, but when I completed the install without doing the uninstall, upon completion the Query Analyzer interface looked like the...
April 20, 2003 at 10:56 am
Not sure what you mean by new client tools. I am going to upgrade client machines, but am only testing server upgrades at the moment.
I have never done an...
April 19, 2003 at 8:49 am
If you are not changing the structure a Full Process is more than you need to do. A Refresh will get you the same result and will have less...
April 14, 2003 at 6:57 am
I'm curious to know the latency of your cube data. Does it need to be updated immediately.
I have a similar situation with one of my cubes. Every night...
April 14, 2003 at 6:44 am
This also seems to work:
SET @DateTime=DATEDIFF(DAY, 0, @DateTime)
This eliminates the CONVERT function.
April 11, 2003 at 1:07 pm
Viewing 15 posts - 1,321 through 1,335 (of 1,353 total)