<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://www.dbatodba.com/search_rss">
  <title>DBA to DBA</title>
  <link>http://www.dbatodba.com</link>
  
  <description>
    
            These are the search results for the query, showing results 1 to 8.
        
  </description>
  
  
  
  
  <image rdf:resource="http://www.dbatodba.com/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-discover-which-action-fires-a-specific-trigger-in-sql-server"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-check-the-status-for-a-specific-trigger-in-sql-server"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-import-blobs-to-sql-server-2005-and-later"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/typical-solutions-to-avoid-using-not-in-on-sql-server"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-update-data-in-one-table-related-to-another-table-on-sql-server"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-all-the-tables-and-number-of-rows"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-rows-randomically-in-sql-server"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/sql-server/how-tos/how-to-kill-all-users-in-specific-database-on-sql-server"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-discover-which-action-fires-a-specific-trigger-in-sql-server">        <title>How to discover which action fires a specific trigger in SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-discover-which-action-fires-a-specific-trigger-in-sql-server</link>        <description>It's not uncommon the need to discover which action fires a specific trigger (in other words which actions that trigger is related).</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-02-06T13:11:58Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-check-the-status-for-a-specific-trigger-in-sql-server">        <title>How to check the status for a specific trigger in SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-check-the-status-for-a-specific-trigger-in-sql-server</link>        <description>Sometimes it's necessary to check if the status of a specific trigger is enabled or disabled to know if some actions will be or not be performed. This task common lead the developers (and even DBAs) to check this using graphical tools like Enterprise Manager and SQL Server Management Studio. It's an option of course, but there is a way to discover it using TSQL commands.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-02-06T13:11:28Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-import-blobs-to-sql-server-2005-and-later">        <title>How to Import Blobs To SQL Server (2005 and Later)</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-import-blobs-to-sql-server-2005-and-later</link>        <description>This tip describes how to import blobs into SQL Server 2005 and Later using TSQL. In past versions, there is a command line tool to provide this feature called textcopy.exe. In SQL Server 2005 and later versions it's possible to do it using only TSQL. In this tip, I'll use an XML Document on the file system</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-02-06T11:22:14Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/typical-solutions-to-avoid-using-not-in-on-sql-server">        <title>Typical solutions to avoid using "NOT IN" on SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/typical-solutions-to-avoid-using-not-in-on-sql-server</link>        <description>It's very common to use the operator NOT IN to retrive rows in table (or SQL statement) that are not in another table or other SQL Statement. This operator sometimes can slow down the performance and sometimes returns unexpected results. There are options to avoid it.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-01-31T15:08:48Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-update-data-in-one-table-related-to-another-table-on-sql-server">        <title>How To Update Data In One Table Related To Another Table On SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-update-data-in-one-table-related-to-another-table-on-sql-server</link>        <description>This tip describes how to update data in one table with data related to another table. It's not uncommon to perform this since the RDBMS link all the tables via primary keys and foreign keys</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-01-29T20:53:45Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-all-the-tables-and-number-of-rows">        <title>How To Retrieve All Tables and Number of Rows on SQL SERVER</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-all-the-tables-and-number-of-rows</link>        <description>This tip describes how to retrive all the tables names and the number of records of them</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-01-29T19:52:24Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-rows-randomically-in-sql-server">        <title>How To Retrieve Rows Randomically in SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-retrieve-rows-randomically-in-sql-server</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-01-29T19:54:14Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/sql-server/how-tos/how-to-kill-all-users-in-specific-database-on-sql-server">        <title>How To Kill All Users In Specific Database On SQL Server</title>        <link>http://www.dbatodba.com/sql-server/how-tos/how-to-kill-all-users-in-specific-database-on-sql-server</link>        <description>This tip describe how to kill all the users in specific database on SQL Server. Is very common to need to kill all the users to perform maintenance tasks like reindex, change some properties and so on.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>gmaguiar</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-03-20T17:40:17Z</dc:date>        <dc:type>Page</dc:type>    </item>



</rdf:RDF>
