Vista Not Compatible With SQL Server
kiran_n sent in an article by Fortune's Owen Thomas on Vista not being compatible with SQL Server. An excerpt:
"But now Microsoft has a problem. Vista, its long-awaited update to the Windows operating system, can't run the current version of SQL Server. The company is working on a SQL upgrade that is compatible with Vista — called SQL Server 2005 Express Service Pack 2 — but it's in beta and can be licensed only for testing purposes. Microsoft hasn't set a release date for the new SQL program."
if people get what they deserve for running a Server application on a Desktop OS.
If anybody is moving critical databases to an OS that isn't even officially released yet, then they deserve to have their eyeballs poked out with hot, metal pokers, and then promptly fired.
In other breaking news, Oracle does not work with Red Hat Enterprise Linux V.5.
SQL Server is definitely not the only existing software that won't work on Vista. Of course, as always, people will swallow the incompatibilities between versions of Microsoft software much easier than they'll swallow the incompatibilities between Microsoft and non-Microsoft software. Likely, many people will express their anger over the incompatibilities, but not attach any hard consequences.
Please correct me if I got my facts wrong.
So much for Windows being great for backwards compatibility.
#!/
Think of it: Did anyone of you expect the current version of SQL Server to simply play nice with the "new and improved" Microsoft Vista OS, with all enhancements, bell and whistles? Heck, these "enhancements" took more than 5 years to implement! Way more time than was planned. Give me a break!
First of all, the title of the post (and the article's title) are misleading. "SQL Server" (suggesting its full fledged version) was NEVER compatible with Vista, or XP for that matter. It's meant for servers, not desktops.
Second, Vista is NOT RELEASED YET. Despite that, early adopters can download SQL Server Express SP1, which runs fine on Vista, although it is not technically "supported" by Microsoft. In fact, almost all of the issues are easily worked around by running the setup as admin, and SQL Server Management Studio as admin.
For those people who have additional problems, there is plenty of good documentation on how to get it running, or they can install the beta of SP2, which should be RTM by the time Vista hits the shelves in the end of Jan anyway.
So despite the author's obvious attempts at a sensational title that would get him lots of hits (and, evidentially, posted on Slashdot), his content is almost pure FUD... and pure gold for Slashdot.
How about developers who need to write vista applications that talk to databases? It helps to have a locally running copy of SQL server if you are disconnected from the network so that you can still work.
This crap is getting lame. I'm seeing more and more unfounded "articles" on here because they have to make sure they get the stories Digg has. Newsflash folks. 99% of the articles on Digg are fanboy crap. This one is no different.
What's funny is there are already numerous comments here, but apparently NONE of those judging and commenting have actually tried what the article seems to be talking about. MSSQL Server 2000 and 2005 run *just fine* under Vista. There may be some minor compatibility problems and yes, the installer warns of these, but you can click right through that. Maybe some issues crop up if you tried to use it as a full fledged server solution as is, but for development purposed they work *just fine*.
Plus, this article is talking about MSSQL Server 2005 Express, which is the local, chopped up locked down version. The rest of the versions work just fine, plus there will be, soon enough, updates to increase the compatibility.
Please keep this kind of crap off Slashdot. It's fine to love OS and hate MS. But at least get your facts *sort of* straight. This is just way off the mark.
For those unaware this is primarily a concern for people who develop stand alone applications that currently use SQL Express.
Why use SQL express? It's more stable and more flexible than just using ODBC to connect to an Access database file. Plus you can use all other features that you can not use in Access. It's also the defacto standard for Visual Studio 2005 developers so it gets a lot of use now adays in development. It's also far easier to use than installing the clients for Oracle or MySQL and reduces your program's foot print. (1.2MB vs 35 MB)
I actually use this, and when testing Vista didn't run into a single problem with it in it's current state. (It installed and ran fine under Beta 1 and 2 although it warned you that it could be unstable, it seems in RC and RTM they actually added it to the "Can't install" list)
And there's more than one way to connect to a database, SQL express isnt' the primary route, so the article is being VERY presumptious about impact on the industry. It's not writen by someone who knows the difference between SQL server (The server app that runs on Windows Server 2000, 2003 and uses a client program to handle the connections to a server) and the SQLExpress App (For use in stand alone programs and development environments and will not allow connections from any machine other than the host machine)
It's also amazing that the author of the article thought that you wouldn't test seperately on both platforms. He makes it sound like having to test on Xp then on Vista is a bad thing. Honestly, if you arn't testing on both and on Windows 2000, you're not doing your job right.
Is it important? Yes, it sucks to have apps that I was testing under Vista Beta 1, that I can no longer test because of the "no-install" flag. But SP to the rescue!
As for using Oracle vs MS-SQL, which is the bigger point. Well. having to deal with both at work I can tell you, MS-SQL is far easier to maintain and manage and back up. Oracle still has far too many legacy items in 9i and 10 that require "special" treatment. Not to mention that it's error reporting system is pointless 90% of the time, and we have to hand step everything we do to figure out why we're getting an error instead of a single error message that says, "OCA-XXXXX: Column can not hold data" instead of "ORA-XXX: 'DOCNAME' is too long for column." You can imagine what a pain Oracle is when you've got an SQL statement that a page long. I won't even go into how unfriendly Oracle's support is. Half the time you ask them for help the answer is "If you were an Oracle trained admin you'ld know that." How about, "If you put it in the manual, I'd already know that. Or if your people would reply to emails without the snotty tone I'd know that." Ug...
Sorry about the rant, enjoy!
Copy database objects from sql server 2000 never really worked correctly either. Under very simple scenarios it works, but when there are foreign key constraints and many related tables sql server does not usually copy the objects in the correct order, and you get resulting constraint violations which ends up faling the package. My experience has been that it is one of the least reliable ways of moving tables and data between systems. To be frank, basing your release process or relying on it to propogate changes from one environment to another isn't great. No other system would you be able to use this process. Just use SQL scripts and insert scripts like everyone else.
For the most part SSIS is a huge improvement over DTS, it is also much more scalable, and now has it's own dedicated runtime. Components for SSIS are also C# components as opposed to com components under DTS. Theoretically if you code is written well, you can reuse parts of it inside a 2005 DB with the CLR enabled.
"Horribly broken" is really a rather exagerated claim. No one's software is perfect.
Also, it's rather rude to call individuals "liars" when you don't have any evidence that that individual is in fact lying.
In contrast, 20 year old UNIX software compiles, runs, and takes full advantage of modern hardware; the APIs have hardly changed because UNIX got them right in the first place. That includes the window system. You might want to try that sometime, in practice its not so clear cut on the UNIX side. And yes, I have experience in this area.
I'm one of those people who reads /. daily but never responds. I'm a hard core Microsoft guy. I like thier server products. I like thier programming tools and I like thier business software. I won't appologize for that. I also don't like the Linux operating system or other various *nix operating systems. I'm capapble of using them. I configure them. I sell them, but it's just not my cup of tea.
/. to get an idea of the pulse of the Linux community. I often enjoy the interesting opinions and I've seriously gleaned alot of knowledge from the articles here. This post however takes the cake for massive FUD and seriously has no place.
/.ers don't have the ability to step back from thier passionate position on a completely absurd position paper. Seriously peeps... this is the best you can do today?
I read
For starters as someone previously pointed out. Software is designed to support a platform, platforms aren't designed to support software. Vista is the platform. SQL Server is software. Now that Vista is RTM, the SQL Server team will revisit thier software and release a service pack that enables it to run on the new platform. This isn't rocket science or news or anything earth shattering. It's just the way things are...
As you all know. Software is a stack. When you change the bottom of the stack, sometimes you have to retool upper layers of the stack. I suspect that if a new Linux kernel came out tomorrow the majority of current Linux applications and server products would cease to work without a recompilation and some changes to lower level API calls.
The same thing happened when Windows XP shipped. SQL Server 2000 wouldn't run properly on it. Likewise with Windows Server 2003. This isn't because Microsoft writes bad software. Again, it's because if B depends on A and A changes, B will probably need to change also. The greater the change to A, the lower the chances of B working.
Businesses know this and expect it. I highly doubt that any competent IT department is clamering to get the latest and greatest OS onto the desktop of thier 'customers'. I suspect that competent IT departments are installing the Vista builds into a lab environment. Testing internally developed applications against it as well as testing 'common operating environment' [COE] applications on top of it.
I'm sorry if the author of TFA doesn't undestand how software works and how platforms affect software. I'm sorry if Microsoft finally bit the bullet and sacrificed some initial backwards compat in the out-of-box configuration in exchange for an enhanced security model. I'm shocked that