bet.ucoz.co.uk

Posts Tagged ‘ITPro’

SQL Server 2012: Snippets and IntelliSense January 2nd, 2013

Vinod Kumar

Let me start the new year with some nifty tips with SQL Server Management Studio 2012. I am a big time fan of using keyboard short cuts and if we are writing some code, how can I get a template for some common activities instantly for creating index, building loops, tables, UDFs, views or admin activities like new logins? Guess what we have all these already available in your finger tips.

1. TSQL Template

To start with, if you want a template with BEGIN, IF or WHILE block use the Ctrl+K followed by Ctrl+S. This bring us the nice little option to pick from. Just as you type the command you want, it will automatically get the cursor there. In this example we have typed WHILE and now our SSMS window will look like below:

image

Select the While command, give us an template to start work. Now the screen looks like:

image

Just go about changing the condition and now we have things ready just by few short cut keys.

2. Surround TSQL Template

If you did notice in the first figure it says “Surround With” when we were selecting our template. There is a reason for this. Now assume we have an INSERT Statement and we want to add and condition such that if the condition succeeds then the Insert must happen. How can we achieve this task.

  1. Select the INSERT Statement. Like top half of below diagram.
  2. Press Ctrl+k followed by Ctrl+s.
  3. Select the IF clause.
  4. Add the condition and finish task.

image

If you thought this was cool, wait you have not seen the power of SSMS yet.

3. Insert Snippet

Earlier we mentioned there are a bunch of snippets preconfigured and we can use them too if required. This can be invoked by using the Ctrl+k followed by Ctrl+x. To play around with this, let us get back to our management studio and invoke this to create an Index script.

image

For our demonstration we will select the “Create Index Basic” script and it will look like below.

image

This is the quick script and from the screen it is evident that we need to enter 4 different values (Name of index, schema of object, Object name and finally Column Name). The quick navigation between each of these 4 template name placeholders is to use TAB.

4. invoke Snippet from Query Window

The quick and easy way to invoke this from query window is to right click on the query window and use the two options for snippets.

image

5. Invoke snippet from Toolbar

You can goto Tools –> Customize and under Toolbars check “Context Menus” option and click Ok. Now we can access the same from the toolbars just like the figure below:

image

Though we are invoking the Snippet from Query Window or via toolbar, the behavior of these still are the same as discussed before.

Hope you enjoyed reading this blog post and do tell me if you find this useful. We have not covered how to create your own snippet. But that will be for another day in a different blog post.

Continue reading...


 

Year 2012–a quick recap December 31st, 2012

Vinod Kumar

Looking back

It has been an exciting long year with loads of learning and sharing. I thought to share what is in my mind in general as we close this year. In this blog post I plan to share the various things we have done in this blog. I am amazed of the fact that we took some new initiatives and I am glad to see some great responses from each readers like you. This is a moment to say thanks to each and every one out here reading this post. I get inspired because of your positive comments. So please keep showing the love you have given me till date in the years to come too.

SQL Saturday 116–Thanks ALL

We started the year with the first ever SQL Saturday in India at our Bangalore UG. This was something we planned for more than 3+ months and was glad to execute this first thing in Year 2012. I am sure you are about to ask me when is the next one. We surely are thinking about this with various stakeholders. We don’t have concrete plans yet, but something is on the cards and minds of people – trust me :).

Management topics

I started writing regularly on Management related topics and this year I have started sharing much more openly on some of the views I carry strongly. This was a bold but a cautious move personally because I was not sure how my readers will react. I am happy with the results and I am glad you folks liked these topics and you have supported me much more openly via your constructive comments. I think this trend will continue even in year 2013 and I plan to write many more topics that I feel are worth a thought. I have consolidated the some of these posts in my Popular Posts section.

SQL Server 2012 Release

This was a the simplest thing and the easiest thing when it comes to writing blogs on a technical topic. This release meant I had loads of fun exploring new things and then sharing with readers. I think we shared some really good content on some really cool new features this year. As I explore more of SQL 2012, they will surely get featured here in this blog. Trust me :). Some of the posts for reference are:

Upgrading to SQL Server 2012

Contained Databases inside SQL Server 2012

Page Restore Dialog in SQL Server 2012

SQL Server 2012: THROW your errors

SQL Server 2012: ColumnStore Characteristics

SQL Server 2012: Offline Logs viewing

Monitor High CPU with Extended Events in SQL Server 2012

SQL Server 2012: Using SEQUENCE

SQL Server 2012: Finding Sequence of backup taken

SQL Server 2012: Offline Documentation

SQL Server: Database Recovery Advisor

SQL Server 2012 : SSMS Tips

SQL Server 2012 – Too many VLF and Performance

TechEd India 2012

It has been now 9 years that I have been part of TechEd in India and I eagerly look forward to TechEd 2013 as it would mark my 10 years association with this brand. Over the years I have been very happy that deep technical content have been discussed and we have been able to excite the crowd year-after-year with new content. So here are the posts around TechEd 2012.

TechEd India 2012: Online Indexing Enhancements

TechEd India 2012: SQL Content Extravaganza

TechEd 2012: MTC India @ TechEd

TechEd India 2012: SQL Server Internals

TechEd India 2012: Architecture Track

Picture Posts

This was a humble try in doing something different. I didn’t know I will be able to take it longer than I expected. But the fact remains, I have loads of ideas that you have provided that are worth mentioning via a picture. These are mini-posts in my opinion but driving some powerful message. It is tough to create a crisp compelling concept via pictures. If you haven’t seen these posts, well feel free to check my Picture Post section for past posts. Would love to hear your feedbacks and suggestions and I will try to incorporate the same. I already have more than 15+ posts done on various topics.

SQL Server Basics Topics

Most of the times I love to explore to what SQL Server has to give me. And many of my posts in the past 1 year have been on explaining some core concept in an detailed way when it comes to SQL Server 2012. Having said that, I have been quizzed by many about the basics and this triggered the concept of “Basics series”. In the last one quarter, I have seen the most viewed topics have been my Basics series. I am happy to write many more in the coming year and look forward for your support.

SQL Server: Database Basics

SQL Server: Database Page Basics

Concurrency basics

SQL Server: Locking basics

SQL Server: Storage Engine Basics

SQL Server: Transaction Logs and Recovery

SQL Server: Basics of Database Snapshot

SQL Server: TempDB Basics

Bangalore UG started

One of the biggest announcement which is worth mentioning over this blog is that, we started the Bangalore SQL Server UG officially and we have had two UG meets so far with great turn over. If you are interested in knowing about our group – Join SQLBangalore over facebook. There is so much to share and learn and this group has some finest of people from GTSC, PFE, MCS and community. Thanks again for supporting, contributing, sharing and engaging in the groups page. Join the group, I can assure you loads of learning for sure.

Personal SLA

What has been my SLA? Well, it was not a new year resolution but more of a self control to see if I can write 2 blog post every week in a consistent way. Must thank Pinal for the continuous source of inspiration even till date. I think since April atleast 90% of the time I have written 8 or more blog posts every month till date. In order to keep myself busy with topics, I have used various techniques as mentioned above. If you have any specific series that you want me to take a stab – well, drop your comments and I will try to write about them.

Finally, thanks for reading this far !!! Feel free to subscribe to my blog via email, and thanks to the 200+ people who have already subscribed. Thanks to all my followers and readers via RSS and Twitter. Last but not the least – I take this opportunity to wish each and every one a fun filled safe happy New Year 2013.

Continue reading...


 

Work Smart Guides: Getting Started Series December 24th, 2012

Vinod Kumar

As part of my twitter stream (@vinodk_sql), I post a lot of links and resources that I come across. These are mostly from MSDN or from other sources that I find as interesting content. Having said that, there is no one place we can go and find all the information over the internet for getting started series. I found the Work Smart series has a number of interesting documents that are worth a look if you are a beginner or want to start learning a technology. Whenever there is a new release, I look forward for these papers because they are quick to read and give me a great idea to start learning the concepts in detail later. In my experience of more than a decade of IT, I have come to a conclusion that there is no substitute for self learning and exploration. Sky is your limit and your imagination is your limitation to how far you can learn.

Desktop

Exploring Windows 8: This guide provides a high-level overview of the exciting new features in the Windows 8 user interface.

Windows 8 Shortcut Keys : This guide provides a quick reference to the shortcut keys in the Windows 8 Start screen.

Windows 7 New Features :This guide describes some of the new feature available now in Windows 7.

Windows 7 on a Slate Device : Learn how to use Windows 7 features on a slate device, using touch-friendly features in IE9, the tablet input panel, speech inputs and more.

Everyday Work with Windows Vista Get Started : Windows Vista offers improved search capabilities, easier ways to sort and organize files, and interface enhancements that help manage applications and information.

Windows Vista and Microsoft Office Work Smarter Checklist : Streamline your work with powerful new features in Windows Vista, the 2007 Microsoft Office system, and Exchange Server 2007.

Using Windows Internet Explorer 10 : Internet Explorer 10, included in Windows 8, offers two browser experiences, a touch-optimized, modern-style experience and a classic desktop, web-browsing experience. This guide provides detailed instructions for using the Internet Explorer 10 modern experience, provides useful tips for working across both experiences, and discusses security and privacy.

Office

Microsoft Office 2010 User Interface Get Started : Use this guide to learn more about Office 2010 user interface new features.

Groove 2007 Get Started : Groove enables teams of people to work together securely over the Internet or a corporate network as if they were in the same physical location. Groove is good for teams that don’t work in the same location, time zone, or company. Groove manages changes to shared files even when you are offline.

Groove 2007 Learn More : With Groove 2007, small teams can work together securely over the Internet or corporate network without sharing the same location, time zone, or company.

Microsoft Excel 2010 Get Started : Use this guide to learn about some of the new and improved features which are available in Microsoft Excel 2010.

Microsoft PowerPoint 2010 Get Started : Use this guide to learn about the new features of Microsoft PowerPoint 2010.

Microsoft Word 2010 Get Started : Use this guide to learn about some of the new and improved features which are available in Microsoft Word 2010.

OneNote Overview : You can use this guide to learn about the features in Microsoft OneNote 2010, and how to use them.

Outlook 2010 Calendar Scenarios Get Started : Microsoft Outlook 2010 makes setting appointments, sharing your calendar availability, and managing your schedule even easier.

Outlook 2010 Get Started : Use Microsoft Outlook 2010 to manage your e-mail messages. You can use this guide to learn about some of the new features in Outlook 2010.

Outlook and SharePoint Integration Get Started : Understand how you can use Outlook to work directly on SharePoint resources.

Outlook and SharePoint Integration Overview : Understand how you can use Outlook to work directly on SharePoint resources.

Outlook E-Mail Signatures Get Started : Office Outlook 2007 e-mail signatures enable you to create a brief description of yourself for the benefit of those you correspond with.

Outlook Web App Get Started : Microsoft Outlook Web App (OWA) provides secure access to your Outlook email, calendar, contacts, tasks, and Global Address List – via the Internet. This guide explains how to log on to OWA and use OWA features.

Microsoft Office Tasks Get Started : Use Outlook Tasks to organize your time and your work. Work across applications with Tasks integrated across Outlook, SharePoint, and OneNote.

Sharepoint

Collaborating with SharePoint Overview : Collaborate effectively with SharePoint sites and features.

Collaborating with SharePoint Server 2010 Get Started : Get started on collaborating effectively with SharePoint sites and features.

Customizing SharePoint Sites Get Started : Customize SharePoint sites with Web parts. Display libraries, documents, RSS feeds, and customize the left navigation menu (Quick Launch).

Office SharePoint Workspace Get Started : Microsoft® SharePoint® Workspace 2010 is a client application that offers a seamless experience when you work online and offline with document libraries and lists on Microsoft SharePoint Server 2010 and Microsoft SharePoint Foundation 2010. Additionally, it conducts real-time, automatic, transparent synchronization of that content when you connect to the SharePoint server.

Messaging / Communication

E-Mail Basics: Managing E-Mail Get Started : This guide describes several tips and tools that will help you take charge of your email.

Successful Meetings with Lync Get Started : Traditional meetings, large and small, can be a challenge when people are spread out over long distances and include internal and external attendees. Communication technology can overcome the physical boundaries by allowing people to attend from any location with Internet or phone access. But that alone is not enough to make a meeting successful. By understanding the best practices for conducting meetings and using the right communication technology from Microsoft Lync 2010, you are on your way to conducting successful meetings.

Security

Protect Data with BitLocker Get Started : Microsoft BitLocker Drive Encryption technology uses the strongest publicly available encryption to protect your computer’s data, and prevents others from accessing your disk drives without authorization. Additionally, the BitLocker To Go feature prevents unauthorized data access on your portable storage devices, including Universal Serial Bus (USB) flash drives, also known as “thumb drives.”

Protecting Data with Windows 8 BitLocker : This guide discusses how to use Microsoft BitLocker Drive Encryption technology to protect your computer’s data, and prevents others from accessing your disk drives without authorization.

Securing Business Information : At work, all forms of information, including ideas and concepts, have potential business value. It is everyone’s responsibility to protect this information from unauthorized disclosure. The Securing Business Information Work Smart Guide details how to classify business information and how to choose the correct technology to protect this information before you transmit, share, store, or destroy it.

Securing Your Computer
Every computer at Microsoft is a gateway to the corporate network. Employees need to guard these gateways against intruders who might try to gain access to corporate resources. By adhering to Information Security Standards and following the best practices in this guide, you can help protect Microsoft against potential threats.

Securing Your Windows Phone Get Started : Windows Phones are powerful tools that enable you to work remotely by synchronizing to your corporate email and the corporate network. More and more employees work remotely and use Windows Phones and other mobile devices. However, protecting them is a challenge, because they are small and easily lost or stolen. This guide provides information on securing your Windows Phone.

Others

DirectAccess is Key to Microsoft IT Remote Access Strategy : Microsoft IT has leveraged DirectAccess as its future in preferred remote access technology. DirectAccess is a new feature in Windows 7 and Window Server 2008 R2. With DirectAccess, users are always connected to the corporate network whenever they are connected to the Internet, and without having to use a VPN. This seamless and ubiquitous access method has resulted both significant end user and business benefits for Microsoft.

Environmental Sustainability Get Started : Environmentally responsible IT business strategies continue to gain momentum across the industry. Microsoft IT has been addressing Environmental Sustainability issues for years but now has a single point of collaboration around these efforts in order to increase awareness and reduce the company’s overall carbon footprint.

System Center 2012 Configuration Manager Get Started : System Center 2012 Configuration Manager puts the management of your computer in your hands. You can use Configuration Manager to quickly and easily identify and install applications that are relevant to you based on your role, language, and location. You can also use Configuration Manager to manage the timing of installations and upgrades to avoid disruptions to your work.

Transfer Files and Settings Get Started : Use this guide for instructions on how you can transfer your files and settings from your old computer that is running Windows XP or Windows Vista using the Windows Easy Transfer tool. Topics include: Install Windows Easy Transfer for Windows XP, Transfer Files and Settings Between Computers Over a Network, Transfer Files and Settings Using a Location on a Network, Transfer Files and Settings Using Removable Media, and Recycle Your Old Computer.

Using Microsoft Forefront Identity Manager Get Started : Microsoft Forefront Identity Manager (FIM) 2010 provides an integrated and comprehensive self-service group management and password reset solution. FIM 2010 simplifies the identity management landscape and enables group management through a Microsoft Office SharePoint Server 2007 portal and a Microsoft Office Outlook 2007 add-in.

Using Windows Phone 7.5 Get Started : Microsoft IT deployed Windows Phone 7 companywide to over 50,000 employees. Cross-company, Cross-team collaboration, planning, and focused marketing was the key to deploying and supporting Windows Phones successfully to employees around the world.

Backing Up Your Data and Settings : This guide provides information on how to set up and use the new File History feature in Windows 8 or the IntelliMirror Redirection Service to back up your data.

Connect a Microsoft Account (Windows Live ID) to Your Domain Account : This guide discusses how, with Windows 8, you can connect your Microsoft account to your corporate domain account. By connecting the accounts you can continue to sign in to your office PC with your domain (network) credentials, sync your Windows personalization settings across multiple PCs, and use a single sign-on for Windows Live services.

Connecting Remotely Using Windows 8 DirectAccess : This guide discusses how to connect remotely using Windows 8 DirectAccess, which enables you to seamlessly connect to the corporate network from any Internet-equipped remote location without having to establish a Virtual Private Network (VPN) connection.

Hope you found the links and resources useful. I am sure I might have missed couple of links for sure but keep an eye for these series on the Microsoft site.

Continue reading...


 

SQL Server: Database Recovery Advisor December 19th, 2012

Vinod Kumar

We have talked about two concepts earlier in this blog when it comes to backup in the recent past. First is around Page Restore Dialog and other is around how to find the Sequence of backup taken. Both these are very interesting and very important concept in my opinion and a frequently asked question. In this blog post, we will discuss the concept of Database Recovery Advisor (DRA) of SQL Server 2012. DRA is a new SQL Server 2012 feature to make it easier for SQL Server Management Studio (SSMS) users to do point-in-time database restore and Database Page restores. Although this feature is called Database Recovery Advisor, the end-user will only see these improvements via the Restore Database dialog and new Page Restore dialog. In DRA the users will be able to figure out which data pages are corrupt directly from the dialog and will be able to do Page Restores from the backups and this has been explained in our Page Restore Dialog post mentioned earlier.

What has DRA given us in the long term with SQL Server 2012.

  1. Redesigned the Database Restore Dialog in SSMS to support consistent restore plan creation and verification.
  2. Backup History Time-line dialog, this visually shows the backups on a time-line and lets user select a possible point-in-time to restore.
  3. Page Restore dialog in SSMS.
  4. Have support for these restore plan creation and verification even in SMO.
  5. Enabling the SSMS restore dialog to generate automated restore plan for all the scenarios.
  6. Show the Database backup history when exists in the msdb in the restore.
  7. When the msdb does not have the backup history of the Database, it needs to be constructed from the backup header info when pointed.
  8. Feature allows users to check the integrity of the backup files before restoring directly from the Restore Dialog.
  9. Allowing the user to restore to the point-in-time, even if it in the tail of the log, by automatically taking a Tail-Log backup.
  10. Page Restore Dialog allows the user to find out the corrupt pages in the Database.
  11. Page Restore Dialog automatically generate Restore Plan for Page-Restore from the backup history of the database.

Restore Correctness

Correctness of the Restore Plan is checked every time it is modified. If the sequence of the backups is not correct. Error message will be shown in the top message bar. For example:

The page header will give some interesting warnings making the dialog really complete and makes sure the DBA doesn’t miss a step.

  1. No Full backup Selected.
  2. Differential backup not compatible with the full backup.
  3. Some of the T-Log is not compatible with the Full or Diff backup set selected.
  4. The T-Log backup sequence is broken.

These some of the most common warnings that come up !!!

The checkboxes in the grid lets users exclude some backup sets from the Restore Plan as required. The Dialog handles various scenarios intelligently: for example, if a backup set is excluded from the plan, all the backup sets that are dependent on it will be unselected. The selection of the backup sets in the grid is always consistent to be restored.

Verify Backup Media: Checks the integrity of the selected backup sets. This will call RESTORE VERIFYONLY on the selected backup sets. This can be a long running operation, and its progress can be tracked and cancelled by the Progress Monitor on the Dialog Framework. The top information bar also shows the progress of the operation. We can Stop it too from the top bar.

image

RESTORE VERIFYONLY performs the following checks:

  1. Makes sure we are able to read all the backup set and all volumes.
  2. Some header fields of database pages, such as the page ID are accessible.
  3. Checks for Checksum correctness (if present on the media).
  4. Checks for sufficient space on destination devices.

Recovery time Range – Timeline Dialog

In the above figure we can see the timeline button and that opens up a nice dialog like below. This is really a powerful dialog that cannot be missed. This backup/restore functionality provides us the ability to restore back the state of the database to a previous point-in-time.

image

Last Backup taken: This selects the time of the last backup taken for that database that can be restored. (Selecting this disables the slider in the timeline.) This is the default setting.

Specific date and time: Allows the user to select a point-in-time in the timeline to restore the database to. (Selecting this enables the slider in the timeline.)

Interval: This combo box lets you select the span of the view in the timeline.
  1. Hour
  2. 6 Hour
  3. Day (Default)
  4. Week
Graphical Timeline: This timeline visually represents the backups of the database.
  1. The red line represents the selected point-in-time, this red-line will not go outside the feasible time span in which the database can be restored. Default location is the end of the last feasible restore point.
  2. The slider lets the user select a point-in-time restore location by moving the red line.
  3. The left-right button lets the user navigate on the timeline.
  4. Markers:
  1. The Markers represent the Full (bigger) and the Diff (smaller) backups.
  2. The green bar represents the T-Log backup coverage, while the light green bar represents the tail of the log, which has not been backed up.

Scripting Options

The best strategy to learn is always using the “Script to” option. There are four scripting options:

  1. Send RESTORE DATABASE script to a "New Query Editor Windows".
  2. Send to a T-SQL File.
  3. Copy text to Clipboard
  4. Create an Agent Job that can be run later.

We will highly recommend to get it to a T-SQL file because this can we can learn from what script SQL spits out and we can use the same script for later use if needbe.

Limitation of DRA

  1. Support for File and FileGroup Restore is not supported and there is a separate dialog to do that, but that will not have Recovery Advisor features.
  2. DRA will not support the recovery of system databases.
  3. DRA will not support DBCC Repairs.
  4. DRA does not support piecemeal restores: Files and Filegroups Restore dialog should be used for that.
  5. DRA will not support Page restores of Database Boot pages, PSF, GAM, SGAM etc.

As we described in the previous post, the Page Restore Dialog can be read from that post. I highly recommend you to read that post too.

Continue reading...


 

SQL Server: Storage Engine Basics December 12th, 2012

Vinod Kumar

In by day-job I have a need to guide customers with specific deployment scenario’s on SQL Server. Often I end up talking about the storage, transaction engine and deployment options from SAN, DAS etc. This conversation can get really complex and many times we have a need to educate customers on using one over the other. It is a tough call because there are specific features to discuss in each scenario, there is a budget constraint of customer and the environment SQL Server is running and this involves multiple teams. From SQL Developers, SQL DBAs, Network Admins, Performance testing teams and System Admins all these can be actually different functions inside an given organization.

Storage is typical and sometimes tough given the number of parameters to work with. Let me give some of the high-level considerations when on this point.

  1. When we are working with databases a special eye needs to be put for input/output (I/O) load of the application. The I/O characteristics is a function of business requirements and and components enabled for SQL Server. Typical questions to ask for your I/O characteristics are: 
    1. How are the read versus write ratio for the database?
    2. Has performance counters monitored for the typical I/O volume (I/O per second) on the system for a window of usage? 
    3. Based on the usage patterns, can we quantify the I/O done sequential and how much is random?
  2. Has the business called out the SLA and RTO requirement to narrow down the availability and performance needs for the database system.
  3. Based on 1 and 2, has a capacity planning done to determine the hardware required to support the business. 
  4. Has the SQL Server been configured to make best use of the hardware in step 3.
  5. Is proper monitoring in place to track the performance of the database while the workload changes over a period of time.

The whitepapers on database architecture and storage is long and beyond the scope of this blog. See Microsoft SQL Server Storage Top 10 Best Practices and Physical Database Storage Design for more detailed recommendations from the SQL Server team.

Since this is in continuation to the other topics on basics, a lot has been omitted because they are covered in other locations. Also make sure to read SQL Server: Database Page Basics, SQL Server: Database Basics, SQL Server: Locking basics, SQL Server: TempDB Basics and SQL Server: Transaction Logs and Recovery.

SQL Server – Access Methods

  1. SQL doesn’t directly retrieve from disk, it makes requests to buffer manager which serves up the page in cache before rendering out.
  2. When scan starts, SQL Server can use look-ahead mechanisms to qualify rows and index entries on a page. The retrieving of rows that meet specified criteria is known as a qualified retrieval.
  3. Basics of Row and Index Operations:
    1. Each component maintains its respective on-disk data structures – rows of data or B-Tree indexes.
    2. Understand and manipulate information on data and index pages
    3. Row operation code retrieves, modifies and performs operations on individual rows
    4. Special operations are needed to handle LOB data (Large Object)
    5. Index operation code maintains and supports searches on B-Tree which are used for SQL Server indexes.
  4. Basics of Page Allocation Operations:
    1. The allocation operations code manages a collection of pages for each database and keeps track of which pages in the db have already been used, for what purpose and how much space is available on each page.
    2. Each database is a collection of 8 KB pages spread across one more physical files.
    3. 13 types of disk pages, specifics are explained in the Page basics blog:
      1. Data is stored on data or LOB pages
      2. Index rows are stored on index pages
      3. Page Free Space (PFS) pages keep track of which pages in a db are available to hold new data
      4. Global Allocation Map (GAM), Shared Global Allocation Map (SGAM), Index Allocation Map (IAM) keep track of other pages
      5. Bulk Changed Map (BCM) and Differential Changed Maps (DCM) are used to make backup and recovery more efficient
      6. Rest of the page types are used for logging and recovery
  5. Versioning Operations, also look at SQL Server: TempDB Basics for few more details on versioning:
    1. Manages access to the version store
    2. Row versioning allows SQL Server to maintain older versions of changed rows

Database Transaction Services

  1. Provides support for Atomicity, Consistency, Isolation and Durability
  2. Write-ahead logging ensures that the record of each transaction’s changes is captured on disk in the transaction log before a transaction is acknowledged as committed.
  3. Log records are always written to disk before the data pages where changes were made are actually written.
  4. Writes to the transaction log are synchronous while writes to data pages can be asynchronous.
  5. Allows for transaction that cross databases within the same SQL Server Instance.
  6. For cross-instance transactions, it coordinates with Microsoft Distributed Transaction Coordinator (MS DTC). Use it with utmost caution and understand the overheads of the two phased commit here.
  7. Also transaction services coordinates locking to provide Isolation.
  8. SQL Server supports two concurrency models
    1. Optimistic Concurrency – provides consistent data by keeping older versions of rows with committed values in version store. Readers do not block writers and writers do not block readers. Writers do block writers
    2. Pessimistic Concurrency – guarantees correctness and consistency by locking data so it cannot be changed
  9. SQL Server has five isolation levels:
    1. Read Uncommitted [pessimistic]
    2. Repeatable Read [pessimistic]
    3. Serializable [pessimistic]
    4. Snapshot [optimistic]
    5. Read Committed [optimistic/pessimistic - depends on database setting]
  10. Behavior of transactions depends on the isolation level and concurrency model one is working with

Database Locking Operations

  1. Acquires and releases various types of locks
    1. Share locks – reading
    2. Exclusive locks – writing
    3. Intent locks – taken at a higher granularity to signal a potential "plan" to perform some operation
    4. Extent locks – for space allocation
  2. Manages compatibility between the lock types, resolves deadlocks and escalates locks.
  3. Controls table, page, and row locks as well as system data locks.
  4. Locking is the best way SQL Server can bring a balance to consistency and concurrency and it is SQL Server’s way of implementing Isolation Levels discussed above. Read the other post around “SQL Server: Locking basics” discussed in detail.

Database File Sizes

  1. An ideal recommendation would be to have data files of equal size – SQL Server uses a proportional fill algorithm that favors allocations in files with more free space.
  2. Pre-size data and log files well ahead of time and plan for the growth.
  3. Do not rely on AUTOGROW, instead manage the growth of these files manually. You may leave AUTOGROW ON for safety reasons, but you should proactively manage the growth of the data files.
  4. Configure an alerting mechanism to send emails or log information of available free space. Use other monitoring mechanism to send emails if required.
  5. Also have alert mechanism to look at AUTOGROWTH happening in the system for both Application databases and TempDB.

Disk Topology and SAN interfaces

Small Computer System Interface (SCSI)

  1. Supports forcing data to be written to disk, improving recoverability.
  2. SCSI with Tagged Command Queuing (TCQ) supports multiple I/O requests.
  3. Supports hot-swapping.
  4. SCSI can have up to 15 drives per channel.
  5. Less restrictive on physical cable length.
  6. Overloading the channels increases the chance of reaching the transfer rate limit.

Integrated Device Electronics (IDE)

  1. Supports hot-swapping.
  2. IDE has high transfer rates only if there is one drive attached per channel.
  3. Typically greater capacity than SCSI.
  4. Typically cheaper per GB than SCSI drives.
  5. Can only handle one outstanding I/O request per channel.

Serial Advanced Technology Attachment (SATA)

  1. SCSI with TCQ supports multiple I/O requests.
  2. Supports hot-swapping.
  3. Most are explicitly designed to support only one drive per channel; however, multiple SATA channels of 2 to 12+ on interface cards are also available.
  4. Typically greater capacity than SCSI.
  5. Typically cheaper per GB than SCSI drives.

Serial-attached SCSI (SAS)

  1. Very fast. Supports SCSI protocol.
  2. Allows for a larger number of disks than SCSI.
  3. Applicable to direct-attached storage (DAS) only.
  4. Replacement technology for parallel SCSI. Backward compatible with SATA drives.

SAN

  1. Can serve multiple servers.
  2. No limitations on the number of disks that can be accessible.
  3. Easier to install additional servers. Easier to manage many servers.
  4. Easier to reallocate disk storage between servers.
  5. Maintenance costs tend to be lower than DAS.

DAS

  1. Greater maximum bandwidth.
  2. Easier to manage for a smaller number of servers.
  3. Initial overhead costs are lower than SAN.
  4. Deployed per server directly attached.
  5. The number of disks is limited by the number of slots in the server and the type of interface used.

For both DAS and SAN, the following categories of performance should be measured:

  1. I/O per second
  2. Megabytes per second
  3. Latency

Performance of both DAS and SAN environments is affected by so many variables that simple recommendations are not possible. Examples of variables include drivers, configuration, underlying and supporting foundational technologies and host bus adapters (HBAs).

Fiber-Channel-switched fabric may be beneficial for SAN environments, because Fiber Channels can provide multiple links through the fabric, and can thereby enable I/O path parallelism so that the SAN can process I/O requests more efficiently.

Where to start?

Generally, when prioritizing data among faster disks for SQL Server databases, use the following ranking, these are generic and need evaluation on a case-to-case basis:

  1. Start with Tempdb data and the tempdb transaction logs
  2. Database transaction log files
  3. Search database
  4. Database data files
  5. In a heavily read-oriented portal site, prioritize data over logs.

Don’t overlook HBA configuration while deployment

  1. Use up-to-date HBA drivers as recommended by the vendor.
  2. Utilize storage vendor specific drivers from the HBA manufactures website.
  3. Tune your HBA driver settings as needed by the databases and access patterns.
  4. Ensure that the storage array firmware is up to the latest recommended level.
  5. Use multipath software to achieve balancing across HBA’s and LUN’s and ensure this is functioning properly.

Well, some of the conversations I have with customers go as long as a day on these topic and I am sure this is not exhaustive. So please feel free to drop in comments of areas that I have missed out here for the benefit of others. Thanks again for reading this far !!!

Continue reading...


 

SQL Server: TempDB Basics December 6th, 2012

Vinod Kumar

TempDB is an interesting and really important database inside SQL Server’s architecture. We hardly get a chance to look at it closely and learn from it. This database is used by all the other databases and is sometimes a unsung hero for our functioning of SQL Server. In this post, let me continue with the same logic of understanding the basics of the TempDB Database. This is not exhaustive of everything that this database is used but can be a great start. TempDB is just like any other database from an architecture perspective of pages, GAM, SGAM, PFS, Extents etc but its functioning and importance is way beyond any other system database available inside SQL Server.

  1. TempDB is a system database which is a shared database for the whole SQL Server instance.
  2. There is only one TempDB database per-instance.
  3. Re-created at startup, clone of model database, however, recovery model isn’t copied; tempdb uses simple recovery.
  4. TempDB is used for temporary user objects like local temporary tables, global temporary tables, table variables, cursors, worktables, sorts inside query, index rebuilding operation, online indexing, table valued functions etc.
  5. TempDB is also used for row versioning when used with snapshot isolation level or read-committed snapshot settings.
  6. Can’t set OFFLINE, READONLY options neither can you drop tempdb database
  7. Simple recovery model: tempdb’s log is constantly being truncated, so it can never be backed up.
  8. Operations within tempdb are minimally logged so that transactions on temporary objects can be rolled back.
  9. Highly recommend using of CHECKSUM for new installations for TempDB. This is enabled from SQL Server 2008 version.
  10. There are few restrictions for tempDB like:
  1. Additional filegroups cannot be created.
  2. We cannot drop the database or create snapshots on this database.
  3. We cannot change the collation or change the ownership of this database from dbo.
  4. The database cannot be set to OFFLINE and filegroups cannot be set to READ_ONLY.
  • Highly recommend to pre-allocate the size required for TempDB just like we discussed the same for normal databases.
  • Put tempDB into fastest IO subsystem if you see contentions for TempDB.
  • Three types of objects in tempdb
    1. User Objects – all users have privileges to create and use local and global temporary tables. sp_spaceused can show the size occupied by these objects. User objects include both user-defined tables and indexes and system catalog tables and indexes.
    2. Internal Objects – not visible via normal tools, not in catalog view as they are in-memory only. Three basic types:
      1. Work tables – created by the server when spooling to hold intermediate results during a large query, or running DBCC CHECKDB or CHECKTABLE, working with XML or varchar(MAX) variables, processing SQL Service Broker objects or working with static or keyset cursors
      2. Work files – used when the server is processing a query that uses a hash operator either for joining or aggregating data
      3. Sort units – created when a sort operation takes place ex: ORDER BY clause. SQL Server uses sorting to build indexes or to process queries involving grouping or when certain types of joins require data to be sorted before performing the join
    3. Version Store – supports technology for row-level versioning of data. Older versions of updated rows are kept in tempdb:
    1. When an AFTER trigger is fired
    2. When a DML command is executed on a database that allows snapshot transactions
    3. When multiple active result sets (MARS) are invoked from a client app
    4. During online index builds or rebuilds when there is concurrent DML on the index
  • When monitoring TempDB look for various symptoms:
    1. Disk running out of space for log files and data files. Keep them in check always.
    2. Look at allocation bottlenecks because of DML operations.
    3. Look at slow IO bottlenecks where the database files have been placed.
    4. Look at metadata structure contention because of heavy dropping and creation of temporary objects.

    Thanks for reading this far. Will love to hear your feedbacks on if you want me to cover any other basic topics like these in the future too.

    Continue reading...


     

    SQL Server: Basics of Database Snapshot November 26th, 2012

    Vinod Kumar

    In our day-today life we have needs for photocopies. Now if we take that concept and mimic the same inside SQL Server it is called as Snapshots. Inside SQL Server the concept of snapshots were there with replication for a while, but from SQL Server 2005 a new feature called as Database Snapshot were introduced.

    The feature usage of Database Snapshots have been minimal in organizations, but there are some unique ways people use snapshots and a lot don’t know how this feature works too. This feature is different from SAN based snapshots and not to be confused. As we are in the topic, understanding that snapshots can be implemented as a  software solution or hardware vendor approach. In this blog post we will look at the feature within SQL Server called as database snapshots.

    1. Database snapshot is a process where DBAs can create a point-in-time read-only copy of any database. They can create multiple snapshots of the same database at different points in time.
    2. Space needed for each snapshot is typically much less because snapshot only stores pages that have changed.
    3. Database snapshots allows you to do the following:
      1. Turn a database mirror into a reporting server (you cannot read from a mirror but you can create a read only snapshot of the mirror and read from that)
      2. Generate reports without blocking or being blocked by production operations.
      3. Protect against administrative and user errors.
      4. This is yet another way to protect against database application upgrades and functioning like a backup before the process
    4. Each file in a snapshot is created as a sparse file (feature of NTFS). The database recovery models don’t have an impact on creating snapshots.
    5. Use the DMV sys.databases to check the source databases for snapshots.
    6. Write: Snapshot files contain only data that has changed from source, and for every file, SQL creates a bitmap that is kept in cache with a bit for each page of the file indicating whether the page has been copied to the snapshot. Every time a page in the source is updated, SQL Server checks the bitmap for the file to see if the page has already been copied, if not, copies it. This operation is called copy-on-write or COW process.
    7. Read: When a process reads from a snapshot, if first accesses the bitmap to see whether the page it wants is in the snapshot file or the source. When it reads from a snapshot database, no locks are taken regardless of what isolation level it’s in (true for reads from file and from source database).
    8. When SQL Server is shut down or the database is closed, the bitmaps are lost and need to re-created at startup. It checks whether each page of the database is in the sparse file as it is accessed and it records the information for future use using the memory maps.
    9. Allocations to the sparse files are made in units called regions, each region is 64KB. When a region is allocated, all the pages are zeroed except for the page that has changed leaving room for 7 more pages. A new region isn’t allocated till all 8 pages are used.
    10. The snapshot operated in pages as discussed above to fill up the regions.
    11. Keep monitoring your IO overheads that come because of COW for the snapshot databases.
    12. Also because of sparse file configuration, keep an eye on the drive space where the snapshots are present.
    13. If a snapshot exists for a source database, the source database cannot be dropped, detached or restored.
    14. You can replace a source database with one of the snapshots thereby reverting the source database to the state when the snapshot was taken using the RESTORE command.
    15. The restore cannot be performed for offline databases and corrupted databases.
    16. Snapshots can also be used to recover deleted tables from the source database.
    17. Snapshots cannot be created for the model, master, resourcedb or tempdb database
    18. Database snapshots have no relation to the concepts of snapshot backups, snapshot isolation of transactions or snapshot replication.
    19. We cannot backup, restore, attach or detach an snapshot database.
    20. FILESTREAM datatype is not supported by database snapshots.
    21. With the introduction of ALWAYSON technologies in SQL Server 2012, snapshots cannot be created on the databases part of availability groups.
    22. NOTE: Please DONOT use Database snapshots as a replacement for backups. The usual backup strategies must be done and in place.

    Thanks for reading this far. Feel free to drop a comment to tell us if you have used the database snapshot feature in your production environments.

    Continue reading...


     

    SQL Server: Database Page Basics November 22nd, 2012

    Vinod Kumar

    As you have been reading multiple posts around the database fundamentals topic in the past few weeks. Here is yet another post that will discuss around the basics of SQL Server Database Pages concept. I have seen there are many junior DBA’s who come from other platforms and ask what is a page, why is it restrictive, Is there a way to configure, are there optimizations I need to be aware etc. For most part the answer to this question is – there is hardly anything we can configure as parameters, but there is a reason why one must learn why SQL Server uses these defaults, what are the nuances we need to be aware and how can we understand the inner working. In this post, we just take a look at the basics of what constitute a database page and what are the various functions of each of these page types. This is not exhaustive, but still the learning can never stop right :).

    1. Logical pages are 8KB in size by design and default.
    2. The pages are numbered sequentially from 0 to N in each file, while the size of the file decides the number of pages that it contains.
    3. SQL Server can identify any page using the database-id, file-id and page-number combination. Many times there are error messages with this nomenclature for reference.
    4. With all math done, it means SQL Server has 128 pages per MB.
    5. When new space is allocated to a file because of expanding file, the first page of the newly created space is page# is N + 1.
    6. Though shrinking removes pages, SQL Server also ensures page numbers within a file are always contiguous.

    SPACE ALLOCATIONS

    1. Space in a database file is managed in units called extents.
    2. Extent is made up of 8 logically contiguous pages therefore having a capacity of 64KB.
    3. 96 byte of each page is allocated for header information such as what type of page, amount of free space on page, object owing it etc.
    4. Post the header information is the data rows placed serially.
    5. Bottom of the page contains a row offset – there is one entry for every row inside that page and its offset from the start of the page.
    6. Row Offsets are in reverse sequence from the sequence of the rows.
    7. Maximum amount of data that one can store in a single row is 8060 bytes. Whenever we are able to fit the rows in this limit – it is called In-Row Data.
      1. From SQL 2008, the page restriction has been relaxed with an concept called as Row-Overflow Data. Read more from MSDN.
    8. SQL Server doesn’t allocate entire extents to tables which have small amounts of data.
    9. Extents are of 2 Types:
      1. Uniform extents: As name suggests it is owned by a single object; all eight pages in the extent can be used only by this single object
      2. Mixed extents: These are shared between objects. Up to eight objects can share an extent (a.k.a each object using a single page)
    10. Whenever a new table or index needs allocation it is given a mixed extents; when the table or index grows to eight pages, future allocations can use uniform extents. Between versions of SQL Server the # of pages post which uniform extents are given may vary.
    11. If a table or index needs more space and is still less than 8 pages total, SQL Server must find a mixed extent with space available, else if it is 8 pages or larger, uniform extents are located.
    12. When there is no mixed extents with free space, a new extent marked as mixed extent is allocated and SGAM updated accordingly.
    13. Basic Page Layouts:
      1. Page 0 is the File Header
      2. Page 1 is the Page Free Space (PFS)
      3. Page 2 is GAM
      4. Page 3 is SGAM
      5. Page 6 is Differential Changed Map (DCM)
      6. Page 7 is Bulk Changed Map (BCM)
    14. 2 special types of pages to record which extents have been allocated and what type it is being use for:
      1. Global Allocation Map (GAM) pages (always on page 2)

        1. These pages record which extents have been allocated for any type of use.
        2. GAM has a bit to indicate value 0 means in use and 1 means free extent.
        3. After header and other overhead are accounted, there are 8000 bytes or 64000 bits to cover 64000 extents.
        4. Each GAM page covers 4 GB of data and a GAM page exists in a file for every 4 GB of file size.
      2. Shared Global Allocation Map (SGAM) pages (always on page 3)
        1. Record which extents are currently used as mixed events and have at least one unused page.
        2. Similar to GAM, it covers 64000 extents every 4GB of data.
        3. Has a bit for each extent in the interval it covers: 1 if the extent is being used a mixed extent and has free pages, 0 if the extent isn’t being used a mixed extent or it’s a mixed extent with no free pages

    Index Allocation Maps (IAM)

    1. Any structure of data or index needs an IAM page.
    2. IAM pages keep track of the extents in a 4 GB section of a database file.
    3. An allocation unit is a set of pages belonging to a single partition in a table or index. The pages of can be of three storage types:
      1. Pages with regular in-row data
      2. Pages with Large Object (LOB) data
      3. Pages with row-overflow data
    4. IAM page contains a 96 byte page header, followed by IAM header which contains 8 page-pointer slots.
    5. IAM pages contain a set of 8 bits that map a range of extents onto a file. The IAM header has the address of the first extent in the range mapped by the IAM.
    6. A bit in the IAM bitmap represents an extent in the range: 1 means extent is allocated to the object owning the IAM, 0 means the extent isn’t allocated to the object owning the IAM.
    7. IAMs are allocated as needed for each object. Each of the IAM covers a possible range of 512,000 pages.

    Misc. Notes

    1. PFS (page 1) – keeps track of how each particular page in a file is used.
    2. PFS also tracks if the page is empty, 1 to 50 percent full, 51 to 80 percent full, 81 to 95 percent full or 96 to 100 percent full.
    3. There is a PFS page approximately 8,000 pages in size after the first PFS page.
    4. Differential Changed Map (DCM page 6) – keeps track of which extents in a file have been modified since the last full database backup.
    5. Bulk Changed Map (BCM page 7)- is used when a page in a file is in a minimally or bulk-logged operation.
    6. Like the GAM and SGAM pages, DCM and BCM pages have 1 bit for each extent in the section of the file they represent.
    7. There is a GAM page 64,000 extents after the first GAM page on page 2 and another SGAM page 64,000 extents after the first SGAM page on page 3.
    8. Log files donot have the concepts of pages, they are a series of log entries written sequentially.
    9. In the previous versions the text, ntext and image data are stored in separate pages and are not inside the Data pages.

    I think I have touched most parts of how database pages exist inside SQL Server. Though there are even more subtle nuances on the page functioning, we will keep it outside of this post for later. Please refer to MSDN BOL for more information on the page architectures.

    Continue reading...


     

    SQL Server: Database Basics November 19th, 2012

    Vinod Kumar

    Database learning can never stop. Based on the previous posts on the basics I saw few comments asking to cover some of the basics in a one liner mode. In this blog post, we will talk about the database fundamentals of system DB’s, what are the DB files and what are the filegroups. I get an opportunity to talk to a lot of developers who come from the compete platform and are often asking these fundamental and basic questions. I am sure this blog post will help them understand these fundamentals.

    System Databases

    1. Master: composed of system tables that keep track of server installation as a whole and all other databases that are eventually created. Master DB has system catalogs that keep info about disk space, file allocations and usage, configuration settings, endpoints, logins, etc.
    2. Model: template database. Gets cloned when a new database is created. Any changes that one would like be applied by default to a new database should be made here
    3. Tempdb: re-created every time SQL Server instance is restarted. Holds intermediate results created internally by SQL Server during query processing and sorting, maintaining row versions, etc. Recreated from the model database. Sizing and configuration of tempdb is critical for SQL Server performance.
    4. Resource [hidden database]: stores executable system objects such as stored system procedures and functions. Allows for very fast and safe upgrades.
    5. MSDB: used by the SQL Server Agent service and other companion services. Used for backups, replication tasks, Service Broker, supports jobs, alerts, log shipping, policies, database mail and recovery of damaged pages.

    Database Files

    1. Primary data files: every database must have at least one primary data file that keeps track of all the rest of the files in the database. Has the extension .mdf.
    2. Secondary data files: a database may have zero or more secondary data files. Has the extension .ndf.
    3. Log files: every database has at least one log file that contains information necessary to recover all transactions in a database. Has the extension .ldf.

    Creating a Database

    1. New user database files must be at least 3 MB or larger including the transaction log
    2. The default size of the data file is the size of the primary data file of the model database (2 MB) and the default size of the log file is 0.5 MB
    3. If LOG ON is not specified but data files are specified during a create database, the size of the log file is 25% of the sum of the sizes of all the data files.

    Expanding or Shrinking a Database

    1. Automatic File Expansion:
    1. The file property FILEGROWTH determines how automatic expansion happens
    2. File property MAXSIZE sets the upper limit on the size
  • Manual File Expansion: use the ALTER DATABASE command with the MODIFY FILE option to change the SIZE property to increase the database file size
  • Fast File Initialization: adds space to the data file without filling the newly added space with zeros. New disk content is overwritten as new data is written to the files. Security is managed through Windows security setting SE_MANAGE_VOLUME_NAME
  • Automatic Shrinkage:
    1. Same as doing DBCC SHRINKDATABASE (dbname, 25). Leave 25 % free space in the database after the shrink
    2. Thread performs autoshrink as often as 30 minutes, very resource intensive
  • Manual Shrinkage: use DBCC SHRINKDATABASE if you want to shrink.
  • I highly recommend not to shrink the database.
  • Filegroups

    1. Can group data files for a database into filegroups for allocation and administration purposes.
    2. Improves performance by controlling the placement of data and indexes into specific filegroups on specific drives or volumes.
    3. Filegroup containing the primary data file is called the primary filegroup, there is only one primary filegroup.
    4. Default filegroup: there is at least one filegroup with the property of DEFAULT, can be changed by DBA.
    5. Use cases when -not- to use filegroups:
    1. DBA might decide to spread out the I/O for a database: easiest way is to create a database file on a RAID device.
    2. DBA might want multiple files, perhaps to create a database that uses more space than is available on a single drive: can be accomplished by doing CREATE DATABASE with a list of files on separate drives
  • Use cases when you want to use filegroups:
    1. DBA might want to have different tables assigned to different drives or to use the table and index partitioning feature in SQL Server.
  • Benefits:
    1. Allows backup of parts of the database.
    2. Table is created on a single filegroup, allows for backup of critical tables by backing up selected filegroups.
    3. Same for restoration. Database can be online as soon as primary filegroup is restored, but only objects on the restored filegroups will be available.

    Given the nature of content, also look at the other topics we have discussed before.

    Concurrency Basics

    Locking Basics

    Transaction Log Basics

    Thanks for reading this far. Feel free to pass your comments too.

    Continue reading...


     

    SQL Server: Locking basics November 15th, 2012

    Vinod Kumar

    The learning journey can never stop. As we learn the basic building blocks of SQL Server there is always a need to do refreshers. This blog is on the same lines. I would urge you to read the Blog around Concurrency over at Pinal’s site and then continue the reading below because the basics of Locking is incomplete if we don’t understand what are the concurrency basics. Just like you have traffic signals that regulates traffic to make sure there are no grid locks or long waits for commuters. The parallel lanes for traffic is synonymous to concurrency. SQL Server uses locks as an mechanism to bring the consistency at the same time build the concurrency for the system. Locks are inevitable in any database world and those are also fundamental building blocks.

    1. Locks are applied in both optimistic and pessimistic concurrency models.
    2. Locking is used for maintaining consistency for concurrent transactions.
    3. Read operations acquire shared locks, exclusive locks by write operations while update locks are got during initial portion of an update operation when SQL Server is searching for the data to update.
    4. SQL Server releases locks automatically and manages compatibility between various locking modes, resolves deadlocks and lock escalations are done to reduce overheads.
    5. SQL Server controls locks on tables, on the pages of the table, on index keys and on individual rows of data based on the operation done.

    Lock Modes

    1. Shared Locks
      1. Automatically acquired while reading data.
      2. This lock can be on a page, table, index key or individual row based on the isolation level.
      3. Multiple processes can hold shared locks on the same data and read from it too.
      4. No other process can get an exclusive lock on data that has a shared lock. Neither can a process acquire a shared lock when there is an exclusive lock already on the table.
      5. Shared locks are not held for the whole duration of read in the default isolation level.
    2. Exclusive Locks
      1. This lock is acquired on data when modifications are done by DML statements like INSERT, UPDATE or DELETE operation.
      2. At any point in time exclusive locks can be held by only one process.
      3. In an exclusive locking mode no other process can take locks in this process.
      4. Exclusive locks are taken for the duration of the transaction length as the process can either commit or rollback.
    3. Update Locks
    1. This is an hybrid of exclusive and shared locks.
    2. This lock is taken when SQL Server searches the table to find the resource that needs to be modified.
    3. This can also be initiated using using query hints. It is desirable not to use the same.
    4. Even in this lock, it is not the sufficient level to change data. SQL Server must take exclusive lock to modify data.
    5. Used as an intermediate lock before escalating to exclusive locks.
  • Intent Locks
    1. As the name suggests is a pre-qualifiers to shared/update/exclusive locks.
    2. Since SQL Server can acquire locks at different levels, before the process completes or the statements completes SQL Server might want to know if locks are already acquired.
    3. This is an intermediate locking state and not to be confused as a separate locking mode.
  • Special Lock Modes
    1. Schema stability locks – at the time of compilations, this lock makes sure that no other process is modifying the schema of the underlying objects.
    2. Schema modification locks – acquired when a table’s structure is being modified.
    3. Bulk update locks – locks taken for BULK INSERT command or bcp utility operation. This lock can also be turned on using the table hints.
  • Conversion Locks
    1. As the name suggests, this lock happens during a conversion from one mode to another. There are three types SIX, SIU, UIX where SIX is the most common and the details are below.
  • Key-Range Locks
    1. Locks taken in serializable isolation level for locking ranges of data.
    2. Can be taken only on keys.
  • Let us look at the common abbreviation and locking mode descriptions:

    1. S – Shared: Allows processes to read concurrently but cannot change the resource locked.
    2. X – Exclusive: Prevents processes from modifying or reading data in the data.
    3. U – Update: Prevents external processes from acquiring an update or exclusive lock.
    4. IS – Intent shared: Acquired when resource is locked with a shared lock.
    5. IU – Intent update: Acquired when the resource is locked with an update lock.
    6. IX – Intent exclusive: Acquired when the resource is locked with an exclusive lock.
    7. SIX – Shared with intent exclusive: Shows that a shared lock pages have either a page or row with exclusive locks.
    8. SIU – Shared with intent update: Shows that a shared lock pages have either a page or row with an update lock.
    9. UIX – Update with intent exclusive: Shows that a update lock pages have either a page or row with exclusive locks.
    10. Sch-S – Schema stability: Used to show a query using the object is being compiled at that moment.
    11. Sch-M – Schema modification: Used to indicate the table’s structure is being updated at this moment.
    12. BU – Bulk update: Lock acquired when bulk copy operation (like bcp) is copying data into a table.

    Lock Granularity

    1. SQL Server can lock resources at the table, page, partition or row level.
    2. If locks are escalated, SQL Server can also lock a single partition of a table or index.
    3. SQL Server can also lock index keys and ranges of index keys if needed.
    4. DMV sys.dm_tran_locks view keeps track of each lock and contains information about the resource which is locked and an identifier for the specific resource

    Key Locks

    1. SQL Server use of key locks depends on the isolation level of the transaction.
    1. If isolation level is Read Committed, Repeatable Read or Snapshot, SQL Server locks the actual index keys accessed while processing the query.
    2. If isolation level is serializable, to counter phantoms reads, key-range locks are acquired for the range of values queried.
    3. Incase of tables with clustered index, leaf node contains the data and hence the locks are acquired at this level.
  • There are 9 types of key-range locks:
    1. RangeS-S
    2. RangeS-U
    3. RangeIn-Null
    4. RangeX-X
    5. RangeIn-S
    6. RangeIn-U
    7. RangeIn-X
    8. RangeX-S
    9. RangeX-U 

    Other Locking Assets

    1. We saw locks on objects, pages, keys, partitions and rows. Three are other SQL Server can lock too.
    2. Extents are units of 64KB disk space that can be locked. This is a special type of lock that is taken when an object needs to expand and a new extent is allocated.
    3. Generally connections hold a lock on at least one database object and will have resource_type = DATABASE at a minimum running in the session.
    4. You occasionally have locks on individual partitions, indicated in the lock metadata as HOBT locks. Occurs when locks are escalated and escalation to that partition level is allowed

    Lock Duration

    1. The length of time that a lock is held depends primarily on the mode of the lock and transaction isolation level in effect.
    2. Shared locks in Read Committed and Snapshot isolation levels are released as soon as SQL Server has read and processed the locked data
    3. Shared locks behave the same as exclusive locks in Repeatable Read and Serializable isolation levels – they are not released until the end of the transaction
    4. Update locks are also held until the end of the transaction unless it has been promoted to an exclusive lock in which case it behaves like the exclusive lock

    Lock Ownership

    1. Lock duration is directly affected by lock ownership
    2. Ownership == scope of the lock
    3. Four types of lock scopes
      1. Transactions – Durations depend on isolation level and lock mode (shared locks and update/exclusive locks)
      2. Cursors – requested explicitly when a cursor is declared. If a cursor is opened using a locking mode of SCROLL_LOCKS, a cursor lock is held on every row fetched until the next row is fetched or the cursor is closed. Even if the transaction commits before the next fetch, the cursor lock is not released
      3. Transaction_Workspaces – acquired every time a database is accessed and the resource associated with these locks is always a database. A workspace holds database locks for sessions – usually there is one workspace per session and all DATABASE locks acquired in the session are kept in the same workspace object. In distributed transactions, multiple sessions are enlisted into the same workspace so they share the database locks
      4. Sessions – must be requested explicitly using the sp_getapplock procedure, and apply only to APPLICATION locks. Its duration is until the session disconnects or the lock is released explicitly

    Thanks for reading this far. I know there is more to learn and write like Lock Timeout, Locking Hints, Version Stores, Snapshot Isolation Level, Row Versioning, Deadlocks, Lock Escalations, Row-level Locking and Page-level Locking, Lock Blocks, internal locking etc !!! I will surely keep you posted similarly in future.

    Continue reading...