<?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>Tips &amp; Tricks &#8211; Database Math </title>
	<atom:link href="https://databasemath.com/category/rdbms/mssql/tips-n-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://databasemath.com</link>
	<description>Database mathematics and more pragmatic information.</description>
	<lastBuildDate>Thu, 01 Jul 2021 21:27:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0</generator>
	<item>
		<title>MSSQL Server Connectivity: UDL Test</title>
		<link>https://databasemath.com/2021/06/29/mssql-server-connectivity-udl-test/</link>
					<comments>https://databasemath.com/2021/06/29/mssql-server-connectivity-udl-test/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Tue, 29 Jun 2021 19:43:31 +0000</pubDate>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[local server]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[SQL Connectivity]]></category>
		<category><![CDATA[test connection]]></category>
		<category><![CDATA[udl]]></category>
		<category><![CDATA[udl test]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=279</guid>

					<description><![CDATA[The &#8220;UDL Test&#8221; is a quick, easy, and flexible way to test connectivity to Microsoft SQL Server using a variety of installed providers/drivers using either Windows or SQL Authentication. To get started, simply create a new text file on your desktop and give it a name: Change the file extension to udl: You will get &#8230; <a href="https://databasemath.com/2021/06/29/mssql-server-connectivity-udl-test/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL Server Connectivity: UDL Test"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/06/29/mssql-server-connectivity-udl-test/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MSSQL SERVER: Backup and Restore to Network Path Using XP_CMDSHELL</title>
		<link>https://databasemath.com/2021/05/10/mssql-server-backup-and-restore-to-network-path-using-xp_cmdshell/</link>
					<comments>https://databasemath.com/2021/05/10/mssql-server-backup-and-restore-to-network-path-using-xp_cmdshell/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Mon, 10 May 2021 18:40:34 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[network drive]]></category>
		<category><![CDATA[network path]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[xp_cmdshell]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=220</guid>

					<description><![CDATA[There might be times that you need to backup or restore databases in MSSQL Server to a network location. Out of the box, this isn&#8217;t the easiest thing to do. So I will show you the steps you can take to successfully backup and restore databases to and from network mapped drives. Start by mounting &#8230; <a href="https://databasemath.com/2021/05/10/mssql-server-backup-and-restore-to-network-path-using-xp_cmdshell/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL SERVER: Backup and Restore to Network Path Using XP_CMDSHELL"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/05/10/mssql-server-backup-and-restore-to-network-path-using-xp_cmdshell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MSSQL SERVER: Create an Extended Event Session with a &#8220;NOT LIKE&#8221; filter criteria on sql_statement_completed</title>
		<link>https://databasemath.com/2021/04/23/mssql-server-create-an-extended-event-session-with-a-not-like-filter-criteria-on-sql_statement_completed/</link>
					<comments>https://databasemath.com/2021/04/23/mssql-server-create-an-extended-event-session-with-a-not-like-filter-criteria-on-sql_statement_completed/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 05:59:08 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Extended Events]]></category>
		<category><![CDATA[filter criteria]]></category>
		<category><![CDATA[like_i_sql_unicode_string]]></category>
		<category><![CDATA[not like]]></category>
		<category><![CDATA[sql_statement_completed]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=198</guid>

					<description><![CDATA[As of the writing of this post, when creating extended events sessions in SQL Server Management Studio (SSMS), on the&#160;Set Session Event Filters&#160;page of the&#160;New Session Wizard, there is an option to include events that are like a specified value (using the&#160;like_i_sql_unicode_string&#160;operator) but there is not currently anything in the GUI to EXCLUDE queries that &#8230; <a href="https://databasemath.com/2021/04/23/mssql-server-create-an-extended-event-session-with-a-not-like-filter-criteria-on-sql_statement_completed/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL SERVER: Create an Extended Event Session with a &#8220;NOT LIKE&#8221; filter criteria on sql_statement_completed"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/04/23/mssql-server-create-an-extended-event-session-with-a-not-like-filter-criteria-on-sql_statement_completed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MSSQL SERVER: ERROR: CREATE TABLE permission denied in database &#8216;tempdb&#8217;</title>
		<link>https://databasemath.com/2021/04/23/mssql-server-error-create-table-permission-denied-in-database-tempdb/</link>
					<comments>https://databasemath.com/2021/04/23/mssql-server-error-create-table-permission-denied-in-database-tempdb/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 05:46:34 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[tempdb]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=193</guid>

					<description><![CDATA[I was recently working with a client that was periodically but inconsistently getting a strange error when one of their SQL Server Agent jobs ran: ERROR: CREATE TABLE permission denied in database 'tempdb' Why is this error confusing? Well, at a minimum every database and every user has at least the public role. The public &#8230; <a href="https://databasemath.com/2021/04/23/mssql-server-error-create-table-permission-denied-in-database-tempdb/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL SERVER: ERROR: CREATE TABLE permission denied in database &#8216;tempdb&#8217;"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/04/23/mssql-server-error-create-table-permission-denied-in-database-tempdb/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MSSQL Server: Opening the Required Firewall Ports</title>
		<link>https://databasemath.com/2021/03/26/mssql-server-opening-the-required-firewall-ports/</link>
					<comments>https://databasemath.com/2021/03/26/mssql-server-opening-the-required-firewall-ports/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Fri, 26 Mar 2021 19:20:17 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=183</guid>

					<description><![CDATA[Firewalls are obviously a very important and fundamental part of network security. However, that doesn&#8217;t make them any less annoying when you&#8217;re working in development or just trying to learn the nitty gritty. You may be tempted to just disable the firewall. This will work and you&#8217;ll be on your merry way but you&#8217;ve learned &#8230; <a href="https://databasemath.com/2021/03/26/mssql-server-opening-the-required-firewall-ports/" class="more-link">Continue reading<span class="screen-reader-text"> "MSSQL Server: Opening the Required Firewall Ports"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/03/26/mssql-server-opening-the-required-firewall-ports/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
