
October 21st, 2003, 07:40 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
wanna check whether dbs is in replicationmode
wanna check whether dbs is in replicationmode
so i thought that calling
dim tester as string
server.ExecuteWithResultsAndMessages("sp_helpreplicationdboption 'dbsname' ", , tester)
would help me but tester is always ""
even if the dbs is in replication mode, howto get a result from a stored procedure?
help would be great
greets nobby
|