Viewing 4 posts - 1 through 4 (of 4 total)
You all rule! Thanks for the advice; you have saved me from many hair-pulling hours of work. I am going to stick with an Active/Passive configuration and go...
December 2, 2008 at 7:28 am
Thank you for your responses and suggestions. I guess the really question than is should I split up the database so that I could run Active/Active and is there...
December 2, 2008 at 6:11 am
What I am referring to is the this part of the code:
insert into #TempTable
select 1,1,'Bob Smith' union all
select 2,1,'Dow Jones' union all
select 3,2,'Roberta Smith' union all
select 4,1,'John Dow' union all
select...
October 28, 2008 at 6:49 am
Thanks for the replies....
My problem is that the tblPersonnel table is 1000+ records and growing. So while the suggestions above would work, it would mean that I would have...
October 28, 2008 at 5:13 am
Viewing 4 posts - 1 through 4 (of 4 total)