<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Shran</title>
    <link>https://blog.sinzy.net/@shran</link>
    <description>Shran</description>
    <pubDate>Thu, 20 Oct 2016 09:32:43 -0700</pubDate>
    <managingEditor>member@blog.sinzy.net (shran)</managingEditor>
    <language>zh-CN</language>
    <generator>n19 Blog Application v3.8</generator>
    <atom:link href="https://blog.sinzy.net/@shran/rss" rel="self" type="application/rss+xml" />
        <item>
      <title>Inside Memory Management</title>
      <link>https://blog.sinzy.net/@shran/entry/21102</link>
      <description><![CDATA[<p class="ubb__first">http://windowsitpro.com/articles/print.cfm?articleid=3686</p><p class="ubb__split">http://windowsitpro.com/articles/print.cfm?articleid=3774</p>]]></description>
      <pubDate>Thu, 17 Dec 2009 23:37:35 -0800</pubDate>
      <guid>https://blog.sinzy.net/@shran/entry/21102</guid>
    </item>
        <item>
      <title>How to get a list of SQL Server Tables and their rows</title>
      <link>https://blog.sinzy.net/@shran/entry/20851</link>
      <description><![CDATA[<p class="ubb__first">SELECT <br />    [TableName] = so.name, <br />    [RowCount] = MAX(si.rows) <br />FROM <br />    sysobjects so, <br />    sysindexes si <br />WHERE <br />    so.xtype = &#039;U&#039; <br />    AND <br />    si.id = OBJECT_ID(so.name) <br />GROUP BY <br />    so.name <br />ORDER BY <br />    2 DESC<br /></p>]]></description>
      <pubDate>Wed, 28 Oct 2009 12:49:02 -0700</pubDate>
      <guid>https://blog.sinzy.net/@shran/entry/20851</guid>
    </item>
      </channel>
</rss>
