Viewing 3 posts - 1 through 3 (of 3 total)
What is the exact error you are getting?
Can you create trusted connection registrations to those servers individually (through Enterprise Manager)?
--Glenn
October 4, 2005 at 7:49 am
Does it register any servers, or does it crash on the first pass?
Try re-declaring the dmoRegServer for each server, and dmoServerGroup for each group.
Set dmoServerGroup = Wscript.CreateObject("SQLDMO.ServerGroup")
...
October 4, 2005 at 7:05 am
Do you want to explicitly check each portion? If not, you could just use one LIKE pattern to get your results:
DECLARE @ID CHAR(12)
DECLARE @CharPattern CHAR (96)
---SELECT @ID = '40065*0â007d'
SELECT...
September 23, 2005 at 7:13 am
Viewing 3 posts - 1 through 3 (of 3 total)