• subscribe

Delivering practical database advice for DBAs, developers, and BI analysts

What is your favorite feature in SQL Server 2012?



Vote Results Previous Polls



Solving Common SQL Server Problems

 

Solving Common SQL Server Problems

Discover insights, techniques, and resources for troubleshooting performance, connectivity, and other types of problems commonly encountered in SQL Server environments.


Get Newsletters

  • Get the Latest News
  • Product Updates
  • Helpful Tricks
  • Programming Tips
subscribe to SQL Server Pro Newsletters

SQL Server Database Corruption–Part X: Page Level Restore Operations

In my previous post in my ongoing series on SQL Server database corruption I covered a list of best practices for responding to database corruption when it happens. In that post I mentioned that I’d...

Azure Trust Services

Microsoft recently launched Trust Services for Windows Azure, an application-level encryption framework that can be used to protect sensitive data stored on the Windows Azure Platform. Read more......

Publishing Tabular Models to SSAS

by Mark Kromer This is a follow-up from my blog post last month here on SQL Server Pro about utilizing common traditional reporting tools like Excel and Report Builder with the new SQL Server 2012...


8 Useful (and Free) SQL Server Downloads

The best free SQL Server downloads to help you do your job....

Physical ordering of records in an index

Question: I’ve been wondering about record storage in indexes and how SQL Server maintains the ordering. At what point do records get moved around on the index pages so that they’re stored in the...

T-SQL Best Practices, Part 1

Some T-SQL best practices include thinking in a relational way, always remembering NULLs and the three-valued-logic, realizing the full implications of using the NOLOCK hint and therefore avoiding...


IAMs: Keeping Track of Space Used

Every SQL table and index has at least one Index Allocation Map (IAM). Learn more about IAMs and how much space is actually allocated to a SQL Server table....

8 Useful (and Free) SQL Server Downloads

The best free SQL Server downloads to help you do your job....

Some Storage Vendors Just Don't Have a Clue About Databases

Recently I was shown a whitepaper from EMC titled "Backup and Recovery for Microsoft SQL Server Using EMC Data Domain Deduplication Storage Systems". Over all the whitepaper isn't bad giving...


More Top Stories

'Backup Completed' is NOT an Error Message

I recommend that you set your SQL Server to use the startup traceflag DBCC TRACEON (3226) to disable backup success message...

Flexibility When Waiting on Locks

An attendee at a recent performance tuning session wanted ideas to more flexibly react to locks on blocks than using the WITH (NOLOCK) hint.

Curious Case of the missing SOS_SCHEDULER_YIELD waits

Question: I came across a weird case recently where we had a server that was running at 100% across all CPUs for a time but when I used the DMVs to look at wait statistics I ...

IAMs: Keeping Track of Space Used

Every SQL table and index has at least one Index Allocation Map (IAM). Learn more about IAMs and how much space is actually allocated to a SQL Server table.

Some Storage Vendors Just Don't Have a Clue About Databases

Recently I was shown a whitepaper from EMC titled "Backup and Recovery for Microsoft SQL Server Using EMC Data Domain Deduplication Storage Systems". Over all the whitepaper ...

8 Useful (and Free) SQL Server Downloads

The best free SQL Server downloads to help you do your job.

Physical ordering of records in an index

Question: I’ve been wondering about record storage in indexes and how SQL Server maintains the ordering. At what point do records get moved around on the index pages so that ...

Beware of trying to upgrade a database with a read-only filegroup

Question: We recently tried to attach a SQL Server 2008R2 database to SQL Server 2012 and the upgrade failed because one of the filegroups in the database is set to read-only. ...


advertisement

Featured Event

More Events