Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Server Registration

Author  Topic 

stevenbarker4
Starting Member

7 Posts

Posted - 2005-08-10 : 06:47:59
Hi,

I need to add a new SQL Server Registration through my own application to avoid having to open Enterprise manager and go through the wizard. Is there a stored procedure to allow me to connect to my installation of SQL Server and register a server to a SQL Server group or does this have to be performed through Enterprise Manager?

Thanks for any help

Steve



AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2005-08-10 : 12:40:13
I would assume that this could be done using SQL-DMO, but I don't understand why you would need to. Isn't this just a Enterprise Manager "feature"? You can connect to a SQL Server from Query Analyzer or your own application without having it registered in EM. In fact, our web applications do it all the time, because we do not have any SQL client tools installed on the web server, yet the apps still work.

---------------------------
EmeraldCityDomains.com
Go to Top of Page
   

- Advertisement -