<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thinknook &#187; SQL Server DBA</title>
	<atom:link href="http://thinknook.com/category/sql-server/sql-server-dba/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Tue, 03 Jun 2014 22:09:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>In-Memory (Memory Optimized) Tables in SQL Server 2014</title>
		<link>http://thinknook.com/in-memory-memory-optimized-tables-and-oltp-with-sql-server-2014-2013-07-12/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-memory-memory-optimized-tables-and-oltp-with-sql-server-2014</link>
		<comments>http://thinknook.com/in-memory-memory-optimized-tables-and-oltp-with-sql-server-2014-2013-07-12/#comments</comments>
		<pubDate>Fri, 12 Jul 2013 01:32:29 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Development]]></category>
		<category><![CDATA[SQL Optimisation]]></category>
		<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[hekaton]]></category>
		<category><![CDATA[in-memory]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[memory tables]]></category>
		<category><![CDATA[memory-optimized]]></category>
		<category><![CDATA[sql 14]]></category>
		<category><![CDATA[sql 2014]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=1147</guid>
		<description><![CDATA[In-Memory storage technology finally make their debut appearance on the SQL Server 2014&#8217;s BI stack, with the creation of a proper memory optimized tables and stored procedures, unlike the Columnstore feature which offers a read-only memory optimized solution, that does not work overly well in a true transactional environment. In this post I hope to [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/in-memory-memory-optimized-tables-and-oltp-with-sql-server-2014-2013-07-12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Grant Execute Permissions on Stored Procedures</title>
		<link>http://thinknook.com/sql-server-grant-execute-permissions-on-stored-procedures-2012-12-09/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-grant-execute-permissions-on-stored-procedures</link>
		<comments>http://thinknook.com/sql-server-grant-execute-permissions-on-stored-procedures-2012-12-09/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 22:30:14 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[grant]]></category>
		<category><![CDATA[sql permissions]]></category>
		<category><![CDATA[sql role]]></category>
		<category><![CDATA[sql security]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=878</guid>
		<description><![CDATA[There are a few ways you could grant a user execution permission on stored procedures, through assigning permissions on different object hierarchies (objects/schema/database) you can control the level of permissions to ensure optimum security and flexibility. This post will go through how to grant SQL Server execution permissions on individual stored procedure objects within a [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/sql-server-grant-execute-permissions-on-stored-procedures-2012-12-09/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Querying the Full-Text Index in SQL Server</title>
		<link>http://thinknook.com/querying-the-full-text-index-in-sql-server-2012-12-05/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=querying-the-full-text-index-in-sql-server</link>
		<comments>http://thinknook.com/querying-the-full-text-index-in-sql-server-2012-12-05/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 07:30:45 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Development]]></category>
		<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[contains]]></category>
		<category><![CDATA[containstable]]></category>
		<category><![CDATA[document search]]></category>
		<category><![CDATA[freetext]]></category>
		<category><![CDATA[freetexttable]]></category>
		<category><![CDATA[full-text]]></category>
		<category><![CDATA[full-text search]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=865</guid>
		<description><![CDATA[SQL Server provides Full-Text search capabilities through it&#8217;s Full-Text Index, a mature document search tool with neat features like thesaurus and stop-word integration as well as some semantic search and keyword extraction features in SQL Server 2012. The Full-Text Index is used through 2 (scalar) functions CONTAINS and FREETEXT, and 2 (table-valued) functions CONTAINSTABLE and [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/querying-the-full-text-index-in-sql-server-2012-12-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Locking Control and Transaction Isolation Levels</title>
		<link>http://thinknook.com/sql-server-locking-control-and-transaction-isolation-levels-2012-12-03/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-locking-control-and-transaction-isolation-levels</link>
		<comments>http://thinknook.com/sql-server-locking-control-and-transaction-isolation-levels-2012-12-03/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 13:10:16 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Optimisation]]></category>
		<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[locking]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[transaction isolation]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=859</guid>
		<description><![CDATA[SQL Server uses two methods to ensure transactional consistency and protects the data that is being accessed, these are Locks and Row-Versioning, these methods ensure that you manage your data concurrency effectively by specifying the level of access other transactions have to the data being processed, the game here is to balance either resources or data integrity against [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/sql-server-locking-control-and-transaction-isolation-levels-2012-12-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job Agent Execution (Run) Timeline Report Graph in SSRS</title>
		<link>http://thinknook.com/job-agent-execution-run-timeline-report-graph-in-ssrs-2012-11-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=job-agent-execution-run-timeline-report-graph-in-ssrs</link>
		<comments>http://thinknook.com/job-agent-execution-run-timeline-report-graph-in-ssrs-2012-11-10/#comments</comments>
		<pubDate>Sat, 10 Nov 2012 13:46:47 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[job agent]]></category>
		<category><![CDATA[job agent schedule]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql agent]]></category>
		<category><![CDATA[sql maintenance]]></category>
		<category><![CDATA[ssrs]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=820</guid>
		<description><![CDATA[Being able to holistically view your SQL Server Job Agent job schedules, how long each job took to run, what other jobs were running at the same time and the status of each job, should be a fundamental part of Job Agent management. In this post I will be briefly introducing the current SSRS reports integrated into [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/job-agent-execution-run-timeline-report-graph-in-ssrs-2012-11-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Query SQL Server Job Agent Execution Information and History</title>
		<link>http://thinknook.com/get-sql-server-job-agent-execution-information-and-history-2012-11-09/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-sql-server-job-agent-execution-information-and-history</link>
		<comments>http://thinknook.com/get-sql-server-job-agent-execution-information-and-history-2012-11-09/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 23:36:41 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[job agent]]></category>
		<category><![CDATA[sql jobs]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[system tables]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=816</guid>
		<description><![CDATA[There are multiple ways to access SQL Job Agent jobs execution statistics, such as: Through SQL Server Management Objects (SMO): which provide a programmatic way of accessing and controlling many SQL Server objects. The Smo.Agent namespace will provide the required objects for accessing job statistics such as the last time each job (or step) ran, the [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/get-sql-server-job-agent-execution-information-and-history-2012-11-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server File Growth Email Notification</title>
		<link>http://thinknook.com/sql-server-file-growth-email-notification-2012-11-05/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-file-growth-email-notification</link>
		<comments>http://thinknook.com/sql-server-file-growth-email-notification-2012-11-05/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 10:00:04 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[default trace]]></category>
		<category><![CDATA[dmv]]></category>
		<category><![CDATA[sql growth]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=794</guid>
		<description><![CDATA[Detecting and reporting when a SQL Server database data or log file experienced a growth operation can be very useful for many reasons, such as: Analyzing and predicting disk space utilization on the server Detecting optimum values to setup for database growth Detecting any long running transactions that causes growth in log or data files. [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/sql-server-file-growth-email-notification-2012-11-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diagnose SQL Server CPU Resource Starvation Issues with Email Alerts</title>
		<link>http://thinknook.com/diagnose-sql-server-cpu-resource-starvation-issues-with-email-alerts-2012-11-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=diagnose-sql-server-cpu-resource-starvation-issues-with-email-alerts</link>
		<comments>http://thinknook.com/diagnose-sql-server-cpu-resource-starvation-issues-with-email-alerts-2012-11-04/#comments</comments>
		<pubDate>Sun, 04 Nov 2012 10:25:56 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[dmv]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=793</guid>
		<description><![CDATA[Diagnosing CPU performance issues with SQL Server can be a bit tricky, particularly if you have a system that exhibit a CPU spikes pattern throughout the day. You could run some SQL DMVs in order to identify holistically how much CPU time each query is consuming, but that does not give you a real-time way [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/diagnose-sql-server-cpu-resource-starvation-issues-with-email-alerts-2012-11-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Identify SQL Server Object Using Resource Page ID</title>
		<link>http://thinknook.com/identify-sql-server-object-using-resource-page-id-2012-06-19/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=identify-sql-server-object-using-resource-page-id</link>
		<comments>http://thinknook.com/identify-sql-server-object-using-resource-page-id-2012-06-19/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 13:35:28 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Optimisation]]></category>
		<category><![CDATA[SQL Server DBA]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=619</guid>
		<description><![CDATA[Sometimes one might like to identify a particular SQL Server resource using the Page ID this resource is under, you might notice a Page ID sometimes on the Activity Monitor page under the Wait Resource column, if a certain query is waiting on a particular resource, some DMVs will reference Page IDs as well as [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/identify-sql-server-object-using-resource-page-id-2012-06-19/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server Query Execution Plan from Cache</title>
		<link>http://thinknook.com/sql-server-query-execution-plan-from-cache-2012-05-29/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-server-query-execution-plan-from-cache</link>
		<comments>http://thinknook.com/sql-server-query-execution-plan-from-cache-2012-05-29/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:46:18 +0000</pubDate>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
				<category><![CDATA[SQL Optimisation]]></category>
		<category><![CDATA[SQL Server DBA]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://thinknook.com/?p=600</guid>
		<description><![CDATA[There are many ways to obtain the execution plan of a SQL Server query, each of which serves a particular purpose, for example if you can run a query easily, then the best way to get an execution plan is to simply enable the execution plan (either through SSMS or SETting the correct session option), [&#8230;]]]></description>
		<wfw:commentRss>http://thinknook.com/sql-server-query-execution-plan-from-cache-2012-05-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-07-07 13:24:00 by W3 Total Cache
-->