-
Tools for MSDE 2000
Hi....
Im new to MSDE 2000/SQL Server 2000...I would like to know some specific tools(IDE) that would manage the MSDE...I already downloaded the help file (compiled html) and installed the dbamgr2k in my laptop...I had difficult learning the dbamgr environment like creating tables/fields and so on....Are there any tools out there for MSDE 2000 and SQL Server? I think some of you guys are using dbamgr2k...Can you give me some information on how to use that database manager (tutorials)?
:) :) :)
-
Re: Tools for MSDE 2000
If you purchase MS SQL Server developers edition - which costs around $50 USD - you will get full blown MS SQL for your development workstation - with all the full-GUI tools - ENTERPRISE MANAGER and QUERY ANALYZER. You can use those to manage your development database with more ease.
-
Re: Tools for MSDE 2000
Good day....
Thanks for the reply....I haven't purchased the SQL Server Developer Edition...However the company which my friends are working use SQL Server Enterprise Edition which has the Enterprise Manager and Query Analyzer...However, I am only using MSDE for programming practices since it's free...And also dbamgr2k is free,so Im bound to using those tools as of now...Are there any tutorials or lessons in the net regarding dbamgr2k...Ive searched the past few weeks and havent found a good place for that...I only have the help file of dbamgr2k...Are there any alternative IDE tools same with dbamgr2k which is easier to manage?
Thanks.... :) :) :)
-
Re: Tools for MSDE 2000
IF you've got the tools for SQL Server EE... then you have the tools to manage an MSDE instance.... the server would be your local pc "(local)" or "localhost" or your PC name.....
-tg
-
Re: Tools for MSDE 2000
Hi, I just recently installed the tools (Enterprise Manager and Query analyzer)...Are there any links for creating databases/tables for SQL Server?
Thanks.....