<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for SQL and IT Tutorials	</title>
	<atom:link href="https://expert-only.com/en/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://expert-only.com/en/</link>
	<description></description>
	<lastBuildDate>Wed, 13 Mar 2024 10:18:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on Windows update error 0x80070643 recovery partition too small by Expert-Only		</title>
		<link>https://expert-only.com/en/windows/windows-10-update-error-0x80070643-partition-too-small/#comment-1532</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Sun, 14 Jan 2024 15:18:41 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=29480#comment-1532</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://expert-only.com/en/windows/windows-10-update-error-0x80070643-partition-too-small/#comment-1531&quot;&gt;douglas hunt&lt;/a&gt;.

Hi, Yes indeed it was just an example.

Just reworked the full article to be more explicit with real sizes! Juste had to resize as the old partitions were.
I just fixed my laptop before creating the blog post, I had indeed around 750 Mb. I&#039;m running Windows 10 Pro and it is also an i5.

After deleting the recovery partition and/or having a partition larger than 1Gb, the update is working smoothly again.

To answer the second question, you would need to install a third party software, using only the disk management it is not possible to create ESP partitions. 
You can download and install the &lt;a href=&quot;https://www.diskpart.com/download.html&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;AOMEI Partition Assistant 10.2.2 free version&lt;/a&gt; software to make it using a GUI. Or you can use and adapt the diskpart commands.

Hope it helps.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://expert-only.com/en/windows/windows-10-update-error-0x80070643-partition-too-small/#comment-1531">douglas hunt</a>.</p>
<p>Hi, Yes indeed it was just an example.</p>
<p>Just reworked the full article to be more explicit with real sizes! Juste had to resize as the old partitions were.<br />
I just fixed my laptop before creating the blog post, I had indeed around 750 Mb. I&#8217;m running Windows 10 Pro and it is also an i5.</p>
<p>After deleting the recovery partition and/or having a partition larger than 1Gb, the update is working smoothly again.</p>
<p>To answer the second question, you would need to install a third party software, using only the disk management it is not possible to create ESP partitions.<br />
You can download and install the <a href="https://www.diskpart.com/download.html" target="_blank" rel="noopener nofollow ugc">AOMEI Partition Assistant 10.2.2 free version</a> software to make it using a GUI. Or you can use and adapt the diskpart commands.</p>
<p>Hope it helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Windows update error 0x80070643 recovery partition too small by douglas hunt		</title>
		<link>https://expert-only.com/en/windows/windows-10-update-error-0x80070643-partition-too-small/#comment-1531</link>

		<dc:creator><![CDATA[douglas hunt]]></dc:creator>
		<pubDate>Fri, 12 Jan 2024 18:34:09 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=29480#comment-1531</guid>

					<description><![CDATA[was this just an example? your partition shows 1gb already and most reports indicate 750mb should be sufficient ?
I have several laptops that are failing with the 0x80070643 error and their WinRE partitions are 544mb / 640mb / 522mb.
they are all core2duo based.
I have one with 577mb WinRE partition that updated correctly, it was I5 based.
All of these laptops were fresh Win7 updated to Win10 or Win10 installs  [ non oem ] with similar sized WinRE partitions.
Is it possible to use the win disk mgmt to shrink the &quot;C&quot; volume and then extend the WinRE volume?
not much on them, all were strays that I rehabbed with SSD&#039;s and more RAM.]]></description>
			<content:encoded><![CDATA[<p>was this just an example? your partition shows 1gb already and most reports indicate 750mb should be sufficient ?<br />
I have several laptops that are failing with the 0x80070643 error and their WinRE partitions are 544mb / 640mb / 522mb.<br />
they are all core2duo based.<br />
I have one with 577mb WinRE partition that updated correctly, it was I5 based.<br />
All of these laptops were fresh Win7 updated to Win10 or Win10 installs  [ non oem ] with similar sized WinRE partitions.<br />
Is it possible to use the win disk mgmt to shrink the &#8220;C&#8221; volume and then extend the WinRE volume?<br />
not much on them, all were strays that I rehabbed with SSD&#8217;s and more RAM.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Split Delimited String into One Column in SQL Server ? by Expert-Only		</title>
		<link>https://expert-only.com/en/t-sql/how-to-split-delimited-string-into-one-column-in-sql-server/#comment-1530</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 10:04:44 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=7019#comment-1530</guid>

					<description><![CDATA[Update: Moved the second part with multiple columns in target to a dedicated blog post:  https://expert-only.com/en/t-sql/split-text-into-columns-sql-server/]]></description>
			<content:encoded><![CDATA[<p>Update: Moved the second part with multiple columns in target to a dedicated blog post:  <a href="https://expert-only.com/en/t-sql/split-text-into-columns-sql-server/" rel="ugc">https://expert-only.com/en/t-sql/split-text-into-columns-sql-server/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Zip files with SSIS and 7zip by Expert-Only		</title>
		<link>https://expert-only.com/en/ssis/zip-files-with-ssis/#comment-1529</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Fri, 03 Nov 2023 13:22:31 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=14937#comment-1529</guid>

					<description><![CDATA[Hi Fabian,
I translate to English as the original article is in English: 
&quot;Hi, I have a question, how would it be if while I&#039;m compiling I delete the .bak or another forech (foreach i suppose) that when I finish I delete the .bak.&quot;
I do not understand exactly the question, I suppose you are deleting .bak database backup files using a ForEach loop. But it is recommended to deleted them in the loop and to do not access them during the delete. Otherwise you will have read access errors.
Let me know if that help you. You can detail the use case.
Y.]]></description>
			<content:encoded><![CDATA[<p>Hi Fabian,<br />
I translate to English as the original article is in English:<br />
&#8220;Hi, I have a question, how would it be if while I&#8217;m compiling I delete the .bak or another forech (foreach i suppose) that when I finish I delete the .bak.&#8221;<br />
I do not understand exactly the question, I suppose you are deleting .bak database backup files using a ForEach loop. But it is recommended to deleted them in the loop and to do not access them during the delete. Otherwise you will have read access errors.<br />
Let me know if that help you. You can detail the use case.<br />
Y.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Zip files with SSIS and 7zip by Fabian		</title>
		<link>https://expert-only.com/en/ssis/zip-files-with-ssis/#comment-1528</link>

		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 19:29:49 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=14937#comment-1528</guid>

					<description><![CDATA[Hola una consulta como seria si mientras voy compriendo voy eliminando los .bak u otro forech que cuando termine elimine los .bak]]></description>
			<content:encoded><![CDATA[<p>Hola una consulta como seria si mientras voy compriendo voy eliminando los .bak u otro forech que cuando termine elimine los .bak</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SQL Server UNPIVOT Example by Expert-Only		</title>
		<link>https://expert-only.com/en/t-sql/sql-server-unpivot/#comment-1524</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Thu, 02 Mar 2023 17:28:41 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=9107#comment-1524</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://expert-only.com/en/t-sql/sql-server-unpivot/#comment-1523&quot;&gt;waffles&lt;/a&gt;.

Thanks for the comment. I hope it helps, the syntax is a bit uncommon.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://expert-only.com/en/t-sql/sql-server-unpivot/#comment-1523">waffles</a>.</p>
<p>Thanks for the comment. I hope it helps, the syntax is a bit uncommon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SQL Server UNPIVOT Example by waffles		</title>
		<link>https://expert-only.com/en/t-sql/sql-server-unpivot/#comment-1523</link>

		<dc:creator><![CDATA[waffles]]></dc:creator>
		<pubDate>Wed, 15 Feb 2023 03:25:18 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=9107#comment-1523</guid>

					<description><![CDATA[Finally a solid unpivot example that includes headers, thank you!]]></description>
			<content:encoded><![CDATA[<p>Finally a solid unpivot example that includes headers, thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Work with SQL Server using Python and pyodbc by Expert-Only		</title>
		<link>https://expert-only.com/en/python/work-with-sql-server-using-python/#comment-1522</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Mon, 13 Feb 2023 09:01:33 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=21691#comment-1522</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://expert-only.com/en/python/work-with-sql-server-using-python/#comment-1521&quot;&gt;Dragan Panic&lt;/a&gt;.

Hi Dragan, to connect to your database, certainly a MySQL database you can use your hosting provider access to PHPMyAdmin, or using the Wordpress API.

Here you can find a tutorial to connect and to create a MySQL table using PHPMyAdmin: https://expert-only.com/en/mysql/create-table-mysql-with-primary-key/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://expert-only.com/en/python/work-with-sql-server-using-python/#comment-1521">Dragan Panic</a>.</p>
<p>Hi Dragan, to connect to your database, certainly a MySQL database you can use your hosting provider access to PHPMyAdmin, or using the WordPress API.</p>
<p>Here you can find a tutorial to connect and to create a MySQL table using PHPMyAdmin: <a href="https://expert-only.com/en/mysql/create-table-mysql-with-primary-key/" rel="ugc">https://expert-only.com/en/mysql/create-table-mysql-with-primary-key/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Work with SQL Server using Python and pyodbc by Dragan Panic		</title>
		<link>https://expert-only.com/en/python/work-with-sql-server-using-python/#comment-1521</link>

		<dc:creator><![CDATA[Dragan Panic]]></dc:creator>
		<pubDate>Sun, 12 Feb 2023 20:05:26 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=21691#comment-1521</guid>

					<description><![CDATA[How do I connect to my Wordpress database on my live site on Internet?]]></description>
			<content:encoded><![CDATA[<p>How do I connect to my WordPress database on my live site on Internet?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to Split Delimited String into One Column in SQL Server ? by Expert-Only		</title>
		<link>https://expert-only.com/en/t-sql/how-to-split-delimited-string-into-one-column-in-sql-server/#comment-1518</link>

		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 11:08:52 +0000</pubDate>
		<guid isPermaLink="false">https://expert-only.com/?p=7019#comment-1518</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://expert-only.com/en/t-sql/how-to-split-delimited-string-into-one-column-in-sql-server/#comment-1517&quot;&gt;BeeSee&lt;/a&gt;.

Hi Beesee,
Thank you for the remark, indeed, it was splitting the string into rows, the title was generic and the goal was to be able to do on multiple columns. 
The title is more explicit now and we added a paragraph on how to display each value in a separate column,
The expert-only team.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://expert-only.com/en/t-sql/how-to-split-delimited-string-into-one-column-in-sql-server/#comment-1517">BeeSee</a>.</p>
<p>Hi Beesee,<br />
Thank you for the remark, indeed, it was splitting the string into rows, the title was generic and the goal was to be able to do on multiple columns.<br />
The title is more explicit now and we added a paragraph on how to display each value in a separate column,<br />
The expert-only team.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
