<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Indexes on Sysads Gazette</title><link>https://sysads.co.uk/tag/indexes/</link><description>Recent content in Indexes on Sysads Gazette</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>&amp;copy; 2023. All rights reserved.</copyright><lastBuildDate>Fri, 03 May 2013 09:05:00 +0000</lastBuildDate><atom:link href="https://sysads.co.uk/tag/indexes/index.xml" rel="self" type="application/rss+xml"/><item><title>Error: Cannot use the ROW granularity hint on the table because locking at the specified granularity is inhibited</title><link>https://sysads.co.uk/2013/05/03/error-row-granularity-hint-table-xxx-locking-granularity-inhibited/</link><pubDate>Fri, 03 May 2013 09:05:00 +0000</pubDate><guid>https://sysads.co.uk/2013/05/03/error-row-granularity-hint-table-xxx-locking-granularity-inhibited/</guid><description>[sourcecode language=”sql”]
SELECT name indexname
FROM sys.indexes
WHERE object_id = object_id(‘XYZTable’) AND
allow_row_locks = 0 AND allow_page_locks = 0
[/sourcecode]</description></item></channel></rss>