You can find some good news here for Data Dude project system. The most important one is that with VS2010 you will have database project support even with professional edition. You miss some of the advanced features, but you are able to build and deploy database project, and this is really good. Another point of [...]
Continue reading about Some news on Visual studio 2010 database project
This can happen when you change machine name after you installed and configured sql server. I’m trying various type of installation of tfs2010 just to verify the various options, my virtual machine had the default name, so I changed after I installed sql server 2008. I already know that this could cause problems, so I [...]
Continue reading about TF255352 and TF255331 warning during tfs 2010 beta2 install
In this post I dealt with the easy of installation of tfs basic. But tfs basic is much more than simply source control, if you open the TFS Administration Console, you can configure Team Build (Suppose you have installed it as I showed in previous post). Even in this wizard you can immediately see some [...]
Regular expressions are really powerful, but sometimes they can be quite slow, especially when you have to deal with large amount of data. I have a lot of string in database that have this format …text…||…anothertext…||..anothertext… and we need to split using || as separator. Since string.split accepts only a char, we used a simple [...]
In tfs 2010 beta2, when you configure the build agent, you start the wizard choosing the team foundation server that contains the project collection you want to build. If you choose tfs with ip address, you will end with an error like This error is probably caused to the fact that windows does not support [...]
Continue reading about TF255070 User account xxx\account not found
