Open Source archives - SQL Server with Mr. Denny

SQL Server with Mr. Denny:

Open Source

May 14 2009   11:00AM GMT

Outside Queue to SSB adapter



Posted by: mrdenny
Outside Queue to SSB Adapter, Service Broker, MSMQ, Open Source

Something that I think that Microsoft should include with the SQL Service Broker is an adapter so that MSMQ messages (and other messaging systems as well) will flow automatically into the SQL Service Broker.  Since Microsoft hasn’t gotten around to writing one I’m going to start.

It shouldn’t be all that hard.  Setup a Windows Service which reads from a predefined MSMQ and have it take the message and send it to a SQL Service Broker queue.

Then setup a Windows application that allows you to setup the config file with the source you want to read from and the SQL Service Broker objects you want to send to.

Since I have little to know experience reading from other queues I’m putting a feeler our there for some assistance on this project.  Since I don’t know C#, the project will be written in VB.NET using Visual Studio 2008 on the .NET Framework v3.5.

I’ll be starting with MSMQ, and they other queuing systems as needed.

I’ve setup a project site on CodePlex.  There’s not much up there at the moment, just a basic framework of the project.  (Yes I know I now have two unfinished projects running, but this one will hopefully have others working on it as well.)

If you are interested in helping me out please let me know here, or on twitter, or in the discussion forum on CodePlex.

Thanks,

Denny

Feb 14 2009   6:42AM GMT

A response to a response to my post about Open Source Software



Posted by: mrdenny
Open Source, Social Commentary, John Little

Shortly after I posted about a /. article on getting open source software to replace Microsoft software I got a few responses on Twitter, as well as a response from a fellow blogger here on the IT Knowledge Exchange John Little.

John posed a few questions in his post, which I wanted to address, as well as clarify my own statements a little bit. Continued »


Feb 8 2009   8:53PM GMT

Why are some open source people so adamant about doing a discervice to their users?



Posted by: mrdenny
Open Source, Social Commentary

This isn’t a rant about open source software itself; please note the difference BEFORE bashing me in the comments or on the net.

However I recently saw a post on /. about how a university network admin wanted to start switching the university over to open source.

The only thing that came to mind was why on earth would you want to do such a disservice to your students?  While open source is great, most large companies (which is where most university students want to end up) don’t use much if any open source applications.  In the article he’s talking about replacing Office 2007 with Open Office.  Which is a fine idea for home, or for a business; however an educational institution should be more concerned with making sure that the students have access to what they will be using in the real world when they get into the job market.

Ideally I think that these students should have access to both applications, but they definitely shouldn’t be taking away access to the propriety software which the student will need to know how to use in the job market.  For example a student who is majoring in Business will probably need to know how to use PowerPoint, and the differences between PowerPoint and the open source equivalent.  However if all they are taught in school is the open source version, and they are asked to bring a presentation to an interview and give it, and the presentation doesn’t work in PowerPoint they will not be getting that job.

Many open source fans need to remember something.  While you may not like Microsoft and other close source companies (but lets be realistic, for the most part you don’t like Microsoft) these companies software are the tools that over 95% of companies use.  And while it’s great that you want to teach people that there is an alternative out there, if your role is to educate users you have to show them all the options.  If you choose to only show people the open source option, and not the propriety option then how is what you are doing any better than what you feel Microsoft does?  But if users don’t know how to use the tools which companies are providing then the users won’t be able to get jobs.  If people can’t get jobs then they can’t buy computers to run open source software.

And don’t think that if all the job applicants can’t use Office this will force companies to switch to an Open Source version.  This will simply give the companies more ammunition to send more jobs overseas where people are still being taught Microsoft products.

I guess the summary of this post is this.  If you want to teach open source, then be open about it.  Teach both ideas, and give your students a fighting chance to get that good job they were promised when they went to college.

Denny