<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: KQL Databases. How to keep and reuse easily my queries ? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4358553#M6018</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adittionally, very often I &lt;U&gt;&lt;STRONG&gt;do not&lt;/STRONG&gt;&lt;/U&gt; have the option to save my queries...&lt;/P&gt;&lt;P&gt;Sometimes I can save them as JSON file, but not always...&lt;/P&gt;&lt;P&gt;Any idea why ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omarecd_0-1736502448759.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1224469i4FD31680921126F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="omarecd_0-1736502448759.png" alt="omarecd_0-1736502448759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 09:48:46 GMT</pubDate>
    <dc:creator>omarecd</dc:creator>
    <dc:date>2025-01-10T09:48:46Z</dc:date>
    <item>
      <title>KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4356972#M5991</link>
      <description>&lt;P&gt;Hello team.&lt;BR /&gt;I had all my queries in 1 single tab, I was doing a backup of that tab with all my queries often. Af some point it happened that the queryset appeared empty. Am I doing something wrong ?&lt;/P&gt;&lt;P&gt;Should I go, open that file and do the manual copy/paste of my queries when this happen ? Is there another better way ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Omar C.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:38:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4356972#M5991</guid>
      <dc:creator>omarecd</dc:creator>
      <dc:date>2025-01-09T10:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4358553#M6018</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adittionally, very often I &lt;U&gt;&lt;STRONG&gt;do not&lt;/STRONG&gt;&lt;/U&gt; have the option to save my queries...&lt;/P&gt;&lt;P&gt;Sometimes I can save them as JSON file, but not always...&lt;/P&gt;&lt;P&gt;Any idea why ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omarecd_0-1736502448759.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1224469i4FD31680921126F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="omarecd_0-1736502448759.png" alt="omarecd_0-1736502448759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:48:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4358553#M6018</guid>
      <dc:creator>omarecd</dc:creator>
      <dc:date>2025-01-10T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4358588#M6019</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882320"&gt;@omarecd&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;We are grateful for your participation in the Microsoft Fabric Community forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If your session disconnects or times out, your queries might disappear. To prevent this, save your queries regularly using the &lt;STRONG&gt;Saved Queries&lt;/STRONG&gt; feature in the platform. Use the &lt;STRONG&gt;Saved Queries&lt;/STRONG&gt; feature in Kusto to store your queries directly in the platform, ensuring they’re safe and accessible.&lt;/LI&gt;
&lt;LI&gt;Storing queries in a browser tab can be risky due to cache clearing, accidental refreshes, or crashes. It's a good idea to back up your queries in a text file or a version-controlled system, like Git.&lt;/LI&gt;
&lt;LI&gt;Copying and pasting all your queries into one tab can lead to accidental overwriting or deletion. Organize them into smaller sections or separate files to reduce the risk of losing everything.&lt;/LI&gt;
&lt;LI&gt;Always back up your queries externally in a more permanent location, like a file on your computer or cloud storage, so they’re safe even if something goes wrong.&lt;/LI&gt;
&lt;LI&gt;Consider using &lt;STRONG&gt;Notebooks&lt;/STRONG&gt; to keep your queries organized. It’s a more structured way to manage them and reduces the chances of losing work.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you have any questions, please feel free to reply by looping me. If you found this helpful, kindly &lt;STRONG&gt;mark it as the solution&lt;/STRONG&gt;. A kudos would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Priyanka.&lt;/P&gt;
&lt;P&gt;CST community member.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 10:16:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4358588#M6019</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-01-10T10:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4359192#M6027</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Priyanka.&lt;/P&gt;&lt;P&gt;Thanks for the valuable feedback.&lt;/P&gt;&lt;P&gt;Just to make sure that I understood correctly, what you mentioned "&lt;STRONG&gt;Saved Queries"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;feature in the platform&lt;/SPAN&gt;&amp;nbsp;is what is here reflected as KQL Query set ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omarecd_1-1736528849898.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1224625iD4A103F82030E9DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="omarecd_1-1736528849898.png" alt="omarecd_1-1736528849898.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omarecd_0-1736529060149.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1224629i181D44253B50D991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="omarecd_0-1736529060149.png" alt="omarecd_0-1736529060149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned notebooks. I was thinking that Notebooks were fopr Spark (python, etc) but not for KQL. Can I have a notebook where I write my KQL queryes ? I haven't see this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 17:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4359192#M6027</guid>
      <dc:creator>omarecd</dc:creator>
      <dc:date>2025-01-10T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4724652#M9999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882320"&gt;@omarecd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for using Microsoft Community Forum. Sorry for the late reply!&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;That green box you pointed out is basically where you save and organize your queries. It’s like the platform’s version of “Saved Queries,” so you can keep your work safe and easy to reuse.&lt;/LI&gt;
&lt;LI&gt;Platforms like Azure Data Explorer and Microsoft Fabric let you create notebooks for KQL too. It’s a great way to keep queries, explanations, and visuals all in one spot.&lt;/LI&gt;
&lt;LI&gt;If you don’t see the notebook option, it might just not be enabled for your setup yet. Sometimes it depends on your environment or admin settings.&lt;BR /&gt;&lt;BR /&gt;If this information is helpful, please &lt;STRONG&gt;“Accept as solution”&lt;/STRONG&gt; and give a &lt;STRONG&gt;"kudos"&lt;/STRONG&gt; to assist other community members in resolving similar issues more efficiently.&lt;BR /&gt;Thank you.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 08 Jun 2025 21:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4724652#M9999</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-08T21:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4729863#M10088</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882320"&gt;@omarecd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 09:14:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4729863#M10088</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-12T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4732783#M10166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882320"&gt;@omarecd&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution.&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:55:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/4732783#M10166</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-06-16T04:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: KQL Databases. How to keep and reuse easily my queries ?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/5145762#M15750</link>
      <description>&lt;P&gt;Yes, I am able to see the option to save the query but not sure how to see the saved ones.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maknid_0-1775730832008.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1332817iC34C85AB5D9C919B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maknid_0-1775730832008.png" alt="maknid_0-1775730832008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 10:34:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/KQL-Databases-How-to-keep-and-reuse-easily-my-queries/m-p/5145762#M15750</guid>
      <dc:creator>maknid</dc:creator>
      <dc:date>2026-04-09T10:34:09Z</dc:date>
    </item>
  </channel>
</rss>

