SQLBits 2011
Geting data from here to there using replication
This will show the replication options available in sql server and in which situations each type can be used. I will also show how to set it up and some diagnostic techniques for when it doesnt work
This presentation will go through the replication architecture in sql server and the different replication methods available to use. Each method has its own pros and cons and these will be shown along with some examples of situations where each method can be used. It will also cover how to set it all up, what to watch out for, and what to look for when things go wrong.
Speakers
Anthony Brown's previous sessions
Geting data from here to there using replication
This will show the replication options available in sql server and in which situations each type can be used. I will also show how to set it up and some diagnostic techniques for when it doesnt work
Database unit testing with visual studio 2010
This session will cover why you should run database unit tests (and when you should not). It will show how to set them up and run them in visual studio 2010
Designing and deploying a database using visual studio 2010
Database projects allow offline development and easy deployment of a database. Previously they were only available in team system versions of visual studio, but with the release of visual 2010 they will also be available in the professional version.
This presentation will introduce the key concepts of database projects. It will also show you how to create a database project, import an existing database, modify objects and then deploy it to any sql server.