Hi all
i need to know if sql dmo can connect to SQL server 2005
if can! how can i do this ??
i have this code
Dim xServer a SQLDMO.Server
......bla..bla. ..
xServer.LoginSe cure = True
xServer.Connect ("SQLServer2005 ")
but it can´t connect.
is there anyother way ??
thks
JSB
i need to know if sql dmo can connect to SQL server 2005
if can! how can i do this ??
i have this code
Dim xServer a SQLDMO.Server
......bla..bla. ..
xServer.LoginSe cure = True
xServer.Connect ("SQLServer2005 ")
but it can´t connect.
is there anyother way ??
thks
JSB
Comment