Enterprise Manager and Query Analyzer

  • ok - this is driving me nuts.  I have Visual Studio.Net installed.  I have also downloaded and run the installation for MSDE 1.0 (sql2kdesksp3.exe) per this page

    http://www.microsoft.com/downloads/details.aspx?FamilyId=A0DAC778-60A6-4B11-8AA8-BF12261A303A&displaylang=en

    Now what?  Where do I find/how do I use Enterprise Manager/the Query Analyzer?  I can't find an .exe file anywhere for either of these.  Please help!  All I need to do is insert some tables into a database that is already setup on the server - i'm pulling my hair out!!!

    Just by using Visual Studio .net Pro 2003 I am able to connect to the database - but I cannot figure out how to run a query (ie I have a .sql file that i need to run that will auto-generate all teh tables and such i need).  How do I do this?

    Jeana

  • Enterprise Manager and QA do not come with MSDE AFAIK. They are part of the SQL Server client tools installation.

  • Try Start  | Run | isqlw.exe and see if that works. That's QA.

  • "Where do I find/how do I use Enterprise Manager/the Query Analyzer?  I can't find an .exe file anywhere for either of these.  Please help! "

    The tools come from SQL Server either standard or Enterprise edition.

    "Just by using Visual Studio .net Pro 2003 I am able to connect to the database - but I cannot figure out how to run a query (ie I have a .sql file that i need to run that will auto-generate all teh tables and such i need).  How do I do this?"

    Try OSQL.EXE

     

     

     

     

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply