Slashdot Mirror


MSSQL 2005 Finally Released

mnovotny writes "Computerworld reports that Microsoft is finally set to release their belated SQL Server 2005. From the article: 'Despite a two-year delay, several users who have tested the software cited the improved performance and new functionality it brings as positive developments that likely will convince them to upgrade soon.' The free version can be downloaded directly from Microsoft."

63 of 318 comments (clear)

  1. Before you release the hounds by jellomizer · · Score: 5, Insightful

    Before the Anti-Microsoft redirect gets out. Please take into accounts. Most People who choose MS SQL Server already have a windows network, Oracle is to expensive for their needs, MySQL 5 just was released with most of the functionality that was in MS SQL 2000, Not many good tools for PostGreSQL, Easier to integrate with .NET, and gives PHB the warm and fuzzies. I have been working with MS SQL 2000 and I must say I was surprising pleased with it, other then the POS that is called DTS, I never had any problems with SQL server, with it crashing or problems handling a lot of data, or configuring security. My only Fear with MS SQL 2005 is that it will break so much compatibility that we well need to redo a lot of stored procedures and all our working around for DTS.
    MS SQL Server Yes it is closed sources, I don't know what type of security holes they will find in it, It is defiantly bloated because it will not fit 5 1/2 single density floppy disk with enough rooms for a 2000 record table. If you already have MS SQL 2000 and in a year or so you need to upgrade it will probably be easer to go to 2005 them migrating to the others.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Before you release the hounds by fireboy1919 · · Score: 2, Interesting

      I never had any problems with SQL server

      Yeah? Lucky you! I certainly have.

      If you're not using an MS language, you're going to probably be connecting to it using ODBC, which is slow and often buggy.

      Also, my pet peeve about it is lack of a date type (as opposed to a DateTime type). This is part of the standard, so it should be in there. Its a pain to have to constantly cast your datetime into a date every single time you use it.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    2. Re:Before you release the hounds by kpharmer · · Score: 5, Informative

      > Do you have any idea how much Oracle actually costs, compared to a Windows Server licence?

      Three years ago I faced a $120k charge to upgrade a four-cpu SQL Server7 server to SQL Server 2000.

      Was this cheaper than oracle?

      Eh, not really - first off, I could have implemented oracle on a two-way server instead of a four-way and gotten equiv performance (search engine queries). Secondly, I could probably have gotten the oracle licenses down to $20k a cpu.

      Oracle now has a *free* low-end database.

      These days I'm running a multi-terabyte data warehouse for hundreds of customers on db2 - and it's *far* cheaper than SQL Server. Since db2 bundles most of their top-end capabilities into even the smallest version, I could run my warehouse on the db2 express version for $1500 (total).

      So yeah, sometimes sql server is the cheapest solution. But it often isn't.

      And then comes the topic of vendor lock-in. With db2 or oracle if you want to move to another database later on it isn't such a big deal. I can move most of my apps between oracle, db2, postgresql, sybase, etc fairly easily. Non-standard sql behavior in mysql are a pain in the butt. And any microsoft *platform* code in mssqlserver are a pain in the butt.

    3. Re:Before you release the hounds by hey! · · Score: 5, Informative

      My pet peeve is that bound parameters don't work in subqueries. We have tons of rather sophisticated SQL in our legacy apps; most of them can be rewritten to work on every platform except MSSQL, although often the bound parameter subquery issue can be skirted by rewriting the query as a grouped left outer join.

      My other pet peeve is that T-SQL is so danged orthagonal. It's not that you can't do anything you'd want to do in the language (setting aside the things that are supposed to work but don't). It's just that you have to keep going to the manual to find out what construct works in which context.

      On the other hand, I think most people using relational databases aren't doing very sophisticated RDBMS stuff -- at least in the DB tier. So for those people integration with the MS toolchain is probably more useful than having capabilities they don't use work.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    4. Re:Before you release the hounds by canuck57 · · Score: 2, Informative

      Forgive me for asking, but if you lace the program up with all sorts of .NET and MS SQL extentions are you not boxing yourself into a corner? Say I produce a commercial product, why not keep it simple and use ODBC so you can connect to almost anything? If it is in house, what if the MS machine runs out of juice, can't take any more and one of those larger 8 processor UNIX boxes could do it in a heart beat. So even if you are a MS only programmer, why limit yourself when it adds so little value? Reminds me of the Pied Piper.

    5. Re:Before you release the hounds by AstroDrabb · · Score: 2, Informative

      Oracle is to expensive for their needs...

      Umm, Oracle standard edition cost the same as SQL Server standard edition. Oracle lowered the price a while ago. Oracle Enterprise edition costs the same as SQL standard edition, feature-for-feature. However, Oracle offers far more large scale features so you could spend more if you need those features (which most users would not). A 1 processor version of SQL Server Enterprise 2005 costs $24,999.00. You can get a feature-for-feature version of Oracle for that price as well. If you just price out a "maxed-out" Enterprise Oracle, you would probably pay about $40,000 per processor. The features you get with that maxed version exceed SQL Server and actually are not needed by most users. I actually keep telling our Oracle DBA's and our PHB's that we don't need Oracle Enterprise for 99.99% of what we use Oracle for. However, they still buy the Enterprise version of Oracle, just like they keep buying the Enterprise version of SQL Server. I guess they just like to spend company money. The apps we develop would run just as great on the standard versions of Oracle or SQL Server.

      Easier to integrate with .NET

      It sounds like your just trying to make up stuff. .Net is .Net. The DB layer is abstracted. If you have a DB lib, it all works just as well. MySQL has a great .Net SQL connector. You can even get commercial versions if you want. Notice the nice VS.Net integration in the screen shots? As for PostgreSQL, just do a search on Google and you will find plenty of Open Source as well as commercial .Net providers. Saying SQL Server is "easier" to integrate into .Net is just silly. It makes no sense.

      I have been working with MS SQL 2000 and I must say I was surprising pleased with it, other then the POS that is called DTS, I never had any problems with SQL server, with it crashing or problems handling a lot of data

      Why would you? SQL Server 2000, was/is a very, very good RDBMS. To me the major flaw is that it is MS-Only. SQL Enterprise Manager was/is a very nice front end. As far as DTS packages go, I guess I have not had the problems you have had. We run tons of DTS packages that trade data between Oracle and SQL Server every night. Many of them are probably starting to kick-off soon. I think the GUI for working with SQL Server is much better then the default for Oracle. However, there are some very powerful tools for Oracle. The apps I have seen our Oracle DBA's run were great.

      My only Fear with MS SQL 2005 is that it will break so much compatibility that we well need to redo a lot of stored procedures

      This seems to be hit or miss. I have been using SQL Server 2005 with Visual Studio 2005 for a while now thanks to MSDN. SQL Server 2005 for me has been either the app didn't need any changes, or the app had .Net compile errors out the wazoo.

      Oh, and for those who have always said that Oracle was/is "heavy" and sucked up too much memory? Well, welcome to SQL Server 2005 and Visual Studio 2005. I am wondering if MS rewrote Visual Studio 2005 in C# because the startup time sucks and the memory foot-print sucks and the run-time performance sucks. Visual Studio 2005 also changes most everything you are used to with web applications (from VS.Net 2003). You no longer create a new project of type web application, you create/open "web sites". I found this very stupid. To me a project is a project, regardless of the type. I don't want one project type for C# desktop and one for C# web. As for SQL Server 2005, the memory usage is not much different than Oracle. I remember always complaining about how an O

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    6. Re:Before you release the hounds by puto · · Score: 3, Interesting

      Where were you pricing this? Some VAR that was trying to rape you?

      I mean out of the box for server 2000 pricing last time I checked with a source of mine(3 years ago)(just checked an old email) and had a quote for 16k a cpu. And street price from Microsoft at the time direct was 20k per cpu.

      Hell, even the new 2005 is only 24k per proc from MS on their site, and I am sure Tech Data, or some other company could get them two you cheaper. Whoever you were dealing with was charging you double.

      So either this is FUD or just a rip off vendor.

      Our shop supports MS, Oracle, DB2, and postgres. And you can move freely between any of those from one to the other, no vendor lock in.

      Vendor lock in is when you use specific functionality inherent to MSSQl(or db2, oracle, post) so that if you need to move from one to the other, that is the guy who built the databases fault, not the company that supplies it.

      Puto

      --
      The Revolution Will Not Be Televised
    7. Re:Before you release the hounds by trezor · · Score: 2, Insightful

      While compared to .NET PHP is relatively simple

      That got to be the understatement of the year. Seriously. Comparing event-based application programming (ASP.NET) to sequential HTML-generation (PHP) is something you just don't do.

      Not saying PHP is crap or anything. There's stuff that takes seconds in PHP and ages in ASP.NET and vica verse. There's probably also some Java-alternatives for those who need more advanced webscripting than PHP allows for. "Right tool for the right job" as I usually say.

      but you get the ability to not be stuck on your platform and move around

      Not disagreeing with you there, though.

      Haven't tried mono myself, but from what I've heard it still needs some work in a few departments. Now that .NET 2.0 is released they may also have to do some catching up, unless they've started that work already. Anyway, .NET (though pretty damn good IMO) is definitely MS-technology and if you don't want to get locked into a MS infrastructure, that's proably the worst choice you can ever make.

      --
      Not Buzzword 2.0 compliant. Please speak english.
    8. Re:Before you release the hounds by Brento · · Score: 2, Insightful

      These days I'm running a multi-terabyte data warehouse ... I could run my warehouse on the db2 express version for $1500 (total).

      No, you can't. Oracle XE, the free version, is restricted to 4gb of data. Not 4tb, 4 gigs.

      That's not a data warehouse, that's a data convenience store.

      --
      What's your damage, Heather?
  2. Free 'Express' editions released by RonnyJ · · Score: 5, Informative
    As well as the free SQL Server Express Edition, Microsoft have also just released the 'Visual Studio Express Editions', available for free.

    You can download 'web installers' I believe, but ISO images are here

    1. Re:Free 'Express' editions released by RonnyJ · · Score: 4, Informative
      A quick addition - apparently, you need to register with Microsoft to get a product key for these Express editions.

      However, it seems as if the ISO images may not need such a product key, as this item from that link states:

      If you need to install and use an Express Edition on a computer that is not connected to the Internet, you will need to create an installation CD using the CD ISO (IMG) files that are available on the Express site. The installation CD you create will then allow you to install an Express Edition on a computer that is not connected to the Internet, and that Express Edition will not require a registration key for continued usage.

    2. Re:Free 'Express' editions released by jalefkowit · · Score: 3, Interesting

      Yes, if by "free" you mean "free to use for one year":

      You said "free for one year" -- what does that mean, exactly? Will you be charging for this later?

      We originally announced pricing of Visual Studio Express at US$49. We are now offering Visual Studio Express for free, as a limited-in-time promotional offer, until November 6, 2006.

      Do customers who acquire the Visual Studio Express products during the free promotional pricing period have to pay after the first year if they want to continue to use them?

      If you acquire Visual Studio Express products within the one-year promotional period, you will enjoy the rights granted in the applicable license at no cost for the term of that license.

      That "for the term of that license" sounds like a loophole to me. Anyone seen the licenses that these "free" versions come with? Do they have a time period written into them?

  3. Re:Here's hoping by jellomizer · · Score: 3, Interesting

    Microsoft has a serious Beta Testing problem. Partially due to the fact there is little incentive for the Beta Testers to release the bugs, and Microsoft arrogance. Beta Testers should should be rewarded with their work with free copies of the final version, plus they shouldn't have to pay Microsoft for the honor of Beta Testing. Most of the Beta Testers I have seen are people who just want to learn the tool before it is released to the public so they get those jobs that are just popping up asking for people with 2 years of MS SQL 2005 experience.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  4. Sigh. Stored procs in C# by Reality+Master+201 · · Score: 5, Insightful
    Stored procedures are one of those things that are like antibiotics or LSD - they're wonderful and valuable when handled carefully and responsibly, and cause big problems when they're not.

    The limited stored proc language that SQL server had before was actually a good thing; you could do some limited stuff in the DB. Thus, you weren't often able to give in to the tendency to stick application logic in the database tier.

    And this quote pretty much says it all: Raichura said the support for Microsoft's Common Language Runtime technology via Visual Studio will let him avoid having to go to multiple developers with different specialties. "I can natively write stored procedures straight into software," he said. "This increases my resource pool because it reduces the distinction between software developers and architects."

    Read: Now, I can pay people less to create a complete fucking pigsty that will perform well enough that the app will appear largely stable.

  5. Any ideas on UK availability? by Chicane-UK · · Score: 2, Interesting

    I was under the (apparently mistaken) impression that this was already out.. our system admin called our software supplier today and the person on the other end of the line basically said that they have the prices for the product but Microsoft has told them not to actually divulge the pricing information until the end of the month! Excuse me??

    So what gives. The product is apparently out.. we want to buy it.. Microsoft have set the prices out.. so can we buy it or what?!

    The favourable (p)reviews for SQL 2005 seem to be in stark contrast to those for Visual Studio 2005.. bloated, resource hungry, and bug laden.. apparently.

    --
    "Hey! Unless this is a nude love-in, get the hell off my property!!"
    1. Re:Any ideas on UK availability? by EddWo · · Score: 2, Informative
      --
      "Taligent is still pure vapor. Maybe they'll be the last who jumps up on Openstep... "
  6. New clustering licensing by PIPBoy3000 · · Score: 2, Informative

    We were talking about this today. We have a need to cluster our main Intranet server and our current SQL 2000 Standard license doesn't allow clustering. With Enterprise, you can cluster up to four. That all changes with SQL 2005 - you can have a two node cluster with the standard edition, which is far cheaper.

    The catch is whether or not we want to be one of the first servers to adopt SQL 2005. New releases scare the hell out of me, but we've also had some recent downtimes that a clustered server might have helped with.

    Decisions, decisions . . .

  7. So... by rewt66 · · Score: 2, Funny

    This is really MSSQL 2003?

  8. My first impression... by BladeMelbourne · · Score: 5, Informative

    I installed SQL Server 2005 Enterprise downloaded from the MSDN last week.

    The Management Studio Interface is pretty good, although not as responsive as I would like on a 2.8 GHz P4. Thankfully stored procedures can be edited in a non-modal window (in tabs).

    SQL server also comes with MSXML 6 and SQLXML4. The upgrade analysis tool is very neat.

    Microsoft Visual Studio 2005 Professional is much more CPU intensive than the Management Studio. They do look rather similar.

    Microsoft Visual SourceSafe 2005 has an updated inteface, however many screens still look the same.

  9. Free? by caluml · · Score: 3, Insightful

    Free? Only if you buy their other products.

  10. Open Source making waves... by rsborg · · Score: 5, Insightful
    As well as the free SQL Server Express Edition, Microsoft have also just released the 'Visual Studio Express Editions', available for free.

    Clearly, this (as well as news of Oracle's "free/lite" version of 10g), are good news... that Open Source projects like MySQL, PHP, PostgreSQL, etc are forcing the "cathedral" software shops to re-examine their ways, since they (Microsoft & others) can't rely on piracy anymore (due to impacted profits) to keep the "pipeline full" and "mindshare". It's good for the closed source developers, and ultimately it will be good for OSS developers, as OSS entries in these fields mature. Competition is good, and the developers benefit.

    --
    Make sure everyone's vote counts: Verified Voting
    1. Re:Open Source making waves... by LurkerXXX · · Score: 4, Informative
      Sorry. I hate to burst your bubble, but this isn't something new that OS 'forced' on MS. They have offered a free lightweight version of their database for some time. I've been using the free SQL 2000 version on machines for testing for years.

      This isn't some 'new thing' that MS is doing because it's running scared of OSS.

    2. Re:Open Source making waves... by Trepalium · · Score: 2, Insightful
      SQL 2005 Express isn't what's new. What's new is Visual * 2005 Express for free. Until very recently, they were saying that they were going to charge something like $50 for each edition. This is what was "forced" on MS. Someone in Microsoft finally clued into the fact that giving away this software would make them far more money than selling it ever would.

      On the other hand, expect companies like Borland to be very upset by this move. This will cut into some of their market (what's left of it), and might finally be enough to push them under.

      --
      I used up all my sick days, so I'm calling in dead.
    3. Re:Open Source making waves... by nachoboy · · Score: 3, Informative
      Why stop downloading? It means they're going to offer it free for at least a year. From the site:
      You said "free for one year" -- what does that mean, exactly? Will you be charging for this later?
      We originally announced pricing of Visual Studio Express at US$49. We are now offering Visual Studio Express for free, as a limited-in-time promotional offer, until November 6, 2006. Note that we are also offering SQL Server 2005 Express Edition as a free download, and that this offer is not limited to the same promotional pricing period as Visual Studio Express.
      and
      Do customers who acquire the Visual Studio Express products during the free promotional pricing period have to pay after the first year if they want to continue to use them?
      If you acquire Visual Studio Express products within the one-year promotional period, you will enjoy the rights granted in the applicable license at no cost for the term of that license.
      The license is perpetual, so you don't have to pay for it later, regardless of how long you use it.
    4. Re:Open Source making waves... by ergo98 · · Score: 4, Insightful

      Someone in Microsoft finally clued into the fact that giving away this software would make them far more money than selling it ever would.

      What utter nonsense.

      Firstly, as the other person mentioned - the thread was explicitly about SQL Server Express Edition, which is a variation of something that Microsoft has been doing since SQL Server 7 (when the MSDE first appeared). Not to mention things like the JET engine have always been freely distributable.

      Secondly, Microsoft has offered a free SDK/Platform SDK for years. This is a very comprehensive kit that can be used to develop software.

      The whole focus is wrong anyways - the Express editions of Visual Studio, which have some killer limitations (e.g. complete lack of optimization), are targetted at dabblers. These dabblers would never, in a million years, try getting going with Eclipse or the like. At the most they'd warez an ISO of Visual Studio Pro.

      Which brings up the next point - Microsoft has always been relatively hands off about piracy of Visual Studio. That is their tacit real "Free" version. Even Visual Studio 2005 doesn't include activation or any other anti-warez measures.

    5. Re:Open Source making waves... by Trepalium · · Score: 2, Interesting
      The grandparent I was replying too clearly stated that it was "MySQL, PHP, PostgreSQL" putting the pressure on MS. Those have everything to do with SQL 2005, and nothing to do with Visual Studio.
      Did PHP suddenly become a database now? I interpreted the inclusion of that to mean the entire software stack that comprises web applications, not solely the databases themselves.
      What do the charge for the regular version of Visual Studio? A decent amount. $50 is peanuts compared when you add in the cost of media/shipping, etc. They dropped from that tiny amount of profit to none on the lightweight version. Not a huge deal for them.
      $50 might be peanuts to Microsoft, but to a hobbyist or student, $50 can be the difference between chosing one technology over another. Plenty of people will pirate the full version of Visual Studio anyway, but providing a no-cost legitimate option may appeal to a large number of people. People who were thinking of targetting PHP or Java may have reason to consider ASP.Net or C# now, instead. If Microsoft was smart, they'd keep it free, or at least find any and every reason to give it away for free at the drop of a hat. Free for a year is a good start...
      I guess in your mind they can't possibly decide to give away a lightweight tool for free without being forced to. They can.
      There was a reason I put "forced" in quotes. They decided they wanted to try and recapture some of the hobbyist market they had lost to people writing PHP webapps, and made the business decision that they could pull in more licensing funds from server sales if they forfeited the licensing for this product (at least for a time). In addition, uptake of .Net has been far slower than Microsoft would like, so putting out full products to work with this framework could very well speed it's adoption.
      They did it with SQL 2000 long before any opensource DBs were anything of a threat. Not everything has to revolve around OSS, much as many /.'ers like to believe.
      I never said it does. Quite simply, MSDE was given away to sell SQL Server. For the few tasks MSDE was perfectly suited for (development, and small-scale web apps), they would not be able to sell the expensive Windows Server and SQL server licenses. Between the expensive Microsoft SQL Server and the ubiquitous (although still fairly expensive) MS Access, they needed something to fill the gap. Crippling SQL Server and releasing it as MSDE filled this gap, and provided a handy upgrade path for users that needed more than what Microsoft was prepared to provide with MSDE. Another pure business decision.
      --
      I used up all my sick days, so I'm calling in dead.
  11. Re:Sigh. Stored procs in C# by tonyr60 · · Score: 5, Insightful

    And paint them even further into a corner such that migration to another DB is next to impossible.

  12. ...great artists ship. by BandwidthHog · · Score: 3, Funny

    From the at-least-it’s-not-December-31-yet dept.

    --

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
  13. Re:Technet and MSDN by rufuseddy · · Score: 2, Funny

    Thats pretty cool. I wish MySQL would give away free copies.......oh wait......!!!!!!

    --
    Giggidy Giggidy Gigg-a-dy
  14. Re:Sigh. Stored procs in C# by Kentamanos · · Score: 2, Insightful

    The only time I really get annoyed with the limits of standard SQL stored procedures is when I need an array of values to be passed into it. For instance, there are many times where a stored procedure that uses an "IN" statement could really benefit from passing in an array of values for the "IN". To get around this, you basically have to write a data access layer that creates SQL on the fly.

    I'm all about separating "logic" from the data access layer, but simple things like that are probably possible using the C# stored procs.

    Also, correct me if I'm wrong, but this approach is not too dissimilar from what Oracle has done with Java.

  15. SQL Server Reporting Services and Report Builder by Larthallor · · Score: 4, Informative

    One of the most exciting features in SQL Server 2005 for me is the new Report Builder. SQL Server 2005 includes a new ClickOnce WinForms app called Report Builder that allows end-users to design their own reports from a business-user friendly data model. It is very similar to Business Object's WebIntelligence for those of you familiar with that product, but with an apparently more affordable licensing arrangement.

    Essentially, the data architect takes the OLTP or data warehouse and abstracts it via metadata into Business entities with which end users are familiar. In Business Objects, this semantic layer is called a Business Universe and in SQLServer Reporting Services it's called the Data Model. Because this semantic layer understands how the data should be put together, it writes the underlying SQL necessary to give the user the answer they want. In principle and demos, it is very slick. We'll soon see how the two stack up in reality at my place of business, as we're setting up both this week to play with.

  16. New toys by MarkNijhof · · Score: 2, Insightful

    How I love those new toys :) been playing with them for a week or so now. The SQL Server Management Studio is less Access like, with is good :) -Mark

  17. "The free version" by Caspian · · Score: 2, Funny
    The free version can be downloaded directly from Microsoft.

    So nice that Microsoft is embracing free software. Where's the SourceForge repository?
    --
    With spending like this, exactly what are "conservatives" conserving?
  18. Wow.. more mis-information... Again... by Dan_Bercell · · Score: 4, Informative
    Ok, ok, ok... People, we have talked about this last week.

    http://developers.slashdot.org/comments.pl?sid=166 851&cid=13914395

    Clearly, this (as well as news of Oracle's "free/lite" version of 10g), are good news... that Open Source projects like MySQL, PHP....

    MS HAS ALWAYS OFFERED A FREE DATABASE ENGINE, its no secret. SQl Server 2005 Express is just the new version of this product which has been available for years. Because of its easy transition to Sql Server its used a lot as a started Database for companies trying to sell in the SBM market. A lot of software application make use of MSDE (which is what the engine was called before Express edition)

    For more information here http://www.microsoft.com/sql/msde/default.mspx

    Now as for the Express editions being free... They are not (someone let me know if I am wrong here). They cost like 40 bucks or so, I had the beta installed on my system, once beta was over it prompted me to register/pay for it within 30 days..etc the usual MS registration.

    1. Re:Wow.. more mis-information... Again... by Sexy+Commando · · Score: 2, Informative

      It seems they are offering free downloads for one year.

  19. Open Source, People by KodeJockey · · Score: 2, Interesting

    I've used both SQL Server 2000 & MySQL 5.0.15 (and some others). Unless you want to make pretty pictures with DTS why wouldn't you decouple yourself from Bill Gates's teat and use MySQL 5? The major difference: limited support for triggers (which are generally a bad idea anyways as they hide code from lower-level developers).

    --
    i got ball this is my adress 108 20 37 av corona come n do it iam give u the sidekick so I can hit you wit it
  20. Re:Sigh. Stored procs in C# by LurkerXXX · · Score: 4, Informative

    Keeping the business logic out of the database may be good for you if the only thing your database ever talks to is a web app, but lots of us have databases that talk to a LOT of different applications. Rather than reinvent the wheel implementing the buisness logic in a million apps, we keep it in the database, where it keeps everthing consistant, no matter what app is talking to the database, and where it can run fast.

  21. Feature changes from MSDE 2000 to SQL express? by Precipitous · · Score: 5, Informative

    It appears that MS has done some interesting feature shuffling in their various free editions.

    http://www.microsoft.com/sql/prodinfo/features/com pare-features.mspx

    Has anyone out their tested out what is available in SQL express as far as job scheduling , DTS (now ETL) and replication?
    Does anyone want to flame me for unashamedly using MS SQL?

    As best as I can tell from their spec sheet, the following features of MSDE 2000 are not available in SQL Express:
    * No job scheduler in SQL express. SQLAgent worked fine in MSDE 2000.
    * Replication: MSDE for SQL could public and subscribe (as far as I understand), while SQL Express 2005 can only subscribe.
    * They've changed the name of DTS to "Enterprise ETL Platform" or SSIS or something. While I haven't tested it out yet, it appears that DTS functionality is limited to basic import and export. For the really useful stuff (DTS to web services, for example) you need the pro edition.

    Added:
    * A user interface. MSDE 2000 basically had none. If you didn't have visual studio, or a developer's license to MSSQL, or some 3rd party administration and query tool, you basically had to use osql (command line).
    * You get 4GB instead of 2GB.

    Now, I have access to a few large corporate MS SQL servers, so this shouldn't really be a problem. However, large corporate servers have complex change-control processes.

    Consequently, I rely on the desktop editions for all my ad-hoc stuff, development, and stuff that hasn't quite made it to production. I also run a database for a non-profit on MSDE, and was hoping to keep the replication features while moving up to SQL Express.

    --
    My motto: "A cat is no trade for integrity."
    1. Re:Feature changes from MSDE 2000 to SQL express? by killjoe · · Score: 2, Informative

      No SQL server DBA I know uses the built in replication of SQL server. Unless they have revemped it completely and it actually works in real live environments you are probably better off log shipping.

      --
      evil is as evil does
  22. Re: "Not many good tools for PostGreSQL" by brennz · · Score: 5, Informative

    This must be in satire, or ignorance.

    Postgresql has a great variety of tools, both OSS and commercial that work great. I've been working on an updated list of all the tools. Here are a few of the most popular admin tools:

    PGadminIII
    http://www.sqlmanager.net/products/postgresql/mana ger

    DBvisualizer
    http://www.minq.se/products/dbvis/

    EMS Postgresql Manager
    http://www.sqlmanager.net/products/postgresql/mana ger

    PHPpgadmin
    http://sourceforge.net/projects/phppgadmin

    Sybase Power Designer
    http://www.sybase.com/products/enterprisemodeling/ powerdesigner

    ERWIN data modeller
    http://www3.ca.com/Solutions/Product.asp?ID=260

    CASE Studio 2
    http://www.casestudio.com/enu/default.aspx

    Postgresql has a vibrant tool community. If you want more info on Postgresql tools see
    http://techdocs.postgresql.org/v2/Guides/PostgreSQ L%20GUI%20Tools/document_view

  23. The biggest are (for SQL) by Sycraft-fu · · Score: 4, Informative

    1) 1GB of RAM usage maximum.
    2) 1 Processor usabe maximum (unlimited cores though).
    3) 4GB total DB size maximum.

    There are other limits too, like it can't do some enterprise things like a DB cluster, but the major ones are the size and processing limitation. So it would probably work as a web backend, but wouldn't scale without buying a bigger version.

    1. Re:The biggest are (for SQL) by trezor · · Score: 2, Insightful

      Biting a troll? I dunno, but here goes.

      MSDE: Not really a high-end database, even though I've seen it employed as one in production systems. Nasty, nasty.

      However MSDE -does- have it's merrits. For a developer, you can pretty much count on that working against a lightweight MSDE will produce the exact same results when moving your code over to the production server running MS SQL server 2000. I think that's what the parent poster might have implied.

      I'd take MS SQL Server Developer or Enterprise edition anyday, even for development, but not every company can afford one SQL-server licence per developer emloyed. In cases like that, people will likely go for MSDE.

      --
      Not Buzzword 2.0 compliant. Please speak english.
  24. Free version? by Bulmakau · · Score: 2, Funny

    Free MSSQL?? MySQL... beware ;)
    I find it funny that company name products with years/dates when it is rule #2 that doing something will always take two times longer than your worst estimates :D

    --
    "From the moment I could talk, I was ordered to listen" - Cat Stevens
  25. Two years late, hunh?? by Stephen+Samuel · · Score: 3, Insightful
    This is a rather old (IBM in the '70s) trick -- promise a new product that will do everything, including cleaning the kitchen sink -- and it's due in a year or so.... or 6 months ... real soon now.

    It's used as the eternal carrot... to keep the CTO from moving to a competetor's product that's already there and better. As long as 'real soon now' continues to inch ever closer, you can keep this up for an incredible length of time.

    The mantra is: It's easier to stay with our junky product for X months than to go through the pain of migrating to their superior product. -- then, 6 months later, it's X-2 months.

    If it finally comes out missing a couple of promised features (cut because 'we had to finally ship something!'), that's OK because it'll be in the next release ((due in X months).
    Rinse-repeat.

    --
    Free Software: Like love, it grows best when given away.
  26. Interesting? by codepunk · · Score: 4, Funny

    A database release especially a MS database is about as interesting as somebody releasing a new ftp client.

    --


    Got Code?
  27. Re:Sigh. Stored procs in C# by EraserMouseMan · · Score: 4, Insightful

    You must not be into Object Oriented programming where you separate out the logic into tiers: Persistence Layer, Biz Logic Layer and Presentation Layer. Also, you must have been a DB admin before you were an app developer. Or maybe you've never been an app developer.

  28. Re:Here's hoping by Swamii · · Score: 4, Insightful

    The MiniMSFT blog you link to has a tendancy to report the negatives only. For instance, the blog post links to Wesner Moise's post regarding some VS 2005 bugs he'd found. What is not as well publicized is Wesner's next post, in which he says,

    "Despite the few hiccups, I am enjoying VS 2005 and have been able to work with it productively. VS 2005 is stable and performant, and it's better to have it arrive now rather than later. The runtime is solid, and various products across Microsoft and outside also depend on it being delivered on a timely basis."

    Yes, I've found a few minor hiccups in VS2005 as well. But honestly, it's nothing like MiniMSFT would have it seem. I can't speak for everyone, but VS2005 has been solid for us since RTM (we were a MS beta tester from Beta 1 through RTM), and we're very happy with its current form.

    --
    Tech, life, family, faith: Give me a visit
  29. meh! Meh! MEH! by MagicMerlin · · Score: 3, Interesting

    great. Microsoft to deprecate t-sql for C# stored procedures. As a bonus they encourage you to not write orr understand SQL at all, well visual studio writes it for you. Well guess what, they want to obscure and redefine what a database is and what it is supposed to be. t-sql is a great language, queries are first class and it is designed from top to bottom to perform quickly and well.

    What problem are they trying to solve...I'll tell you what. SQL works well and is defiened by a standards committe outside their control...why don't we all do everything in vb instead. I betcha one of the reasons it took so long to get out was they couldn't make it run anywhere as fast as 2000 without tons of tweaking.

    1. Re:meh! Meh! MEH! by StrawberryFrog · · Score: 2, Informative

      You do know that the c# stored procedures have embedded SQL in them, just like other code that acesses the database, right? And that wrapping SQL in C# for a simple query will never ever be faster or simpler?

      What this is aimed at is stored procedures that to complex calculation and processing, or anything where the stored proc is forced to use a cursor or a DLL call.

      For set-oriented data manipulation, SQL will always be a better language, and this remains so for the majority of stored procedures. Sure, some VB weenies are going abuse C# stored procs through ignorance, but as you have demonstrated, ignorance is universal.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

  30. Re:Sigh. Stored procs in C# by LurkerXXX · · Score: 2, Interesting

    I'm well aware of the different layers. I'm also aware that a lot of times places need to have applications that they didn't write inhouse plug into the database. If the only things you are ever going to have interact with the database are apps you write in-house it's one thing. Not all of us are working in that situation.

  31. Re:Sigh. Stored procs in C# by Osty · · Score: 3, Interesting

    "Stored procedures" written in C# should really be thought of in the same way as the extended procedures from SQL Server 2000. In otherwords, you probably will never use that feature, and if you do find that you need it you must really scrutinize why and the security implications of doing so. In most cases, you're better off with straight T-SQL procedures, and that hasn't changed for SQL Server 2005.

    Personally, I haven't yet found a good reason to use C# stored procedures, but I'm also not using SQL Server 2005 yet. When my team migrates in the coming months, I might change my tune, but for now I'm more interested in other feature enhancements like try/catch error handling semantics and the snapshot isolation levels (allows for better concurrency without having to risk dirty reads by using (nolock) or setting a "read uncommitted" isolation level).

    Stored procedures are one of those things that are like antibiotics or LSD - they're wonderful and valuable when handled carefully and responsibly, and cause big problems when they're not.

    Do you have examples of procedures gone horribly wrong? Preferably not something completely obvious, like a proc that takes a varchar(8000) as input and just passes that to exec (completely stupid, negates all of the benefits of using stored procs). From my experience, you're better off using stored procedures than dynamic SQL in your code, so long as a few sanity check requirements are in place -- limit the amount of dynamic SQL in your procedures, prefer table variables over temp tables (to prevent recompilations), and general T-SQL best practices: limit your use of cursors and looping since SQL is a set-based language, keep your transactions as short as possible, avoid forcing index hints, count() on an indexed column or better yet * (allows the plan engine to pick the best column to count on), etc.

    The limited stored proc language that SQL server had before was actually a good thing; you could do some limited stuff in the DB. Thus, you weren't often able to give in to the tendency to stick application logic in the database tier.

    Depends on what you mean by "application logic". If you meant to say "business logic", then I must vehemently disagree -- business logic should live close to the data, in a reusable form so it need not be implemented in each app that wants to use the data. Ideally that means stored procedures. If you can't implement your business logic in T-SQL, then you need to re-think your logic requirements and your schema. If it still can't be done, then you can go ahead and start moving it into external libraries, but you should try your best to keep your logic as close to your data as possible.

  32. Re:Here's hoping by e-r00 · · Score: 2, Insightful

    Not fully true. Serious developers simply know, that they will most probably have to port the system to the new tools. The sooner they learn the features/problems of the new systems, the better for them. So you can be sure that there were lots of beta testers that had a strong motivation, and most of them quite happy with the feedback I guess. As for getting free copies - let's take e.g. Blizzard. People didn't get a free copy although they spent hours on playing WoW in the beta program. And nobody complained. Oh, and btw - these MS products are free, unless you plan to make money on them. Fair enough imho. Disclaimer: I don't want to sound too pro-MS, but I just got tired of people often attacking MS just for the sake of it.

  33. Say goodbye to the 80's by 3770 · · Score: 4, Insightful

    It is pretty easy to scale most things in a big n-tier system. Just buy more servers. The database however is really hard to scale. You quickly get to a point where twice the money will buy you only very little extra performance.

    Therefore I treat the database as the "sacred resource". This almost always means that business logic is kept outside the database.

    Your approach was right in the 80's when client/server was the norm. Today you should have an n-tier system and have the business logic in an application server.

    You can still have lots of different applications while using centralized code. Only, now you call the application server instead of the database.

    --
    The Internet is full. Go Away!!!
  34. Re:Here's hoping by CDPatten · · Score: 3, Informative

    I beta test their software and don't have to pay them to "test" it.

    I do pay for MSDN, but that money is going to the developing tools and code I get for the subscription. Hence the DN in MSDN, Developers Network. Also I get access to any MS software released since DOS. The betas of their software is more of a "perk" if you will.

    As far as "people who just want to learn the tool before it is released to the public", "just"? It's a friggen business man. If MS opened up all their programs to the public before the release, the world would be using betas and less inclined to use the final product when it got out. Not to mention you guys wouldn't start flaming them for any problems with the software, even IF it were in beta. I've seen tons of flames on Visual Studio 2k5 on Slashdot for months now, and it was just released today.

    Try and be a little fair with your MS complaints... I'm sure you don't trash Firefox for crashing on its betas. I mean I understand this is a anti-ms site, but come on. Do you complain about oracle not giving everyone their betas? How about ibm?

  35. Re:Sigh. Stored procs in C# by killjoe · · Score: 2, Informative

    Postgres already does this.

    --
    evil is as evil does
  36. Formerly "MSDE" by WoTG · · Score: 2, Informative

    The name to google for the free limited SQL 2000 engine is MSDE - which stands for MS Data Engine, I think. Note that the limitations have changed between MSDE and the new Express db - overall it's generally similar, i.e it's the same great engine but with limits on size and speed (i.e. processors/clusters). The biggest new "freebie" for me is that the max database size is now 4GB instead of 2GB.

  37. Hahaha... *sigh* by Z34107 · · Score: 5, Informative

    Here's hoping it went through more testing than VS2005 did...

    Did you actually use VC2005, or did you just read a crappy blog entry and assume it fact >.<

    Here's the scoop: I've used the VC2005 betas for about two months now. They work fine. No, seriously. Never once did I have a crash. Never once did it corrupt my hard drive. And never once did it kill a penguin. Guys, seerisnah.

    Granted, it takes a teensy bit longer to boot than EMACS, but it has a lot of nice features. Like the oft-maligned "intellisense" - it's nice having the function/method/class prototypes at your fingertips as you fill in a function. Or the new, secure versions of strcpy(), memcpy(), and others. It can compile code for a wide variety of applications, such as:

    • Standard console programs (duh)
    • Windows programs(duh)
      • EFI stuff:
      • EFI applications
      • EFI boot service drivers
      • EFI ROMs
      • EFI Runtimes
    • Posix
    • Windows CE programs

    It also supports a wide variety of CPUs:

    • The x86 (duh)
    • AM33
    • ARM
    • EBC
    • IA64
    • M32R
    • MIPS
    • MIPS16
    • MPISFPU
    • MIPSFPU16
    • MIPSR41XX
    • SH3
    • SH3DSP
    • SH4
    • SH5
    • THUMB
    • AMD64

    Fairly impressive, all considering. Although I don't write multi-threaded apps, it does have some nice debugging tools for creating them, a nice GUI for those too lazy to write their own resource scripts, and a nifty-as-all-hell IDE. Contrary to popular opinion, it's stable as all hell, has more features than a nerd's Swiss Army Knife and creates fast code. Quite frankly, for those who actually program, it's a dream - and Microsoft released a beta that any of you could have download from http://msdn.microsoft.com/ (The free and fully-functional Beta is closed now. What, you don't regularly check Microsoft Developer's Network here? :-D)

    So... All the VC2005 bashing seems to come from a blind hatred of Microsoft (remember, Bill Gates created his empire coding from his garage, like any proper geek would) and a blind belief in anything that will bash Microsoft. If you actually use VC2005, it's wonderful.

    But wait, you can! You can download the "Express Edition" free (as in beer) from here. I don't know how much the "Express Edition" differs from the full product, but if you guys are going to whine about something, at least use it first

    --
    DATABASE WOW WOW
  38. No IA64 support by McGruff · · Score: 2, Informative

    From Microsoft's page;

    SQL Server Express is supported on x64 and EMT64 systems in Windows On Windows (WOW). SQL Server Express is not supported on IA64 systems.

          Very interesting....

  39. Re: "Not many good tools for PostGreSQL" by ppanon · · Score: 2, Interesting

    Have you ever tried to use relational integrity with PostgreSQL and Erwin? Or is this new with PostgreSQL 8? Because it certainly doesn't work with PG 7.x and the latest Erwin SP.

    --
    Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde. - Voltaire
  40. Re:SQL Server Reporting Services and Report Builde by kpharmer · · Score: 2, Insightful

    hmmm, I've found that particular form of reporting to get quickly unmanageable - with an explosion of hundreds of almost identical reports created, but not maintained by users. At one shop I visited they had so many that we could only test a sample of them - and found almost 50% to give incorrect results.

    Since most reports of this type are created by users looking for answers to simple questions, i've found that creating dashboards with great navigation & drilling between graphs, charts, and tables to be a better option. This can then be managed by the warehouse or transactional database owners with its accuracy ensured.

    Sigh, i've got one database that needs an upgrade right now and the only obstacle is the brio users with their reports that will break. I can't fix their reports, so I will have to give them some terribly-long transition time.

  41. Re:Sigh. Stored procs in C# by mixmasterjake · · Score: 3, Interesting

    The persistence layer is nice for separating the logic in the app, but it doesn't mean you have to sacrifice the database server's built-in power & functionality. Persistence layers can map to stored procedures, views, etc.

    Also, like the man says, sometimes there's other types of apps connecting to your DB, maybe not all within your control. If you're responsible for the health of the data and the system, you may not be able to trust that every developer or system is playing nice.

    --
    TODO: come up with a clever sig
  42. Re:Sigh. Stored procs in C# by whoopass · · Score: 2

    OO is useful to a degree when it comes to database applications. However, there are a myriad of reasons hey you should push business logic into the database layer.

    But before I get to these there is something to be said for implementing abstaction layers by providing interfaces and hiding implementations behind interfaces. You can thing of stored procedures and views in a database as just an interface layer between application components. When you do that, it becomes clear that stored procs and views are just another tool in the arsenal of a well rounded developer.

    Back to why you might use views/stored procs. Let's start with complex applications environments. When you're dealing with multiple applications - some legacy, some new, written across a set of technologies - COM, JAVA, .Net, etc. - you cannot guarantee that libraries (if they exist/are comprehensive enough/are general in implementation) are reusable, much less properly reused. In this case it is best to plan for a single/manageable interface set based on views + stored procs you know you can maintain to abstract database schema changes from applications.

    In database land you must have consistent, repeatable, up to date data. By housing business logic in the database, you expose to users standard views and procedures that ensure that consistency is maintained between inserts, updates, and deletes. Often these same mechanisms are used to prevent too much access to data. For example, you can preven value that are out of bounds based on expectations of business processes/relationships existing in your database.

    Since databases house complex relationships (not uncommon to have to join across 5 tables to get the result you want), to think that the application layer should contain this complexity is to build a fragile system open to errors made by developers who do not fully understand the system, or if so make assumptions about what can/will change in future that are not property grounded.

    Continuing, maintainability/business agility is increased with proper use of views/stored procs. If only code is used to access database information, it is much more difficult to update all the destops in your company when a database schema changes than it is to update the innards of a stored procedure with a well known interface. As such any logic that pertains specifically to reading/updating/deleting content from the database should at least be evaluated against a similar implementation that is in the database itself.

    So with that you need to take C# in the database for what it is worth - it allows you more easily to define complex business logic (types, behaviors, interfaces) than the comparative T-SQL. As such it speeds development of database applications. It makes database maintenance easier by making the code more easily read/updated. It also lowers the bar to having good database logic by reducing the need for highly complex T-SQL. For these benefits there are drawbacks - portability, perf, etc.

    As a professional developer/DBA it is up to you to be able to make these tradeoffs. It is not as simple as saying OO is the right way to go always - that's a purist's approach. Purists have issues in business environments where tradeoffs are required to achieve the expected objectives in the given amount of time and with the given set of resources.

  43. [ot] "gay" is not an insult by wild_berry · · Score: 2, Informative

    On behalf of the non-heterosexual people I know who are not in any way useless, failures, bad, irritating, enfuriating, or a let down: gay isn't an appropriate word to insult a crap computer program. My friends are cool and using 'gay' as a derogatory term is either an illustration of a prejudice or the lack of a vocabulary on your part.