Viewing 8 posts - 1 through 8 (of 8 total)
Hi, Andy:
Thanks for the reply. Really appreciate it! I generated the script of one database, then run the script generated in another database....
May 25, 2004 at 12:57 am
Hi, All:
Thanks for sharing your answers~ I also think using the replace function is better and easier. Really appreciate your help
April 29, 2004 at 7:10 pm
I was asked to make a report. The data source I got does not have any other IDs in the two tables. The only common thing they have is that...
April 27, 2004 at 11:05 pm
Thanks for the information!
The space allocated for transaction log is the same. I guess the log will be shrinked from now on, but the old log remains the same.
April 21, 2004 at 10:23 pm
Got it! It is my harddish running out of the space. The transaction log is way too big. Will it deleted and repleaced...
April 21, 2004 at 9:41 pm
Hi, John:
Thank you for sharing the answer and the advise. I will try it!!
April 15, 2004 at 12:47 am
I just figired it out. The answer is:
select a.[name], a.Feb, b.March
from TABLE1 a left join TABLE2 b on a.[name] = b.[name]
union
select a.[name], b.Feb, a.March
from TABLE2 a left join...
April 13, 2004 at 4:08 am
Viewing 8 posts - 1 through 8 (of 8 total)