Bloggin in the UK RSS 2.0
 Saturday, February 11, 2006

I have already blogged about Vault and source code control here: http://www.dualbotic.com/DasBlog/What+Visual+Source+Safe+Doesnt+Do+For+Us.aspx

We are a seven man MS dev team and have been using Vault for nearly a year. First things first it is a huge improvement on VSS 6.0d, because it uses compression combined with a webservice our dev's can work from home over broadband hardly noticing any slow down in check ins/outs. The other killer feature is the Diff tool this is big step up from VSS. It also has some neat reporting although it takes a while to figure this out as the UI is not designed all that well. The one bug bear we have is that there is no plug in for VS2002 only for VS2003 over time this will cease to be a problem as we move more of our code base to VS2003.

I haven't looked at the newest MS VSS which ships with VS2005 Team System so I am not sure whether Vault has some competition coming it's way but we will probably be using VS2003 for at least the next couple of years so we are very pleased with the utility we are getting from it.

One thing I have noticed with all source control products is that the less experienced members of the Dev team struggle with the concepts that lie behind source control and that the UI of most tools doesn't do much to assist them in their plight. It would be good to see more narrative in the UI that would help them make the right decisions and not overwrite local changes by mistake.

Saturday, February 11, 2006 1:52:43 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

I was compiling a release script the other day, and needed to check if all data items in a column were unique before adding a Unique constraint to a table. I wanted a way to stop Query Analyzer (QA) from executing the batch if the check revealed there were duplicate items in the column. I tried a few obvious things like Return and raiserror but these didn't work. I then realised that the issue lay with the GO command. I found this in BOL "GO is not a Transact-SQL statement; it is a command recognized by the osql and isql utilities and SQL Query Analyzer." unfortunately there isn't a corresponding STOP command so you cannot easily perform a test in T-SQL and then tell Query Analyzer (QA) to stop processing the rest of the batch.

I did however find a dirty way around this problem. Using a While loop and the Print command I was able to repeatedly display a message to the user explaining the problem and instructing them to cancel the execution. Not very elegant but it did work.

BOL Search Terms: Batches, Batch Processing

Saturday, February 11, 2006 1:34:33 PM (GMT Standard Time, UTC+00:00)  #    Comments [3] -
SQL Server
 Tuesday, February 07, 2006

Following on from http://www.dualbotic.com/DasBlog/Using+Typed+Datasets+In+VBNet.aspx

I have been using the typed datasets for a few months now and have learnt more about their behaviour. If you alter the stored procedure you used to generate your dataset there is every chance your application will runtime error. It is possible avoid recompiling your application if say you have added a column to the query in the sp then simply refreshing your typed dataset in VB.NET and deploying the newly generated XSD file should do the trick. Of course if you have removed a column that your code was referencing your screwed but the same would normally be true even if you weren't using TD's.

Tuesday, February 07, 2006 7:47:38 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Wednesday, January 25, 2006

I recenlty discovered this funky new device from Nokia it's a mini tablet pc that runs Linux and retails for 350 euros, apparently Nokia can't make them fast enough. You get about three hours battery life and a portable web browsing tool that can be used for a multitude of other tasks. According to the Reg there is nothing else like it, if strong sales continue then this could be an entirely new market.

The Reg has the skinny on it here:

http://www.theregister.co.uk/2006/01/05/electric_nokia770/

Duey finster has bought one and gives his impressions on it:

http://blog.dueyfinster.com/2005/12/nokia-770-internet-tablet.html

 

 

Wednesday, January 25, 2006 1:35:20 PM (GMT Standard Time, UTC+00:00)  #    Comments [1] -

 Monday, January 23, 2006
I found a useful article here , Google gets my backing on this, it looks like there are plenty of options open to the US govt to find out the information they seek without using Google. I believe Google have a valid concern that people will think twice about using their search engine if the search data will be handed over to the US govt without good reason.
Monday, January 23, 2006 5:25:09 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Monday, January 16, 2006

I have just read a couple of articles on client-side scripting techniques by Scott Mitchell of 'Four Guys from Rolla' fame. He really knows his stuff and offers great insight into whats going on under the covers in dotnet.

Monday, January 16, 2006 3:22:37 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Wednesday, January 11, 2006

I keep reading stuff like this on the web

"you forget to mention those call Centers are in India,Pakistan and taking away US jobs."

from Channel9 's fourm

I don't think job's can be owned instead I believe they must be earned and this is achieved by running companies that are efficient in what they do.

These are Jobs that were being done by US workers which are now being done by foreign workers because they are prepared to work for less pay. Now the consumer pays less or the company makes a bigger profit. This is something all capitalist democratic countries should welcome. Protectionism just drives up prices, prevents competition and thus stifles innovation.

Wednesday, January 11, 2006 8:39:02 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Tuesday, January 10, 2006

My Amigo Frank has just put up a blog so you should go and look at it now...

http://www.undeliverable.co.uk/

...stop reading this and click on the link above!

Tuesday, January 10, 2006 2:53:43 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

 Monday, January 09, 2006

http://www.lubasi.org/

Lubasi is an orphanage based in Livingstone, Zambia near Victoria Falls, they care for up to sixty children between the ages of 5 - 10 who mostly have become orphans because their parents died of AIDS. 33% of the population of Livinstone has AIDS and so the traditional extended family approach to looking after these children has become overloaded.

If you are feeling charitable and have a PayPal account you can leave a donation towards the cost of running the orphanage via their website.

 

 

Monday, January 09, 2006 5:33:44 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -

Archive
<February 2006>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
2627281234
567891011
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008
Charlie Barker
Sign In
Statistics
Total Posts: 139
This Year: 20
This Month: 1
This Week: 0
Comments: 52
Themes
Pick a theme:
All Content © 2008, Charlie Barker
DasBlog theme 'Business' created by Christoph De Baene (delarou)