sql

TwitterFacebook
Get flash to fully experience Pearltrees

SQL Server Best Practices Article

This paper outlines the recommended best practices for designing OLAP databases in Microsoft SQL Server 2005 Analysis Services to better meet the functional and performance needs of users. Designing a database for Online Analytical Processing (OLAP) databases is very different from designing a database for Online Transaction Processing (OLTP) and requires a different approach for achieving optimal results. The best practices recommendations are grouped into the following sections: Within each section, these best practices are ordered roughly by priority, where priority is a combination of how important the best practice is and how often you must worry about it. Major topics not covered include best practices for the design of calculations and for server management and operations. These two topics are sufficiently complex to deserve separate and more in-depth treatment. http://msdn.microsoft.com/en-us/library/cc966399.aspx
TSQL

SQL Server Helper

There are 2 ways of assigning a value to a local variable previously created with the DECLARE @LocalVariable statement, namely using the SET and the SELECT statements. To illustrate: • When assigning from a query and the query returns no result, SELECT will not make the assignment and therefore not change the value of the variable. • When assigning from a query that returns more than one value, SELECT will assign the last value returned by the query and hide the fact that the query returned more than one row. http://www.sql-server-helper.com/default.aspx
admin

BI

http://www.sqlservercentral.com/ Join SQL Server MVP Brad McGehee to learn why it is so important to monitor your SQL Server instances and what you should consider when starting out. This webinar will also show you how you can use Red Gate's SQL Monitor for SQL Server monitoring and will include an overview of the new features released in v3.0, including the ability to create your own custom metric definition and to support different access permissions. Read more...

SQL Server Central. Microsoft SQL Server tutorials, training & forum.