January 29, 2004 at 1:17 pm
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
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
January 29, 2004 at 1:52 pm
Enterprise Manager and QA do not come with MSDE AFAIK. They are part of the SQL Server client tools installation.
January 29, 2004 at 1:53 pm
Try Start | Run | isqlw.exe and see if that works. That's QA.
January 29, 2004 at 1:55 pm
"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