<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tips and Trix on My New Hugo Site</title>
    <link>https://sqltools.se/tips-and-trix/index.html</link>
    <description>Recent content in Tips and Trix on My New Hugo Site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 17 Dec 2022 19:37:16 +0100</lastBuildDate><atom:link href="https://sqltools.se/tips-and-trix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Delete Many Rows</title>
      <link>https://sqltools.se/tips-and-trix/delete-many-rows/index.html</link>
      <pubDate>Fri, 24 Feb 2023 09:20:46 +0100</pubDate>
      <guid>https://sqltools.se/tips-and-trix/delete-many-rows/index.html</guid>
      <description>Background To delete many rows can be a heavy operation in sql server. It can take a long time and lock a lot of resources. One trick is to delete in chunks lower then 5000, to awoid lock escalation.
Below is two ways to achive this. The first one is quick and easy, it make use of the repeat in the go command. The second is slightly more complicated but is useful to use when you need to schedule it in the agent.</description>
    </item>
  </channel>
</rss>