The Artima Developer Community
Sponsored Link

.NET Buzz Forum
SQL Express Beta 2 experiences

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Robert Hurlbut

Posts: 547
Nickname: rhurlbut
Registered: Mar, 2004

Robert Hurlbut is a Principal Consultant with Hurlbut Consulting
SQL Express Beta 2 experiences Posted: Jul 5, 2004 3:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Robert Hurlbut.
Original Post: SQL Express Beta 2 experiences
Feed Title: Robert Hurlbut's .Net Blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rhurlbut/Rss.aspx
Feed Description: Development with .Net, Rotor, Distributed Architectures, Security, Extreme Programming, and Databases
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Robert Hurlbut
Latest Posts From Robert Hurlbut's .Net Blog

Advertisement

Sam talks about his experiences with the new SQL Express Beta 2 Edition.  He is frustrated by the lack of UI tools (in particular, the publicized tool called “XM”), the lack of sample databases, and the lack of clear guidance on how to fully utilize the new database, especially for new developers looking at the Express product line.  As I mentioned on my SQL Server blog last week, I also got a chance to install SQL Server Express.  I also installed the other Express line of tools, and finally the full Visual Studio 2005 Beta 1 this past weekend.

I first noticed that sample databases were missing.  This didn't bother me as much as others, as I have been in the habit lately of removing sample databases as per my reading of SQL Server Security.  My first test, though, was to add a new database.  Uh oh, no UI.  Fortunately, I also installed the C# Express tool, and started to use that to create the new database.  Unfortunately, I got this nasty error:  “Insufficient memory to continue the execution of the program.“ Yuck. I also downloaded Visual C++ Express as well and tried that. Success!  I looked to file a bug, saw that it was already filed, and added my workaround. It turns out that the Visual Basic Express version worked as well.  Also, sqlcmd.exe can be used to do the same thing (through the command-line, of course).

Now, having created a new database, try to delete that database.  Guess what?  You can't through the Express tools!  Plus, I found you can't through the full Visual Studio Beta 1 either!  How?  Through sqlcmd.exe again!

I typically use command-lines daily with Oracle, but I thought this would at least be an improvement as Microsoft has produced some of the best UI tools for SQL Server over the last few years (with 7.0 and 2000).  Obviously, not all of this is done and ready (yes, of course, I know it is still a Beta product!).  But, I can imagine it would be very frustrating for new developers trying to work their way through these steps.

In the meantime, get familiar with the sqlcmd tool.  I keep a printout of the commands near my computer at the moment.

Read: SQL Express Beta 2 experiences

Topic: VB6->VB.NET->VB.NET/Whidbey Collection Class change Previous Topic   Next Topic Topic: XP Fix Previews Impact of a More Secure Windows

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use