﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Programming / XML  / How to delete multiple records from SQL Server database using a single updategram / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 09:52:43 GMT</lastBuildDate><ttl>20</ttl><item><title>How to delete multiple records from SQL Server database using a single updategram</title><link>http://www.sqlservercentral.com/Forums/Topic1370269-21-1.aspx</link><description>Hi thereMy database table is as below with two columns and with no primary keyEmployee (EmpNo, IsDummy)eg.1,Y2,Y3,N4,N5,YMy updategram is as below&amp;lt;SendRequest xmlns:updg="urn:schemas-microsoft-com:xml-updategram"&amp;gt;  &amp;lt;updg:sync&amp;gt;    &amp;lt;before&amp;gt;      &amp;lt;Employee IsDummy="N" /&amp;gt;    &amp;lt;/before&amp;gt;  &amp;lt;/updg:sync&amp;gt;&amp;lt;/SendRequest&amp;gt;Now I want this updategram to delete all records where IsDummy=N.Please find me the best way to do it as I have been trying to achieve it for long time.Thanks</description><pubDate>Tue, 09 Oct 2012 03:48:30 GMT</pubDate><dc:creator>manibest</dc:creator></item></channel></rss>