Viewing 8 posts - 1 through 8 (of 8 total)
excellent, will try.
thanks willem
January 29, 2010 at 5:38 am
Not sure what you need, the tables are existing tables.
the cursor i use is here
DECLARE CRSCODES CURSOR FOR
SELECT NR, POSINFO FROM SELECTIES.DBO.NUT_EXP WHERE CODE=''
OPEN CRSCODES
declare @NR INT
,@AANTALRECS INT
,@POSINFO VARCHAR(2)
,@CODE VARCHAR(32)
,@URL...
January 15, 2010 at 6:29 am
here is some sample data
tblcodes:
codeid - code - adr_id
1 - CB4560460D5946C49D9B286048CC11A7 0
2 - 5953BE4521634863B9D03137B7DBA3C4 0
3 - 97D40E6B7AF545AE94ED13DF1AF1C27F 0
tblcustomer
adr_id code
2568922 0
2560812 0
as you can see the adr_id in the first table...
January 15, 2010 at 6:13 am
Steve Jones - Editor (10/29/2009)
October 29, 2009 at 1:37 pm
to clarify, is it possible at all to have two 2008 standard servers replicate where server A can be updated and inserted en server B also ?
there are just 4...
October 29, 2009 at 1:21 pm
that seems like an good idea to me.
would the option database mirroring work, with an snapshot for the queries you think ?
October 29, 2009 at 7:30 am
hourly data would be just fine as long as their updates proceed to the websites db then.
we are in the process of improving a lot of queries they use, including...
October 26, 2009 at 2:37 pm
indeed they are geological apart. the online db (website) is not up and running.
the two users do a lot of heavy queries that sometimes cause the regular users to experience...
October 26, 2009 at 2:23 pm
Viewing 8 posts - 1 through 8 (of 8 total)