|
|
|
|
SQL Server 2008: Monitoring Resource Governor |
Resource Governor monitors provide you with the essential data needed to alter and adapt your configuration based on informed decisions instead of just making random configuration changes and hoping for the best. |
|
|
|
|
SharePoint 2010 : SQL Backup Tools |
Although the backup options out-of-the-box in SharePoint give an array of tools to back up the configuration and the content databases; critical SQL Server databases such as Master, MSDB, and TempDB cannot be backed up by these tools from within SharePoint. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQL Server 2008 : Explaining XML - Well-Formed XML |
XML is a framework for storing information in a tree. The XML document must exactly have one root tag and must have a start-tag and end-tag . An XML document must adhere to the XML syntax rules, or it is not a valid document |
|
SQL Server 2008 : Explaining XML - XML Schema |
XML schemas provide a means to define the structure and content of an XML document. SQL Server supports a subset of the XML Schema and uses three DDL statements to manage XML schema collections |
|
|
|
SQL Azure : Tuning Techniques (part 3) - Indexing |
Creating the right indexes can be complex; it can take a long time to fully understand indexing and fine-tune database queries. One of the most important things to remember with indexing is that its primary purpose is to help SQL Azure find the data it needs quickly. |
|
|
|