Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I'm a little confused about MSDE. It appears that the downloaded version of MSDE doesn't come with any of the supporting tools, such as Query Analyzer. However, the CD version of MSDE that ships with the full verions does. Most of my clients don't want to shell out the 1500 for the full version, and typically use the free MSDE. Since I deploy the database for my application by running several SQL scripts (typically through Query Analyzer), is there a workaround to this? Any help would be appreciated.
-Ben LaBore
  • *Experts*
Posted

It "works" though I would NOT want to use it for very long.

 

Given the built-in features of .NET, you could easily write about 90% of the functionality yourself and have a MUCH nicer tool. For a developer that's familiar with DataSets and binding to a grid, you could do the rewrite in a couple of days and have a LOT more/better functionality.

 

I'm not trying to put down the freebee tool, but you get what you pay for :)

 

Don't forget, if you own Access you can add a linked table (point it to your MSDE database) and run queries in Access. I don't like Access' query tool very much either, but some do.

 

And if you own Visual Studio (not sure which versions include it), you can do DB management and write queries from the Server Explorer. Just add a connection to your MSDE database and there you go!

 

By the way, Whidbey has a lot more and WAY better support for DB functions built in! (Whidbey being the codename for Visual Studio 2005, due out next year).

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...