Enterprise Manager allows you to manage your MS SQL Server 2000 database as well as upload data to it. Before creating the connection to your SQL database ensure you know your SQL user name and password for you database and also make sure you know the IP Address of the server your SQL database is located on. This is located in the HSPHERE Control Panel
Odd, I install MSDE on a computer and it had the Enterprise Manager.
So did the SQL Server 2000 Evaluation version I used to install the Enterprise Manager on this computer..
I haven’t found a seperate installation executable for it yet though
I recently talked to someone over at Microsoft about how to get EM without SQL Server. It is possible to do this if you pay a $150 client licensing fee. It is not available seperate from SQL and therefore this is why no one can find the download. There are a couple of different options however. You can purchase the Developers edition of SQL server for $50. It includes SQL Server and EM. You must accept the licensing agreement that it won’t be used on a production server. It may even be limited to 5 connections (I don’t remember.) At this point it makes more sense to buy the developers edition. Microsoft didn’t come right out and say it but I think that they stopped sending EM with MSDE because they weren’t making a profit from it.
I also came across a nice 3’rd party database administrator program that works for SQL Server. It is DbaMgr2K available at: http://www.asql.biz/DbaMgr.shtm It doesn’t have all of the features as EM but it works for most peoples needs. Best part is that it’s free. Another nice thing about it is that it doesn’t take years to open the database folder like EM. Microsoft should take a hint from this. One caveat; DbaMgr2K sometimes tries to open other databases other than your default. This gives some errors when tring to run some procedures. The same error doesn’t happen when using EM. Overall I think it’s a pretty good program.
PS: [size=1](I read somewhere that the evaluation version of Microsoft’s EM doesn’t expire after the three month trial period and only the SQL Server engine. I guess that I’ll find out in about 2 months. I’m still using the eval. version of EM. Could always try to re-install it I guess.)[/size]
[QUOTE=tonto]
Not true. I use it all the time with mssql1.jodoshared.com. Just set your network library to tcp\ip.
Tonto
[/QUOTE]
Hey Tonto …
I’ve looked around at my network settings and and looked around in some help files, but I’m not really sure how to do this. Any chance you could explain how to do this?
I’ve looked around at my network settings and and looked around in some help files, but I’m not really sure how to do this. Any chance you could explain how to do this?
Jim
[/QUOTE]
Just go into tools & settings / client network utility and enable the tcp\ip protocol. Make sure that the tcp\ip port is 1433. Let me know if this works.
[QUOTE=tonto]
Just go into tools & settings / client network utility and enable the tcp\ip protocol. Make sure that the tcp\ip port is 1433. Let me know if this works.
Tonto
[/QUOTE]
Thanks for the answer back, tonto! As it turns out I am enabled for tcp\ip protocol, however, I was thinking you were referring to the online sqladmin at this address: http://sqladmin.jodohost.com/
for which I get the same error complained about elsewhere.
[QUOTE=theshovel]
Thanks for the answer back, tonto! As it turns out I am enabled for tcp\ip protocol, however, I was thinking you were referring to the online sqladmin at this address: http://sqladmin.jodohost.com/
for which I get the same error complained about elsewhere.
Thanks,
Jim
BTW, I really like your signature!
[/QUOTE]
For some reason I don’t really trust the web based sqladmin. I usually use MS EM. This seems to be the most tried and true admin program. Of course the only drawback is the time to connect.
[QUOTE=tonto]
For some reason I don’t really trust the web based sqladmin. I usually use MS EM. This seems to be the most tried and true admin program. Of course the only drawback is the time to connect.Tonto
[/QUOTE]
I have also found MS EM to be best for my uses. Now it only takes about 30 seconds to connect to my database through it, but I do have an excellent ADSL connection.
I have had problems here and there with a hung-up connection (as a matter of fact it did it again this morning) and when that happens I make sure to change the SQL manager to SQL ServerAgent and then start the service, and then restart EM, and then I’m back in business in under 30 seconds.
I currently use Enterprise Manager here, and it works very well. Actually it?s one reason why I choose Jodohost. (Some web hosting firms don?t allow customers use EM to access SQL Server.) EM and Query Analyzer are very handy and you can do lots of things easily. In my view, they are still much better than any web based tools.