-
Book Overview & Buying
-
Table Of Contents
Microsoft SQL Azure Enterprise Application Development
By :
In order to get a handle on the practical aspects discussed in this chapter, you need sample databases. The default installation of SQL Server 2008 R2 does not come with the samples.
There are a number of database source samples available on the internet. Microsoft samples used in this book (SQL Server 2000 Sample DBS, as well as Microsoft Sample Databases) can be downloaded from the CodePlex site here: http://sqlserversamples.codeplex.com/#databases. The SQL 2005 (top right of the URL) and SQL Server 2008 R2 databases can be downloaded from the following URL: http://msftdbprodsamples.codeplex.com/releases/view/37109.
After downloading them you will have to attach them to your server. For this you can use SSMS, and use the attach menu item (right-click databases node and choose the attach drop-down menu), or use the system stored procedures: sp_attach_db and sp_detach_db (if you want to remove the database). A sample of the procedure to attach a database...
Change the font size
Change margin width
Change background colour