<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sqlprof.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'RESTORE INSERT'</title><link>http://www.sqlprof.com/search/SearchResults.aspx?o=DateDescending&amp;tag=RESTORE+INSERT&amp;orTags=0</link><description>Search results matching tag 'RESTORE INSERT'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Utilisation du Logfile</title><link>http://www.sqlprof.com/forums/p/75/120.aspx#120</link><pubDate>Thu, 15 May 2008 12:50:48 GMT</pubDate><guid isPermaLink="false">f1c11735-f88c-466b-aadf-9e672bf81be1:120</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Bonjour,&lt;/p&gt;
&lt;p&gt;Pour pouvoir restorer une bd a partir du journal des transactions, tu dois commencer par restorer ton dernier full backup.&lt;/p&gt;
&lt;p&gt;Je te suggère de restorer la bd dans une copie et de transférer d’une bd à l’autre les données manquantes via la commande insert :&lt;/p&gt;
&lt;p&gt;insert into table_org &lt;br /&gt;select * from bd_copie.shema.tbl as tbl_org where not exists &lt;br /&gt;(select * from db.shema.tbl where id= tbl_org.id)&lt;/p&gt;
&lt;p&gt;Bonne Chance!&lt;/p&gt;
&lt;p&gt;Eric&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>